Difference between revisions of "Gallery Remote"
From WPKG | Open Source Software Deployment and Distribution
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=' | + | <install cmd='%SOFTWARE%\galleryremote\galleryremote.1.4.1.win32.NoVM.exe -i SILENT' /> |
− | <remove cmd='" | + | <remove cmd='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' /> |
− | + | ||
</package> | </package> | ||
− | [[category:Silent Installers | + | [[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>