Difference between revisions of "7-Zip"
From WPKG | Open Source Software Deployment and Distribution
| Line 1: | Line 1: | ||
A free file compressor/extractor: [http://www.7-zip.org/] | A free file compressor/extractor: [http://www.7-zip.org/] | ||
| + | <pre> | ||
<package | <package | ||
id="7zip" | id="7zip" | ||
| Line 14: | Line 15: | ||
</remove> | </remove> | ||
</package> | </package> | ||
| + | </pre> | ||
[[category:Silent Installers|7-Zip]] | [[category:Silent Installers|7-Zip]] | ||
Revision as of 00:17, 28 October 2005
A free file compressor/extractor: [1]
<package
id="7zip"
name="7-Zip" revision="423"
reboot="false" priority="0">
<check type="file" condition="exists" path="C:\Program Files\7-Zip\7zFM.exe" />
<install cmd='\\server\share\7z423.exe /S /install=SFQR'>
<exit code="0" />
</install>
<remove cmd='"C:\Program Files\7-Zip\Uninstall.exe" /S'>
<exit code="0"/>
</remove>
</package>