Changes

Jump to: navigation, search

OpenOffice.org 2.x

369 bytes added, 13:25, 29 June 2006
m
no edit summary
There are two versions of OpenOffice 2.x available - with Java, and without Java.<br>I picked the version with Java bundled.   <package id="ooo-2.x" name= Basics "OpenOffice.org 2.x" revision="1" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="OpenOffice.org 2.0" /> <install cmd='"%SOFTWARE%\openoffice\OOo_2.0.2_Win32Intel_install_de_wJRE.exe" /S' /> <upgrade cmd='"%SOFTWARE%\openoffice\OOo_2.0.2_Win32Intel_install_de_wJRE.exe" /S' /> </package>   == Older or other installers ==
First, download OOo_2.0_Win32Intel_install.exe from [http://download.openoffice.org/index.html OpenOffice.org] Website.<br>
Execute the downloaded installer - it creates a directory named ''OpenOfficeorg 2.0 Installation Files'', which includes several files.
The ones you need are:
<pre> openofficeorg1.cab openofficeorg2.cab openofficeorg20.msi openofficeorg3.cab openofficeorg4.cab</pre>
''
excerpt from ''package.xml'', adjust your paths accordingly:
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">--><pre> <package id="ooo-2.x" name="OpenOffice.org 2.x" revision="1" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="OpenOffice.org 2.0" /> <install cmd='"msiexec" /i \\Server\wpkg\pkg\OOo_2.0\install_en\openofficeorg20.msi /qn'> <exit code="0" /> </install> <remove cmd='"msiexec" /x{CE91484F-B0CF-4494-8BA6-7242EE913626} /qn' /> <upgrade cmd='"msiexec" /i \\Server\wpkg\pkg\OOo_2.0\install_en\openofficeorg20.msi /qn' /> </package>
</pre>
<!--</blockquote>-->
The uninstall ID can be checked from the file ''setup.ini'' in the directory ''OpenOfficeorg 2.0 Installation Files''
------
User Note: I tried this out and fond found that it didn't add the short cuts in the start menu... instead it was on the root of C. So I'm currentily tring
"OpenOfficeorg 2.0 Installation Files\setup.exe" /quiet" for the install. But the above remove scripts seems to work well

Navigation menu