Changes

Jump to: navigation, search

7-Zip

1,120 bytes added, 02:39, 26 December 2006
no edit summary
</package>
</pre>
 
== MSI installer package.xml for use with existing older exe based installs==
'''Background''' The hosts on my network are a mix of 7-Zip (various revision) .exe and .msi based installs.
Use this if you have existing .exe based installs of 7-Zip (such as 4.20) and you would like to uninstall them before switching to an .msi based install. If you do a .msi based install it will leave some files from the .exe based install intact as well as an entry in "Add/Remove Programs"
 
<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='%comspec% /c if exist "%PROGRAMFILES%\7-Zip\Uninstall.exe" "%PROGRAMFILES%\7-Zip\Uninstall.exe" /S' />
<install cmd='msiexec /qn /norestart /i %SOFTWARE%\sevenzip\7z442.msi' />
<upgrade cmd='%comspec% /c if exist "%PROGRAMFILES%\7-Zip\Uninstall.exe" "%PROGRAMFILES%\7-Zip\Uninstall.exe" /S' />
<upgrade cmd='msiexec /qn /norestart /i %SOFTWARE%\sevenzip\7z442.msi' />
<remove cmd='msiexec /qn /norestart /x %SOFTWARE%\sevenzip\7z442.msi' />
</package>
== EXE installer package.xml ==
Anonymous user

Navigation menu