Inkscape 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.

40 lines
1.6 KiB

12 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="inkscape"
name="Inkscape"
revision="12"
12 years ago
reboot="false"
priority="10">
6 years ago
<variable name="PKG_VERSION" value="0.92.3" />
9 years ago
<variable architecture="x86" name="OLD_INSTALL_PATH" value="%PROGRAMFILES%\Inkscape" />
<variable architecture="x64" name="OLD_INSTALL_PATH" value="%PROGRAMFILES(x86)%\Inkscape" />
7 years ago
<variable architecture="x86" name="MSI" value="%SOFTWARE%\inkscape\Inkscape-%PKG_VERSION%-x86.msi" />
7 years ago
<variable architecture="x64" name="MSI" value="%SOFTWARE%\inkscape\Inkscape-%PKG_VERSION%-x64.msi" />
9 years ago
12 years ago
<check type="uninstall" condition="exists" path="Inkscape %PKG_VERSION%" />
9 years ago
<install include="remove" />
7 years ago
<install cmd='msiexec /qn /i "%MSI%"' />
12 years ago
<install cmd='%COMSPEC% /C del /q /f "%ALLUSERSPROFILE%\Bureau\Inkscape.lnk"'>
<exit code="0" />
<exit code="1" />
</install>
9 years ago
<install cmd='%COMSPEC% /C del /q /f "%PUBLIC%\Desktop\Inkscape %PKG_VERSION%.lnk"'>
12 years ago
<exit code="0" />
<exit code="1" />
</install>
9 years ago
<upgrade cmd='msiexec /qn /norestart /x{81922150-317E-4BB0-A31D-FF1C14F707C5}'>
<exit code="any" />
</upgrade>
12 years ago
<upgrade include="install" />
<downgrade include="install" />
9 years ago
<remove cmd='%COMSPEC% /C IF EXIST "%OLD_INSTALL_PATH%\uninstall.exe" "%OLD_INSTALL_PATH%\uninstall.exe" /S' />
7 years ago
<remove cmd='msiexec /qn /norestart /x "%MSI%"'>
9 years ago
<exit code='any' />
</remove>
12 years ago
</package>
</packages>