Changes

Inkscape

398 bytes added, 14:00, 23 June 2009
no edit summary
You can fetch the installer [http://downloads.sourceforge.net/inkscape/Inkscape-0.46.win32.exe from sourceforge].
 
A strange thing... I had to add the following command to get the upgrade work ...
 
<source lang="xml">
<!-- Upgrade fails. Uninstall first and remove inkscape's directory-->
<upgrade cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
<upgrade cmd='%comspec% /c rd /S /Q "%PROGRAMFILES%\Inkscape"' />
<upgrade cmd='"%SOFTWARE%\graphics\Inkscape-0.46.win32.exe" /S /GTK=OFF' />
</source>
 
[[Category:Silent Installers]]