Changes

Jump to: navigation, search

OpenOffice.org 3.x

1,138 bytes added, 16:09, 27 July 2009
m
I added a simple installer for a common OpenOffice installation without Quickstart and Auto-Update
Seems to reboot the system despite the reboot="false" option when Quickstart is already loaded (ie: execute wpkg-start.bat explicitly or manual restart the WPKGSrv).
== OpenOffice.org 3.1.0: Easy Installation without Quickstart and Online-Update ==
 
To install OpenOffice.org without the Quickstart-Application (parameter gm_o_Quickstart) and wihtout the automatic Onlineupdate (parameter gm_o_Onlineupdate) use this package file. Just extract the OpenOffice-Installer and call the setup with the following package file.
 
<source lang="xml">
<package id="openoffice" name="OpenOffice.org 3.1" revision="310" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="OpenOffice.org 3.1" />
<install cmd='msiexec /qn /i "%SOFTWARE%\openoffice\openofficeorg31.msi" ALLUSERS=1 REGISTER_ALL_MSO_TYPES=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate' />
<install cmd='cmd /c del /q /s "%Public%\Desktop\OpenOffice.org 3.1.lnk"' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\openoffice\openofficeorg31.msi" ALLUSERS=1 REGISTER_ALL_MSO_TYPES=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate' />
<upgrade cmd='cmd /c del /q /s "%Public%\Desktop\OpenOffice.org 3.1.lnk"' />
<remove cmd='msiexec /qn /x {43A650AA-D1DC-4C52-8819-D7848B3A08DA}' />
</package>
</source>
== Poor availability of installer without JRE ==
2
edits

Navigation menu