Changes

Inkscape

897 bytes added, 16:33, 29 October 2015
Add 0.91 64-bit MSI package definition.
[http://www.inkscape.org/ Inkscape] is a vector graphics editor. It is free software.
== Inkscape 0.91 ==
 
Inkscape 0.91 introduces 64-bit builds for Windows along with MSI installers. The following package definition removes the old 32-bit 0.48 version before installing the 64-bit MSI.
 
<source lang="xml">
<package
id="inkscape"
name="Inkscape"
revision="%version%"
reboot="false">
<variable name="version" value="0.91" />
<check
type="uninstall"
condition="versionequalto"
path="Inkscape %version%"
value="%version%" />
<install cmd='msiexec /qn /i "%SOFTWARE%\inkscape\inkscape-%version%-x64.msi"' />
<upgrade include="remove" />
<upgrade include="install" />
<!-- Remove 0.48 EXE installer -->
<remove cmd='"%PROGRAMFILES(X86)%\Inkscape\uninstall.exe" /S'>
<exit code='any' />
</remove>
<!-- Remove 0.91 x64 MSI -->
<remove cmd='msiexec /qn /x{81922150-317E-4BB0-A31D-FF1C14F707C5}'>
<exit code='any' />
</remove>
</package>
</source>
== Inkscape 0.48.2 ==
117
edits