Difference between revisions of "Gallery Remote"

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 Gallery Remote.
 
This is a silent installer and uninstaller for Gallery Remote.
  
 +
<source lang="xml">
 
  <package id="galleryremote" name="GalleryRemote (Update Gallery websites)" revision="1" priority="0" reboot="false">
 
  <package id="galleryremote" name="GalleryRemote (Update Gallery websites)" revision="1" priority="0" reboot="false">
 
  <check type="uninstall" condition="exists" path="Gallery Remote" />
 
  <check type="uninstall" condition="exists" path="Gallery Remote" />
Line 6: Line 7:
 
  <remove cmd='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' />
 
  <remove cmd='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' />
 
  </package>
 
  </package>
 +
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 21:18, 13 February 2008

This is a silent installer and uninstaller for Gallery Remote.

 <package id="galleryremote" name="GalleryRemote (Update Gallery websites)" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="Gallery Remote" />
 <install cmd='%SOFTWARE%\galleryremote\galleryremote.1.4.1.win32.NoVM.exe -i SILENT' />
 <remove cmd='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' />
 </package>