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
33 lines
1.1 KiB
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<packages>
|
||
|
<package id="inkscape"
|
||
|
name="Inkscape"
|
||
|
revision="4"
|
||
|
reboot="false"
|
||
|
priority="10">
|
||
|
|
||
|
<variable name="PKG_VERSION" value="0.48.2" />
|
||
|
<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%" />
|
||
|
|
||
|
<install cmd='"%SOFTWARE%\inkscape\Inkscape-%PKG_VERSION%-%PKG_REV%-win32.exe" /S' />
|
||
|
<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>
|