Difference between revisions of "ZipGenius"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
 
Line 1: Line 1:
This is a silent installer and uninstaller for ZipGenius (free Zip utility).
+
This is a silent installer and uninstaller for ZipGenius (free Zip utility). For more infos see http://www.zipgenius.com/
  
 
<source lang="xml">
 
<source lang="xml">

Latest revision as of 13:33, 4 March 2011

This is a silent installer and uninstaller for ZipGenius (free Zip utility). For more infos see http://www.zipgenius.com/

<package
        id="zipgenius"
        name="ZipGenius 6"
        revision="1"
        reboot="false"
        priority="1">
        <check type="uninstall" condition="exists" path="ZipGenius 6 (6.0.3.1140)" />
        <install cmd="%SOFTWARE%\zipgenius\install.bat" />
 <!-- Killing zipgenius after install -->
        <install cmd="taskkill /F /IM zipgenius.exe" />
        <upgrade cmd="%SOFTWARE%\zipgenius\zg603std.exe /verysilent" />
        <remove cmd='"C:\Program Files\ZipGenius 6\unins000.exe" /VERYSILENT' />
</package>