Difference between revisions of "ZipGenius"
From WPKG | Open Source Software Deployment and Distribution
m |
(Corrected upgrade and remove cmd) |
||
| Line 7: | Line 7: | ||
reboot="false" | reboot="false" | ||
priority="1"> | priority="1"> | ||
| − | <check type="uninstall" condition="exists" path="ZipGenius 6 (6.0. | + | <check type="uninstall" condition="exists" path="ZipGenius 6 (6.0.3.1140)" /> |
<install cmd="%SOFTWARE%\zipgenius\install.bat" /> | <install cmd="%SOFTWARE%\zipgenius\install.bat" /> | ||
| + | <upgrade cmd="\\nosrv06\apps$\install\zipgenius\zg603std.exe /verysilent" /> | ||
| + | <remove cmd='"C:\Program Files\ZipGenius 6\unins000.exe" /SILENT' /> | ||
</package> | </package> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
Revision as of 08:56, 20 June 2007
This is a silent installer and uninstaller for ZipGenius (free Zip utility).
<package
id="zipgenius"
name="ZipGenius 6"
revision="1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="ZipGenius 6 (6.0.3.1140)" />
<install cmd="%SOFTWARE%\zipgenius\install.bat" />
<upgrade cmd="\\nosrv06\apps$\install\zipgenius\zg603std.exe /verysilent" />
<remove cmd='"C:\Program Files\ZipGenius 6\unins000.exe" /SILENT' />
</package>