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.

33 lines
1.1 KiB

12 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="inkscape"
name="Inkscape"
10 years ago
revision="6"
12 years ago
reboot="false"
priority="10">
10 years ago
<variable name="PKG_VERSION" value="0.48.5" />
12 years ago
<variable name="PKG_REV" value="1" />
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Inkscape" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Inkscape" />
<check type="uninstall" condition="exists" path="Inkscape %PKG_VERSION%" />
10 years ago
<install cmd='"%SOFTWARE%\inkscape\Inkscape-%PKG_VERSION%-%PKG_REV%-win32.exe" /S' />
12 years ago
<install cmd='%COMSPEC% /C del /q /f "%ALLUSERSPROFILE%\Bureau\Inkscape.lnk"'>
<exit code="0" />
<exit code="1" />
</install>
<install cmd='%COMSPEC% /C del /q /f "%PUBLIC%\Desktop\Inkscape.lnk"'>
<exit code="0" />
<exit code="1" />
</install>
<upgrade include="install" />
<downgrade include="install" />
<remove cmd='"%INSTALL_PATH%\uninstall.exe" /S' />
</package>
</packages>