Changes

Inkscape

173 bytes added, 04:49, 14 July 2011
Inkscape 0.48: : Added check for file in %PROGRAMFILES(x86)% as this is where it installs under 64 bit Windows.
<variable name="version" value="0.48.1" />
<check type ="logical" condition="or"> <check type="file" condition="versionequalto" path="%PROGRAMFILES%\Inkscape\Inkscape.exe" value="0.48.1.0" /> <check type="file" condition="versionequalto" path="%PROGRAMFILES(x86)%\Inkscape\Inkscape.exe" value="0.48.1.0" /> </check>
<install cmd='"%SOFTWARE%\apps\inkscape\Inkscape-%version%-2.exe" /S' />
3
edits