Changes

Go-OpenOffice.org

2,411 bytes added, 14:46, 10 March 2010
Added language pack
<source lang="xml">
<install cmd='%COMSPEC% /c echo yes | "%PROGRAMFILES%\OpenOffice.org 3\program\unopkg" add --shared "%SOFTWARE%\openoffice\extensions\pdfimport.oxt"' />
</source>
 
== Language Pack ==
 
=== Versions ===
 
The most recent stable 3.2 version is available from [http://go-oo.mirrorbrain.org/stable/win32/3.2/]
 
==== 3.2.0 Series ====
 
===== 3.2.0.5 =====
 
Installer filename: GoOo-langpack-<locale>-3.2-10.exe
Uninstall string:
Build: ?
Build date: ?
 
"spell check is broken in 3.2.0-10, fixed in forthcoming 3.2.0-11. However we have a manual fix. http://go-oo.mirrorbrain.org/stable/win32/3.2/. uninstall then reinstall from go-oo.org download section."
 
"[*] We are sorry but the bundled extension with dictionaries is broken in the GoOo-3.2-10.exe Windows build. Please remove it in Tools/Extension Manager… and install the fixed one. Only this single fix will be included in the upcomming GoOo-3.2-11.exe build."
 
===== 3.2.0.6 =====
 
Installer filename: GoOo-langpack-<locale>-3.2-11.exe
Uninstall string: ?
 
===== 3.2.0.7 =====
 
Installer filename: GoOo-langpack-<locale>-3.2-12.exe
Uninstall string: B0111E47-DC7C-4350-B115-D506D2CC909F
 
Installer filename: GoOo-langpack-<locale>-3.2-13.exe
Uninstall string: DCD149DE-0FBA-49D0-A482-062579B8B9B5
 
== Silent installer ==
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<package
id="go-oo-lang-pack"
name="Go-oo / OpenOffice Language Pack"
revision="5"
reboot="false"
priority="3">
 
<depends
package-id="go-oo" />
 
<check
type="file"
condition="exists"
path="%PROGRAMFILES%\OpenOffice.org 3\licenses\license_en-GB.txt" />
<!-- Using a .res file for the check failed and we never knew why -->
 
<install
cmd='msiexec /qb /package "%SOFTWARE%\go-oo-lang-pack\openofficeorg32.msi"' />
 
<!-- if you don't first uninstall the previous version it says "the same version of this product is already installed" -->
<!-- If you try to uninstall a previous version that isn't actually installed you get an error 1605 which WPKG fails on -->
<!-- 3.2.0-10 -->
<upgrade
cmd="msiexec /qb /uninstall {68AE25FB-90BC-486D-9F48-8EFED07D42B1}" >
<exit code='0' />
<exit code='1605' />
</upgrade>
<!-- 3.2.0-12 -->
<upgrade
cmd="msiexec /qb /uninstall {B0111E47-DC7C-4350-B115-D506D2CC909F}" >
<exit code='0' />
<exit code='1605' />
</upgrade>
 
<upgrade
cmd='msiexec /qb /package "%SOFTWARE%\go-oo-lang-pack\openofficeorg32.msi"' />
 
<remove
cmd="msiexec /qb /uninstall {DCD149DE-0FBA-49D0-A482-062579B8B9B5}" />
</package>
</source>
577
edits