Changes

Jump to: navigation, search

OpenOffice.org 3.x

1,695 bytes added, 07:58, 14 June 2012
no edit summary
This is a silent installer and uninstaller for OpenOffice.org 3 (from OpenOffice.org/Sun Microsystems).
 
== OpenOffice.org 3.4 ==
 
Download the installer http://www.openoffice.org/download/ 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).
 
<source lang="xml">
<package
id="OpenOffice"
name="OpenOffice.org 3.4"
revision="4"
reboot="false"
priority="0">
 
<variable name="version" value="3.4.9590.500" />
<variable name="code" value="{E415E652-E789-4303-80E7-26001FFD745C}" />
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\OpenOffice.org 3\program\soffice.exe" value="%version%" />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\OpenOffice.org 3\program\soffice.exe" msiexec /qn /x %code%' />
<install cmd='msiexec /qn /i "%SOFTWARE%\OpenOffice\3.4\openofficeorg34.msi" ALLUSERS=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\OpenOffice\3.4\openofficeorg34.msi" ALLUSERS=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate' />
<remove cmd='msiexec /qn /x %code%' />
</package>
</source>
 
 
Please note, that if you encounter any errors stating that you should use setup.exe, you could use [http://www.instedit.com/ InstEd (free msi editor)] in order to remove the check (search for '''SETUP_USED''') and remove the row. After this the installation continues as usual.
== OpenOffice.org 3.3 ==
1
edit

Navigation menu