Difference between revisions of "FilZip"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 2: Line 2:
  
 
<pre>
 
<pre>
<package
+
<package id='filzip' name='Filzip' revision='1' priority='20' reboot='false' >
    id="filzip304"
+
  <check type='uninstall' condition='exists' path='Filzip 3.06' />
    name="FilZip 3.0.4"
+
  <install cmd='%SOFTWARE%\FilZip\fz306.exe /verysilent' />
    revision="1"
+
  <remove cmd='"%PROGRAMFILES%\Filzip\unins000.exe" /silent' />
    reboot="false"
+
    priority="0">
+
    <check type="uninstall" condition="exists" path="FilZip 3.0.4" />
+
    <install cmd='%SOFTWARE%\FilZip\fz304.exe /verysilent' />
+
 
</package>
 
</package>
 
</pre>
 
</pre>

Revision as of 12:22, 27 August 2007

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='filzip' name='Filzip' revision='1' priority='20' reboot='false' >
  <check type='uninstall' condition='exists' path='Filzip 3.06' />
  <install cmd='%SOFTWARE%\FilZip\fz306.exe /verysilent' />
  <remove cmd='"%PROGRAMFILES%\Filzip\unins000.exe" /silent' />
</package>