Help - Search - Members - Calendar
Full Version: still have pb with OOo
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
mumuuu
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 smile.gif

ok here is the structure of my folder which contain the OOo folder
QUOTE
-----ISO image
              |-------different folder
              |-------OpenOffice
                                |----oppenofice(folder)
                                |          |----contain all files with setup.exe ,etc & my response.txt
                                |----setup.cmd
here is my response.txt

QUOTE
[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
QUOTE
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 welcome.gif
WwTIPPYwW
do all the response.txts need the qualification?

the first one is w/o.

as you have it now -
CODE
OpenOffice\setup.exe -r response.txt -d OpenOffice\response.txt


should it be
CODE
OpenOffice\setup.exe -r OpenOffice\response.txt -d OpenOffice\response.txt


do you need to actually have the full path too?
CODE
d:\OpenOffice\setup.exe -r d:\OpenOffice\response.txt -d d:\OpenOffice\response.txt
mumuuu
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
QUOTE
response file cannot be found
exitCode: 2

press <return> to continue .
--- here it's with my code



QUOTE
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 :

QUOTE
An error occured while unpacking the file *.dll to openoffice\response.txt\program
an error occured with copying this file
exit  code 0




wacko.gif i'm really lost & the pb is i really would like to create this so pleaz HELP


welcome.gif
WwTIPPYwW
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.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.