Difference between revisions of "ZipGenius"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 8: | Line 8: | ||
priority="1"> | priority="1"> | ||
<check type="uninstall" condition="exists" path="ZipGenius 6 (6.0.2.1041)" /> | <check type="uninstall" condition="exists" path="ZipGenius 6 (6.0.2.1041)" /> | ||
| − | <install cmd=" | + | <install cmd="%SOFTWARE%\zipgenius\install.bat" /> |
</package> | </package> | ||
install.bat: | install.bat: | ||
| − | + | %SOFTWARE%\zipgenius\zg602std.exe /verysilent | |
| − | xcopy | + | xcopy %SOFTWARE%\zipgenius\p* "%PROGRAMFILES%\ZipGenius 6\lang\" |
The second line is for distributing language files. | The second line is for distributing language files. | ||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
Revision as of 13:49, 3 October 2006
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.2.1041)" />
<install cmd="%SOFTWARE%\zipgenius\install.bat" />
</package>
install.bat:
%SOFTWARE%\zipgenius\zg602std.exe /verysilent xcopy %SOFTWARE%\zipgenius\p* "%PROGRAMFILES%\ZipGenius 6\lang\"
The second line is for distributing language files.