Jump to content

Recommended Posts

Posted

hi everybody i did my file.cmd to install open office & i read topics in msfn but i can't have a correct installation & i'm working on it like hell !!!

i know for some people that can be easy but me i still have question :rolleyes:

ok here is the structure of my folder which contain the OOo folder

-----ISO image

              |-------different folder

              |-------OpenOffice

                                |----oppenofice(folder)

                                |          |----contain all files with setup.exe ,etc & my response.txt

                                |----setup.cmd

here is my response.txt
[Environment]

InstallationMode=INSTALL_NORMAL

InstallationType=STANDARD

DestinationPath=C:\Program files\OpenOffice

StartProcedure=MyStartProc

EndProcedure = MyEndProc

[Windows_Desktop_Integration]

Register4MsWord=Yes

Register4MsExcel=Yes

Register4MsPowerPoint=Yes

RegisterAsDefaultHtmlEditor=No

[Java]

JavaSupport = preinstalled_or_none

[Procedures]

Sub PostSetup

SetReboot( False )

End Sub

HideSetup

and here it's my setup.cmd

CLS

@echo off

ECHO.

ECHO Installing OOo

ECHO Please wait...

OpenOffice\setup.exe -r response.txt -d OpenOffice\response.txt

and with that i've a pb when it try to extract files i always have error so if someone knows how to resolve the pb ??? and pleaz don't sen dme the url which refer to the post on msfn i already read them but i didn't resolve my pb

thx :)


Posted

do all the response.txts need the qualification?

the first one is w/o.

as you have it now -

OpenOffice\setup.exe -r response.txt -d OpenOffice\response.txt

should it be

OpenOffice\setup.exe -r OpenOffice\response.txt -d OpenOffice\response.txt

do you need to actually have the full path too?

d:\OpenOffice\setup.exe -r d:\OpenOffice\response.txt -d d:\OpenOffice\response.txt

Posted

hi & thx for your help but i i do what u said for the code i have this error but with my code i have an other error i'll try to explain u

--- here is the error i've with your code

response file cannot be found

exitCode: 2

press <return> to continue .

--- here it's with my code
An error occured while unpacking the file *  ( by this * i mean with all files i've the pb)

an error occured with copying this file

exit  code 0

and there is another error like this :

An error occured while unpacking the file *.dll to openoffice\response.txt\program

an error occured with copying this file

exit  code 0

:rolleyes: i'm really lost & the pb is i really would like to create this so pleaz HELP

:)

Posted

it looks like your switches are wrong then.

openoffice\response.txt\program it wants to extract to this location and so you need to re-do your switches.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...