Difference between revisions of "7-Zip"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Updated version of 7-Zip to 4.32)
Line 4: Line 4:
 
<package
 
<package
 
     id="7zip"
 
     id="7zip"
     name="7-Zip"    revision="423"
+
     name="7-Zip"    revision="432"
 
     reboot="false"    priority="0">
 
     reboot="false"    priority="0">
 
     <check type="file" condition="exists" path="C:\Program Files\7-Zip\7zFM.exe" />
 
     <check type="file" condition="exists" path="C:\Program Files\7-Zip\7zFM.exe" />
  
     <install cmd='\\server\share\7z423.exe /S /install=SFQR'>
+
     <install cmd='\\server\share\7z432.exe /S /install=SFQR'>
 
     <exit code="0" />
 
     <exit code="0" />
 
     </install>
 
     </install>

Revision as of 17:56, 23 December 2005

A free file compressor/extractor: www.7-zip.org

<package
    id="7zip"
    name="7-Zip"     revision="432"
    reboot="false"     priority="0">
    <check type="file" condition="exists" path="C:\Program Files\7-Zip\7zFM.exe" />

    <install cmd='\\server\share\7z432.exe /S /install=SFQR'>
    <exit code="0" />
    </install>
    <remove cmd='"%PROGRAMFILES%\7-Zip\Uninstall.exe" /S'>
        <exit code="0"/>
    </remove>
</package>