Do not remove components during install as it abort the process (msiexec exit code 1603)

tags/wpkg-libreoffice-5.4.4-0.beta1 4.1.3_el5
Daniel Berteaud 11 years ago
parent 9b0c7325ee
commit c5379cf327
  1. 7
      packages/libreoffice.xml

@ -2,18 +2,15 @@
<packages> <packages>
<package id="libreoffice" <package id="libreoffice"
name="Suite bureautique LibreOffice" name="Suite bureautique LibreOffice"
revision="29" revision="30"
reboot="false" reboot="false"
priority="10"> priority="10">
<variable name="PKG_VERSION" value="4.1.3" /> <variable name="PKG_VERSION" value="4.1.3" />
<variable name="REMOVE" value="gm_o_Testtool,gm_o_Xsltfiltersamples,gm_o_jf_Palm,gm_o_jf_Pocketpc,gm_o_Quickstart" />
<check type="uninstall" condition="versiongreaterorequal" path="LibreOffice .+" value="%PKG_VERSION%" /> <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' />
<exit code="1603" />
</install>
<upgrade include="install" /> <upgrade include="install" />

Loading…
Cancel
Save