15
edits
Changes
Inkscape
,Added newer installer (1.3.2)
[http://www.inkscape.org/ Inkscape] is a vector graphics editor. It is free software.
== Inkscape 1.3.2 ==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages
xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.wpkg.org/packages ../../xsd/packages.xsd" >
<package id="inkscape"
name="Inkscape"
revision="%PKG_VERSION%"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value="1.3.2" />
<variable name="PKG_NAME" value="inkscape" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\%PKG_NAME%\%PKG_NAME%-%PKG_VERSION%-x64.msi"/>
<variable name="PKG_DESTINATION" value="%ProgramFiles%\" />
<variable name="PKG_INSTALL_SWITCH" value="ALLUSERS=1"/>
<variable name="PKG_REMOVE_SWITCH" value="ALLUSERS=1"/>
<check type="uninstall" condition="versiongreaterorequal" path="Inkscape" value="%PKG_VERSION%" />
<install cmd='MsiExec.exe /i "%PKG_SOURCE%" /qn /norestart %PKG_INSTALL_SWITCH% ' />
<upgrade include="remove" />
<upgrade include="install" />
<remove cmd='MsiExec.exe /x "%PKG_SOURCE%" /qn /norestart %PKG_REMOVE_SWITCH% ' />
</package>
</packages:packages>
</source>
== Inkscape 0.91 ==