Changes

Jump to: navigation, search

7-Zip

661 bytes added, 15:31, 14 October 2009
Adding 9.07 beta version
"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
 
== 7-ZIP 9.07 (beta) ==
 
Here an example to install the newer 9.07 beta version of 7-Zip. The GID has changed, so using the msi method for the removal is maybe the best.
 
<source lang="xml">
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id='7zip'
name='7-Zip'
revision='907'
priority='50'
reboot='false' >
 
<check type='uninstall' condition='exists' path='7-Zip 9.07' />
 
<install cmd='msiexec /i "%SOFTWARE%\7zip\7z907.msi" /qn' />
 
<upgrade cmd='msiexec /i "%SOFTWARE%\7zip\7z907.msi" /qn' />
 
<remove cmd='msiexec /x "%SOFTWARE%\7zip\7z907.msi" /qn' />
 
</package>
</packages>
</source>
 
== Links ==
Anonymous user

Navigation menu