Difference between revisions of "Gallery Remote"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 2: | Line 2: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | + | <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='%SOFTWARE%\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='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' /> | <remove cmd='"%PROGRAMFILES%\Gallery Remote\UninstallerData\Uninstall gallery_remote.exe"' /> | ||
− | + | </package> | |
</source> | </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>