MSFN Forum: OpenOffice 3.0.0 Silent - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

OpenOffice 3.0.0 Silent Rate Topic: -----

#1 User is offline   teemue 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 18-December 06

Posted 13 October 2008 - 10:43 AM

How is it possible? Doesn't seem to work the way Ooo 2.4 worked.

This post has been edited by teemue: 13 October 2008 - 10:44 AM



#2 User is offline   bbrian 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 25-September 07

Posted 13 October 2008 - 02:00 PM

Run the installer but cancel after it extracts the files. Then:

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 User is offline   teemue 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 18-December 06

Posted 14 October 2008 - 07:45 AM

Thanks :) Switches for component selection would be cool idd...

This post has been edited by teemue: 14 October 2008 - 07:52 AM


#4 User is offline   bj-kaiser 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 05-December 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 October 2008 - 08:33 AM

I hope the properties are the same for 3.0:
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 User is offline   teemue 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 18-December 06

Posted 14 October 2008 - 08:37 AM

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

#6 User is offline   teemue 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 18-December 06

Posted 14 October 2008 - 09:06 AM

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


#7 User is offline   bj-kaiser 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 05-December 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 October 2008 - 09:11 AM

what did your commandline look like? maybe you missed a thing or two there.

never mind. looks alright.
weird.

This post has been edited by bj-kaiser: 14 October 2008 - 09:14 AM


#8 User is offline   zorro1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 02-November 03

Posted 18 October 2008 - 07:20 AM

not work in v3.0
SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1

replace by
REGISTER_ALL_MSO_TYPES=1

#9 User is offline   Ralin 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 17-March 05

Posted 23 October 2008 - 05:29 AM

View Postzorro1, on Oct 18 2008, 03:20 PM, said:

not work in v3.0
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 User is offline   Floppy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 06-August 04

Posted 26 October 2008 - 07:49 AM

This works for me, using SFX in Winrar

;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 User is offline   jojo1976 

  • Group: Members
  • Posts: 2
  • Joined: 15-October 08

Posted 27 October 2008 - 07:52 AM

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

#12 User is offline   krwilson 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 05-March 05

Posted 27 October 2008 - 09:27 AM

Thanks to Floppy for the SFX solution. Set it up and tested...........works brilliantly..........thanks again, very good!

#13 User is offline   Floppy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 06-August 04

Posted 27 October 2008 - 10:46 AM

View Postkrwilson, on Oct 27 2008, 10:27 AM, said:

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

Just glad to give somthing back :hello:

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy