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.

24 lines
837 B

13 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="sumatrapdf"
name="Lecteur de PDF SumatraPDF"
revision="12"
13 years ago
priority="10"
reboot="false">
<variable name="PKG_VERSION" value="3.0" />
13 years ago
<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>