SumatraPDF 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.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<packages>
|
|
|
|
<package id="sumatrapdf"
|
|
|
|
name="Lecteur de PDF SumatraPDF"
|
|
|
|
revision="12"
|
|
|
|
priority="10"
|
|
|
|
reboot="false">
|
|
|
|
|
|
|
|
<variable name="PKG_VERSION" value="3.0" />
|
|
|
|
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\SumatraPDF" />
|
|
|
|
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\SumatraPDF" />
|
|
|
|
|
|
|
|
<check type="uninstall" condition="versiongreaterorequal" path="SumatraPDF.*" value="%PKG_VERSION%" />
|
|
|
|
|
|
|
|
<install cmd='"%SOFTWARE%\sumatrapdf\SumatraPDF-%PKG_VERSION%-install.exe" /S' />
|
|
|
|
|
|
|
|
<upgrade include="install" />
|
|
|
|
|
|
|
|
<downgrade include="install" />
|
|
|
|
|
|
|
|
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\uninstall.exe" "%INSTALL_PATH%\uninstall.exe" /S' />
|
|
|
|
</package>
|
|
|
|
</packages>
|