Difference between revisions of "OpenOffice.org 2.x"
From WPKG | Open Source Software Deployment and Distribution
| Line 20: | Line 20: | ||
priority="0"> | priority="0"> | ||
<check type="uninstall" condition="exists" path="OpenOffice.org 1.9.118" /> | <check type="uninstall" condition="exists" path="OpenOffice.org 1.9.118" /> | ||
| − | <install cmd='msiexec /i "\\ | + | <install cmd='msiexec /i "\\server\wpkg\MSI\OOo\openofficeorg19118.msi" /qn' |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
Revision as of 09:08, 2 August 2005
First, download OOo_1.9.118_Win32Intel_install.zip from OpenOffice.org Website.
Extract the following files from the zip-file and place them on your server:
openofficeorg1.cab openofficeorg19118.msi openofficeorg2.cab openofficeorg3.cab openofficeorg4.cab
If you want to customize the installation process, refer to Mail.
excerpt from package.xml:
<package
id="OOo-2.x"
name="OpenOffice.org 2.x"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="OpenOffice.org 1.9.118" />
<install cmd='msiexec /i "\\server\wpkg\MSI\OOo\openofficeorg19118.msi" /qn'
<exit code="0" />
</install>
<remove cmd="" />
<upgrade cmd="" />
</package>