Consider exit code 1603 as successful (if release bumped but the same version is already installed

tags/wpkg-libreoffice-5.4.4-0.beta1 4.1.3
Daniel Berteaud 11 years ago
parent 300ab2a73a
commit b33543cd0d
  1. 6
      packages/libreoffice.xml

@ -2,7 +2,7 @@
<packages>
<package id="libreoffice"
name="Suite bureautique LibreOffice"
revision="28"
revision="29"
reboot="false"
priority="10">
@ -11,7 +11,9 @@
<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 REMOVE=%REMOVE%' />
<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 REMOVE=%REMOVE%'>
<exit code="1603" />
</install>
<upgrade include="install" />

Loading…
Cancel
Save