Help - Search - Members - Calendar
Full Version: help with silent installation of OpenOffice 2.4.0
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
anonymous_user
Heres what Ive done:

*I extracted the installation files to C:\OpenOffice
*I opened a command prompt and changed to above directory
*I use the following command:
CODE
start /wait msiexec /qn /norestart /i openofficeorg24.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL REMOVE=gm_p_Draw,gm_p_Draw_Bin,gm_p_Draw_Help,gm_p_Impress,gm_p_Impress_Bin,gm_p_Impress_Help,gm_p_B
ase,gm_p_Base_Bin,gm_p_Base_Help,gm_p_Math,gm_p_Math_Bin,gm_p_Math_Help,gm_Optional,gm_o_Grfflt,gm_O
p
tional,gm_o_Testtool,gm_o_Xsltfiltersamples,gm_o_Pyuno,gm_o_Pyuno,gm_o_Pymailmerge,gm_o_Javafilter,g
m
o_jf_Palm,gmo_jf_Palm_Aportisdoc,gmo_jf_Pocketpc,gmo_jf_Pocketpc_Pocket_Word,gmo_jf_Pocketpc_Pocket_
E
xcel,gm_o_Activexcontrol,gm_o_Winexplorerext


After pressing enter all I get is this popup:



What am I doing wrong?
radix
QUOTE (anonymous_user @ Mar 25 2008, 11:15 PM) *
Heres what Ive done:

*I extracted the installation files to C:\OpenOffice
*I opened a command prompt and changed to above directory
*I use the following command:
CODE
start /wait msiexec /qn /norestart /i openofficeorg24.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL REMOVE=gm_p_Draw,gm_p_Draw_Bin,gm_p_Draw_Help,gm_p_Impress,gm_p_Impress_Bin,gm_p_Impress_Help,gm_p_B
ase,gm_p_Base_Bin,gm_p_Base_Help,gm_p_Math,gm_p_Math_Bin,gm_p_Math_Help,gm_Optional,gm_o_Grfflt,gm_O
p
tional,gm_o_Testtool,gm_o_Xsltfiltersamples,gm_o_Pyuno,gm_o_Pyuno,gm_o_Pymailmerge,gm_o_Javafilter,g
m
o_jf_Palm,gmo_jf_Palm_Aportisdoc,gmo_jf_Pocketpc,gmo_jf_Pocketpc_Pocket_Word,gmo_jf_Pocketpc_Pocket_
E
xcel ,gm_o_Activexcontrol,gm_o_Winexplorerext

What am I doing wrong?

Try this:
CODE
start /wait msiexec.exe /i openofficeorg24.msi /qn /norestart SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL REMOVE=gm_p_Draw,gm_p_Draw_Bin,gm_p_Draw_Help,gm_p_Impress,gm_p_Impress_Bin,gm_p_Impress_Help,gm_p_B
ase,gm_p_Base_Bin,gm_p_Base_Help,gm_p_Math,gm_p_Math_Bin,gm_p_Math_Help,gm_Optional,gm_o_Grfflt,gm_O
p
tional,gm_o_Testtool,gm_o_Xsltfiltersamples,gm_o_Pyuno,gm_o_Pyuno,gm_o_Pymailmerge,gm_o_Javafilter,g
m
o_jf_Palm,gmo_jf_Palm_Aportisdoc,gmo_jf_Pocketpc,gmo_jf_Pocketpc_Pocket_Word,gmo_jf_Pocketpc_Pocket_
E
xcel ,gm_o_Activexcontrol,gm_o_Winexplorerext


Edit: doesn't work mad.gif
anonymous_user
Well I originally was trying the following recommendation:
QUOTE
It is recommended to always use ADDLOCAL=ALL and then specify the unwanted components using REMOVE to avoid missing required components.

But then I tried just specifying the components I did want (using ADDLOCAL) and this time it worked!




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.