Libreoffice (stable) for WPKG on iPasserelle
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

25 行
1.0 KiB

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