Difference between revisions of "FilZip"
From WPKG | Open Source Software Deployment and Distribution
m |
(No difference)
|
Revision as of 13:14, 18 August 2005
This is a silent installer for FilZip, a free compression program that supports many formats - see http://www.filzip.com for more info.
<package
id="filzip304"
name="FilZip 3.0.4"
revision="1"
reboot="true"
priority="0">
<check type="uninstall" condition="exists" path="FilZip 3.0.4" />
<install cmd='\\server\NON-MSI\fz304.exe /verysilent'>
<exit code="0" />
</install>
<remove cmd='' />
</package>