Changes

Jump to: navigation, search

OpenOffice.org 3.x

1,654 bytes added, 09:01, 12 September 2008
OpenOffice.org 3.0.0 (RC1, waiting for the final to be released).
This is a silent installer and uninstaller for OpenOffice.org 3.

Download the installer, unpack files to a local directory, customize with Microsoft ORCA tool if needed, and upload to your software source repository the following files:

licenses/
readmes/
instmsia.exe
instmsiw.exe
ooo300.mst # Microsoft Transform File created by you with the ORCA tool, this is not necessary
openofficeorg1.cab
openofficeorg30.msi
setup.exe
setup.ini # this file contains the numeric ID you need for uninstallation purposes, {494C7311-364D-4933-A599-DBF9E0B21885} in this case

This example is for the Release Candidate 1, italian version, and associates OpenOffice as the default program for DOC, XLS and PPT files. Please update when the final will be released, adapt to your localizations, and change file associations to your needs.


<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="openoffice300-rc1-ita" name="OpenOffice.org 3.0.0 Release Candidate 1 italian" revision="1" reboot="false" priority="0">

<check type="uninstall" condition="exists" path="OpenOffice.org 3.0" />
<install cmd='msiexec /qn /i "%SOFTWARE%\ooo300-rc1-ita\openofficeorg30.msi" TRANSFORMS=%SOFTWARE%\ooo300-rc1-ita\ooo300.mst ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\ooo300-rc1-ita\openofficeorg30.msi" TRANSFORMS=%SOFTWARE%\ooo300-rc1-ita\ooo300.mst ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' />
<remove cmd='msiexec /qn /x {494C7311-364D-4933-A599-DBF9E0B21885}' />

</package>
</packages>
</source>
152
edits

Navigation menu