Difference between revisions of "FilZip"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
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.
  
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">-->
 
 
<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='\\server\NON-MSI\fz304.exe /verysilent'>
+
        <exit code="0" />
+
    </install>
+
 
+
    <remove  cmd='' />
+
 
</package>
 
</package>
 
</pre>
 
</pre>
<!--</blockquote>-->
+
 
  
 
[[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>