Difference between revisions of "SodiPodi"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link and and description)
Line 1: Line 1:
This is a silent installer and deinstaller for SodiPodi (drawing package).
+
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.
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 10:08, 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>