Libreoffice (stable) for WPKG on iPasserelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.0 KiB

12 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="libreoffice"
name="Suite bureautique LibreOffice"
6 years ago
revision="59"
12 years ago
reboot="false"
priority="10">
6 years ago
<variable name="PKG_VERSION" value="5.4.7" />
6 years ago
<variable architecture="x64" name="MSI" value="%SOFTWARE%\libreoffice\LibreOffice_%PKG_VERSION%_Win_x64.msi" />
<variable architecture="x86" name="MSI" value="%SOFTWARE%\libreoffice\LibreOffice_%PKG_VERSION%_Win_x86.msi" />
12 years ago
<check type="uninstall" condition="versiongreaterorequal" path="LibreOffice .+" value="%PKG_VERSION%" />
6 years ago
<install cmd='msiexec /qn /i "%MSI%" ISCHECKFORPRODUCTUPDATE=0 CREATEDESKTOPLINK=0 REGISTER_NO_MSO_TYPES=1 RebootYesNo=No UI_LANGS=en_US,fr' />
12 years ago
<!-- Remove x86 5.3.7 -->
<upgrade architecture="x64" cmd="msiexec /qn /norestart /x{6F962302-C743-44AF-9E32-2817BF2BB874}">
<exit code='any' />
</upgrade>
12 years ago
<upgrade include="install" />
6 years ago
<remove cmd='msiexec /qn /norestart /x "%MSI%"' />
12 years ago
</package>
</packages>