Difference between revisions of "SodiPodi"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add external link and and description)
m
 
Line 1: Line 1:
This is a silent installer and deinstaller for SodiPodi (drawing package). More infos from [http://sourceforge.net/projects/sodipodi/ here]
+
This is a silent installer and deinstaller for SodiPodi (drawing package). More infos from [http://sourceforge.net/projects/sodipodi/ here].
  
 
SodoPodi is not updated since 2004. You may prefer the [[Inkscape]] fork.
 
SodoPodi is not updated since 2004. You may prefer the [[Inkscape]] fork.

Latest revision as of 10:40, 31 March 2011

This is a silent installer and deinstaller for SodiPodi (drawing package). More infos from here.

SodoPodi is not updated since 2004. You may prefer the Inkscape fork.

<package id="sodipodi" name="SodiPodi (Drawing package)" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="Sodipodi" />
 <install cmd='msiexec /qb /l* c:\netinst\logs\sodipodi.txt /i %SOFTWARE%\sodipodi\SodiSetup.msi' />
 <remove cmd="msiexec /qn /l* c:\netinst\logs\sodipodi.log /x{670EFFD4-0DBF-4328-8BFA-61C1841C7B8E}" />
</package>