Difference between revisions of "Slideshow Generator Powertoy"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
 
This is a silent installer and uninstaller for Slideshow Generator Powertoy for Windows XP.
 
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">
+
<source lang="xml">
 +
<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" />
 
  <check type="uninstall" condition="exists" path="Slideshow Generator Powertoy for Windows XP" />
 
  <install cmd='%SOFTWARE%\powertoys\slideshowpowertoysetup.exe /S /v/qn' />
 
  <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}' />
 
  <remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{C39DE425-6CCF-4B12-A101-3CB5CF3AF3AD}' />
</package>
+
</package>
 
+
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 17:42, 12 April 2008

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>