Difference between revisions of "Gallery Remote"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 3: Line 3:
 
  <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" />
  <install cmd='\\server\share\galleryremote\galleryremote.1.4.1.win32.NoVM.exe -i SILENT' />
+
  <install cmd='%SOFTWARE%\galleryremote\galleryremote.1.4.1.win32.NoVM.exe -i SILENT' />
  <remove cmd='"C:\Program Files\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' />
+
  <remove cmd='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' />
<upgrade cmd='' />
+
 
  </package>
 
  </package>
  
[[category:Silent Installers|Gallery Remote]]
+
[[category:Silent Installers]]

Revision as of 19:41, 2 October 2006

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>