mumuuu Posted June 2, 2004 Posted June 2, 2004 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 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.cmdhere is my response.txt[Environment]InstallationMode=INSTALL_NORMALInstallationType=STANDARDDestinationPath=C:\Program files\OpenOfficeStartProcedure=MyStartProcEndProcedure = MyEndProc[Windows_Desktop_Integration]Register4MsWord=YesRegister4MsExcel=YesRegister4MsPowerPoint=YesRegisterAsDefaultHtmlEditor=No[Java]JavaSupport = preinstalled_or_none[Procedures]Sub PostSetupSetReboot( False )End SubHideSetupand here it's my setup.cmdCLS@echo offECHO.ECHO Installing OOoECHO Please wait...OpenOffice\setup.exe -r response.txt -d OpenOffice\response.txtand 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
WwTIPPYwW Posted June 3, 2004 Posted June 3, 2004 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.txtshould it beOpenOffice\setup.exe -r OpenOffice\response.txt -d OpenOffice\response.txtdo you need to actually have the full path too?d:\OpenOffice\setup.exe -r d:\OpenOffice\response.txt -d d:\OpenOffice\response.txt
mumuuu Posted June 3, 2004 Author Posted June 3, 2004 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 foundexitCode: 2press <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 0and there is another error like this :An error occured while unpacking the file *.dll to openoffice\response.txt\programan error occured with copying this file exit code 0 i'm really lost & the pb is i really would like to create this so pleaz HELP
WwTIPPYwW Posted June 3, 2004 Posted June 3, 2004 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.
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