Floppy Posted December 11, 2004 Posted December 11, 2004 I have this:setup.exe -r:c:\install\openoffice\setup.txt -debug.I have made a setup.txt file.But during instal it respond "can not find response file"Why, anyone having problem testing this on VM?
MCT Posted December 11, 2004 Posted December 11, 2004 it worked 4 me b4, search the forum, its been discussed
1chaoticadult Posted December 11, 2004 Posted December 11, 2004 (edited) @MCTMan people just don't see the word search next to the hourglass on the top of page. This is getting repetitive. Edited December 11, 2004 by drthawhizkid
Floppy Posted December 11, 2004 Author Posted December 11, 2004 The point is that I have this in my setup.txt file;[Environment]InstallationMode=INSTALL_NORMALDestinationPath=C:\Programfiler\OpenOfficeEndProcedure=PostSetup[Java]JavaSupport=preinstalled_or_none[Windows_Desktop_Integration]Register4MSWord=TrueRegister4MSExcel=TrueRegister4MSPowerPoint=TrueRegisterAsDefaultHTMLEditor=True[Procedures]Sub PostSetupSetReboot( False )End Suband this in my start.cmd;setup.exe -r:c:\install\openoffice\setup.txt -debugAnd the respons during install is;""Can not find setup.txt ""I have looked in the forums, but I can't find a solution....So if somody has a solution or see a error in my setup, it would be fine!
zorro1 Posted December 12, 2004 Posted December 12, 2004 Try this work for me[Environment]InstallationMode=INSTALL_NORMALInstallationtype=STANDARDDestinationPath=C:\Program files\OpenOfficeEndProcedure=PostSetup[Java]JavaSupport=preinstalled_or_none[Windows_Desktop_Integration]RegisterForMSWord=YESRegisterForMSExcel=YESRegisterForMSPowerPoint=YESRegisterAsDefaultHTMLEditor=YES[Procedures]Sub PostSetupSetReboot( False )End Sub
Acheron Posted December 12, 2004 Posted December 12, 2004 You don't have to specify a hardcoded path to the openoffice dir in your response.txt file:I use this one:install.cmdcmdow @ /HIDstart autoit3.exe openoffice.au3setup.exe -d "%programfiles%\OpenOffice" -r response.txt -noexitmd "%programfiles%\OpenOffice\share\registry\data\org\openoffice\Office"copy /Y "%cdrom%install\OpenOffice\*.xcu" "%programfiles%\OpenOffice\share\registry\data\org\openoffice\Office"del /f /q "%userprofile%\Menu Start\Programma's\Opstarten\OpenOffice.org 1.1.3.lnk"EXITresponse.txt[Environment]InstallationMode=INSTALL_NORMALInstallationType=STANDARDStartProcedure=StartSetupEndProcedure = PostSetup[Windows_Desktop_Integration]Register4MsWord=NoRegister4MsExcel=NoRegister4MsPowerPoint=NoRegisterAsDefaultHtmlEditor=Yes [Java]JavaSupport=preinstalled_or_none[Procedures]Sub StartSetupShowSetup()End SubSub PostSetupSetReboot( False )End SubThe AutoIt3 script is for some JAva-error I get with my nLited CDOpenOffice.au3AutoItSetOption("WinTitleMatchMode", 4)WinWaitActive("classname=SALFRAME")Send("{ENTER}")The StartSetup procedure shows the cool progress bar.
Floppy Posted December 12, 2004 Author Posted December 12, 2004 My error was that the setup.txt file was named setup.txt.txt,but now it's workngThanks for your responds!!
c_tophe Posted September 8, 2005 Posted September 8, 2005 HiI have a problem during the installation too.With this command :setup.exe -r:c:\reponse.txt -debugThe install returns ExitCode:21 Invalid destination path.Here is my response.txt :[Environment]InstallationMode=INSTALL_NORMALInstallationType=STANDARDDestinationPath=C:\StartProcedure=MyStartProcEndProcedure = MyEndProc[Windows_Desktop_Integration]Register4MsWord=YesRegister4MsExcel=YesRegister4MsPowerPoint=YesRegisterAsDefaultHtmlEditor=No[Java]JavaSupport = preinstalled_or_none[Procedures]Sub PostSetupSetReboot( False )End SubHideSetupI have tried with different installation path (D:\, C:\Progam File\) but the error is the sameI have deleted the Destination Path entry in response.txt and tried with:setup.exe -d "C:\OpenOffice" -r response.txtbut the installation is stopped with no error code.I 'm working with Windows XP SP2 and previous install of OOo has been removedSomeone can help me ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now