Difference between revisions of "FilZip"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 1: | Line 1: | ||
This is a silent installer for FilZip, a free compression program that supports many formats - see http://www.filzip.com for more info. | This is a silent installer for FilZip, a free compression program that supports many formats - see http://www.filzip.com for more info. | ||
| − | |||
<pre> | <pre> | ||
<package | <package | ||
| Line 10: | Line 9: | ||
priority="0"> | priority="0"> | ||
<check type="uninstall" condition="exists" path="FilZip 3.0.4" /> | <check type="uninstall" condition="exists" path="FilZip 3.0.4" /> | ||
| − | + | <install cmd='%SOFTWARE%\FilZip\fz304.exe /verysilent' /> | |
| − | <install cmd='\ | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
</package> | </package> | ||
</pre> | </pre> | ||
| − | + | ||
[[category:Silent Installers|FilZip]] | [[category:Silent Installers|FilZip]] | ||
Revision as of 19:26, 2 October 2006
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='%SOFTWARE%\FilZip\fz304.exe /verysilent' />
</package>