Changes

Jump to: navigation, search

OpenOffice.org 3.x

1,385 bytes added, 16:29, 3 September 2009
OO 3.1.1
This is a silent installer and uninstaller for OpenOffice.org 3 (from OpenOffice.org/Sun Microsystems).
 
== OpenOffice.org 3.1.1 ==
 
Problem: OO 3.1.0 and 3.1.1 both announces themself as OO 3.1. While the original Installer (.exe) upgrades an OO 3.1.0 to OO 3.1.1 well, the extracted 3.1.1 MSI-Installer (as described below for OO 3.1.0) does not work. The described check on path "OpenOffice.org 3.1" does not work either. So here is my new package config for OO.
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="openoffice" name="OpenOffice.org 3.1.1" revision="311" reboot="false" priority="0">
 
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\OpenOffice.org 3\program\soffice.exe" value="3.1.9420.500" />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\OpenOffice.org 3\program\soffice.exe" msiexec /qn /x {D765F1CE-5AE5-4C47-B134-AE58AC474740}' />
<install cmd='msiexec /qn /i "%SOFTWARE%\ooo311\openofficeorg31.msi" ALLUSERS=1 ADDLOCAL=ALL' />
<upgrade cmd='msiexec /qn /x {D765F1CE-5AE5-4C47-B134-AE58AC474740}' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\ooo311\openofficeorg31.msi" ALLUSERS=1 ADDLOCAL=ALL' />
<remove cmd='msiexec /qn /x {D765F1CE-5AE5-4C47-B134-AE58AC474740}' />
 
</package>
</packages>
</source>
 
 
=== Without Quickstart and Online-Update ===
 
As described below you only have to add "REMOVE=gm_o_Quickstart,gm_o_Onlineupdate" to the parameter list of msiexec when installing the new msi.
 
Anonymous user

Navigation menu