Changes

Jump to: navigation, search

OpenOffice.org 3.x

1,774 bytes added, 00:00, 20 April 2011
Section for OpenOffice.org 3.3
This is a silent installer and uninstaller for OpenOffice.org 3 (from OpenOffice.org/Sun Microsystems).
 
 
== OpenOffice.org 3.3 ==
 
Download the installer http://download.openoffice.org/ and let the Installer unpack the files. Stop the setup and copy everything in your %SOFTWARE% Directory, customize with Microsoft ORCA tool if needed.
 
The product code for an English OpenOffice.org installation is different to the product code for a German or Italian installation. OpenOffice.org saves this Productcode into the setup.ini that is located in the program directory of OpenOffice.org (%PROGRAMFILES%\Openoffice3.3\setup.ini), BUT it seems that setup.ini gave an incorrect build number on this occasion.
 
 
<source lang="xml">
<package id="openoffice" name="OpenOffice.org 3.3" revision="3" reboot="false" priority="5">
<!-- The product version 3.3.9567 and code 3E171899-0175-47CC-84C4-562ACDD4C021 come from the file /var/lib/wpkg/software/openoffice/3.3/setup.ini
BUT, the file version of soffice.exe seems to actually be 3.3.9556.500 by going through the debug logs and confirming by looking at view
properties of C:\Program Files\OpenOffice.org 3\program\soffice.exe -->
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\OpenOffice.org 3\program\soffice.exe" value="3.3.9556.500" />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\OpenOffice.org 3\program\soffice.exe" msiexec /qn /x {3E171899-0175-47CC-84C4-562ACDD4C021}' />
<install cmd='msiexec /qn /i "%SOFTWARE%\openoffice\3.3\openofficeorg33.msi" ALLUSERS=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate' />
 
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\openoffice\3.3\openofficeorg33.msi" ALLUSERS=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate' />
<remove cmd='msiexec /qn /x {3E171899-0175-47CC-84C4-562ACDD4C021}' />
</package>
 
</source>
== OpenOffice.org 3.2.1 ==
3
edits

Navigation menu