This post has been edited by teemue: 13 October 2008 - 10:44 AM
OpenOffice 3.0.0 Silent
#1
Posted 13 October 2008 - 10:43 AM
#2
Posted 13 October 2008 - 02:00 PM
msiexec /i "path\to\installation files\openofficeorg30.msi" /passive
That'll do the basic install, I haven't time to look at removing the registration box, something I never figured out completely with the last version.
#3
Posted 14 October 2008 - 07:45 AM
This post has been edited by teemue: 14 October 2008 - 07:52 AM
#4
Posted 14 October 2008 - 08:33 AM
http://wiki.services.openoffice.org/wiki/D...#MSI_Properties
about the registration box, in v2.x (and I'd guess same for 3.0) the registration data is saved in a xml file in %APPDATA%\OpenOffice.orgX\user\registry\data\org\openoffice\Setup.xcu
those 2 properties in there should be interesting:
... <node oor:name="Office"> <prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean"> <value>true</value> </prop> ... </prop> <prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean"> <value>true</value> </prop> ...
This post has been edited by bj-kaiser: 14 October 2008 - 08:35 AM
#5
Posted 14 October 2008 - 08:37 AM
However, when trying the same with OOo 3.0.0 installation complained something about gm_r_Files
#6
Posted 14 October 2008 - 09:06 AM
start /wait msiexec /qn /norestart /i openofficeorg30.msi SELECT_WORD=1 SELECT_EXCEL=1 ADDLOCAL=ALL REMOVE=gm_p_Math,gm_p_Impress,gm_p_Draw,gm_p_Base,gm_o_Quickstart,gm_o_Testtool
#7
Posted 14 October 2008 - 09:11 AM
never mind. looks alright.
weird.
This post has been edited by bj-kaiser: 14 October 2008 - 09:14 AM
#8
Posted 18 October 2008 - 07:20 AM
SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1
replace by
REGISTER_ALL_MSO_TYPES=1
#9
Posted 23 October 2008 - 05:29 AM
zorro1, on Oct 18 2008, 03:20 PM, said:
SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1
replace by
REGISTER_ALL_MSO_TYPES=1
That did not work here.
Using SELECT_WORD etc. did work however.
It appears that the feature you can use REMOVE on is in the features-tab of ORCA, I successfully installed using this line:
start "" /wait "openofficeorg30.msi" /passive ALLUSERS=1 SELECT_WORD=0 SELECT_EXCEL=0 SELECT_POWERPOINT=0 ADDLOCAL=ALL REMOVE=gm_o_Quickstart
This removes the quickstarter and sets microsoft office to the default application for its files.
I'm still stuck on dictionaries though, I used to have a SFX for extracting the files to "%ProgramFiles%\OpenOffice.org 2.4\share\dict\ooo\"
That doesn't seem to do the trick anymore.
Apparently, this one should do the trick for extensions.
But the extensions are oxt, and dictionaryes is in .zip
http://wiki.services.openoffice.org/wiki/D...tensions/unopkg
This post has been edited by Ralin: 23 October 2008 - 05:29 AM
#10
Posted 26 October 2008 - 07:49 AM
;The comment below contains SFX script commands
Path=.\%SYSTEMDRIVE%\TEMP\open
SavePath
Silent=1
Overwrite=1
Setup=msiexec /qn /norestart /i c:\temp\open\openofficeorg30.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL
This post has been edited by Floppy: 26 October 2008 - 07:49 AM
#11
Posted 27 October 2008 - 07:52 AM
#12
Posted 27 October 2008 - 09:27 AM
#13
Posted 27 October 2008 - 10:46 AM



Help
Back to top









