teemue Posted October 13, 2008 Posted October 13, 2008 (edited) How is it possible? Doesn't seem to work the way Ooo 2.4 worked. Edited October 13, 2008 by teemue
bbrian Posted October 13, 2008 Posted October 13, 2008 Run the installer but cancel after it extracts the files. Then:msiexec /i "path\to\installation files\openofficeorg30.msi" /passiveThat'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.
teemue Posted October 14, 2008 Author Posted October 14, 2008 (edited) Thanks Switches for component selection would be cool idd... Edited October 14, 2008 by teemue
bj-kaiser Posted October 14, 2008 Posted October 14, 2008 (edited) I hope the properties are the same for 3.0:http://wiki.services.openoffice.org/wiki/D...#MSI_Propertiesabout 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.xcuthose 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>... Edited October 14, 2008 by bj-kaiser
teemue Posted October 14, 2008 Author Posted October 14, 2008 My OOo 2.4 installation was automated with those instructions, bj-kaiser.However, when trying the same with OOo 3.0.0 installation complained something about gm_r_Files
teemue Posted October 14, 2008 Author Posted October 14, 2008 I did a little research with ORCA editor and this is where I got into: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
bj-kaiser Posted October 14, 2008 Posted October 14, 2008 (edited) what did your commandline look like? maybe you missed a thing or two there.never mind. looks alright.weird. Edited October 14, 2008 by bj-kaiser
zorro1 Posted October 18, 2008 Posted October 18, 2008 not work in v3.0SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1replace by REGISTER_ALL_MSO_TYPES=1
Ralin Posted October 23, 2008 Posted October 23, 2008 (edited) not work in v3.0SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1replace by REGISTER_ALL_MSO_TYPES=1That 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_QuickstartThis 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 .ziphttp://wiki.services.openoffice.org/wiki/D...tensions/unopkg Edited October 23, 2008 by Ralin
Floppy Posted October 26, 2008 Posted October 26, 2008 (edited) This works for me, using SFX in Winrar;The comment below contains SFX script commandsPath=.\%SYSTEMDRIVE%\TEMP\openSavePathSilent=1Overwrite=1Setup=msiexec /qn /norestart /i c:\temp\open\openofficeorg30.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL Edited October 26, 2008 by Floppy
jojo1976 Posted October 27, 2008 Posted October 27, 2008 For extensions and dictionaries search for "unopkg" in google and keep in the mind that an .oxt is a .zip and can be modified... look in .xml inside this and you can look the eula terms
krwilson Posted October 27, 2008 Posted October 27, 2008 Thanks to Floppy for the SFX solution. Set it up and tested...........works brilliantly..........thanks again, very good!
Floppy Posted October 27, 2008 Posted October 27, 2008 Thanks to Floppy for the SFX solution. Set it up and tested...........works brilliantly..........thanks again, very good!I dont know how many times this board has helped me out Just glad to give somthing back
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