Changes

7-Zip

92 bytes removed, 12:57, 25 October 2006
MSI installer package.xml
<pre>
<package id="7-zip" name="7-zip 4.42" revision="1" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="7-Zip 4.42" /> <install cmd='cmd.exe /c start /wait /d %WINDIR% msiexec /qn /norestart /i %SOFTWARE%\7-zip\7z442.msi' /> <upgrade cmd='cmd.exe /c start /wait /d %WINDIR% msiexec /qn /norestart /i %SOFTWARE%\7-zip\7z442.msi' /> <remove cmd='cmd.exe /c start /wait /d %WINDIR% msiexec /qn /norestart /x %SOFTWARE%\7-zip\7z442.msi' /> </package>
</pre>
Anonymous user