Difference between revisions of "Slideshow Generator Powertoy"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 3: Line 3:
 
  <package id="slideshow" name="Slide Show powertoy" revision="1" priority="0" reboot="false">
 
  <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='\\server\share\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}' />
<upgrade cmd='' />
 
 
  </package>
 
  </package>
  
  
[[category:Silent Installers|Slideshow Generator Powertoy]]
+
[[category:Silent Installers]]

Revision as of 13:36, 3 October 2006

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>