Difference between revisions of "FilZip"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 7: | Line 7: | ||
name="FilZip 3.0.4" | name="FilZip 3.0.4" | ||
revision="1" | revision="1" | ||
| − | reboot=" | + | reboot="false" |
priority="0"> | priority="0"> | ||
<check type="uninstall" condition="exists" path="FilZip 3.0.4" /> | <check type="uninstall" condition="exists" path="FilZip 3.0.4" /> | ||
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="false"
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>