Difference between revisions of "Slideshow Generator Powertoy"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add cat)
 
Line 9: Line 9:
 
</source>
 
</source>
  
[[category:Silent Installers]]
+
 
 +
[[Category:Silent Installers]]
 +
[[Category:Windows Powertoy]]

Latest revision as of 14:16, 1 April 2011

This is a silent installer and uninstaller for Slideshow Generator Powertoy for Windows XP.

<package id="slideshow" name="Slide Show powertoy" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="Slideshow Generator Powertoy for Windows XP" />
 <install cmd='%SOFTWARE%\powertoys\slideshowpowertoysetup.exe /S /v/qn' />
 <remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{C39DE425-6CCF-4B12-A101-3CB5CF3AF3AD}' />
</package>