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.
 

19 lines
777 B

<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="libreoffice"
name="Suite bureautique LibreOffice"
revision="45"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value="5.0.5" />
<check type="uninstall" condition="versiongreaterorequal" path="LibreOffice .+" value="%PKG_VERSION%" />
<install cmd='msiexec /qn /i "%SOFTWARE%\libreoffice\LibreOffice_%PKG_VERSION%_Win_x86.msi" ISCHECKFORPRODUCTUPDATE=0 CREATEDESKTOPLINK=0 REGISTER_NO_MSO_TYPES=1 RebootYesNo=No UI_LANGS=en_US,fr' />
<upgrade include="install" />
<remove cmd='msiexec /qn /norestart /x "%SOFTWARE%\libreoffice\LibreOffice_%PKG_VERSION%_Win_x86.msi"' />
</package>
</packages>