Changes
7-Zip
,no edit summary
== 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='%WINDIR%\system32\cmd .exe /c start /wait /d %WINDIR% msiexec /qn /norestart /i %SOFTWARE%\7-zip\7z442.msi' /> <upgrade cmd='%WINDIR%\system32\cmd .exe /c start /wait /d %WINDIR% msiexec /qn /norestart /i %SOFTWARE%\7-zip\7z442.msi' /> <remove cmd='%WINDIR%\system32\cmd .exe /c start /wait /d %WINDIR% msiexec /qn /norestart /x %SOFTWARE%\7-zip\7z442.msi' />
</package>
</pre>
== EXE installer package .xml ==
<pre>
</pre>
== 7-Zip EXE installer options ==
"Use the "/S" parameter to do a silent installation and the "/D=dir" parameter to specify the "output directory". These options are case-sensitive. 7-Zip uses the NSIS installer by Nullsoft." - http://www.7-zip.org/faq.html