Changes

7-Zip

232 bytes added, 11:46, 28 April 2014
7-Zip 9.22 (beta) MSI installer (32-bit and 64-bit versions)
A free file compressor/extractor: [http://www.7-zip.org/ www.7-zip.org]
== 7-Zip 9.22 32 (betaalpha) MSI installer (32-bit and 64-bit versions) ==<source lang="xml"><package id="7zip" name="7-Zip" revision="%PKG_VERSION%" reboot="false" priority="1">
<variable name="PKG_VERSION" value="9.22" Download the installers from: [http:/> <variable name="PKG_EXE_x86" value="7z%PKG_VERSION%/sourceforge.msi" net/p/sevenzip/discussion/45797/thread/49e6a4d4/>7Zip Official Forum @ Sourceforge]
<source lang="xml"><!-- 7-Zip --> <variable package id="7zip" name="PKG_EXE_x647-Zip Packer" valuerevision="7z2" reboot="false" priority="5900" > <check type='logical' condition='or'> <check type='uninstall' condition='exists' path='7-Zip 9.32' /> <check type='uninstall' condition='exists' path='7-Zip 9.32 (x64 edition)' /> </check> <!-- If you do a .msi based install without first uninstalling the .exe version it will leave some files from the .exe based install intact as well as an entry in "Add/Remove Programs". --> <install cmd='%PKG_VERSIONCOMSPEC%/c if exist "%PROGRAMFILES%\7-Zip\Uninstall.exe" "%PROGRAMFILES%\7-Zip\Uninstall.exe" /S' /> <install cmd='msiexec /i "%SOFTWARE%\7zip\7z932.msi" /qn' architecture='x86' /> <install cmd='msiexec /i "%SOFTWARE%\7zip\7z932-x64.msi" /qn' architecture='x64' /> <install cmd="regedit /s %SOFTWARE%\7zip\7zip.reg" />
<variable nameupgrade cmd='%COMSPEC% /c if exist "PKG_SOURCE%PROGRAMFILES%\7-Zip\Uninstall.exe" value"%PROGRAMFILES%\7-Zip\Uninstall.exe" /S' /> <upgrade cmd='msiexec /i "%SOFTWARE%\7zip\7z932.msi" /qn' architecture='x86' /> <variable nameupgrade cmd='msiexec /i "PKG_INSTALL_SWITCH%SOFTWARE%\7zip\7z932-x64.msi" value/qn' architecture='x64'/qn > <upgrade cmd="regedit /passive' s %SOFTWARE%\7zip\7zip.reg"/>
<variable name="PKG_REMOVE_SWITCH" value='/qn /passive' /> <check type="logical" condition="or"> <check type="uninstall" condition="exists" path="7-Zip %PKG_VERSION%" />  <check type="uninstall" condition="exists" path="7-Zip %PKG_VERSION% (x64 edition)" /> </check> <commands>   <command type="install" remove cmd='MsiExec.exe msiexec /i x "%PKG_SOURCESOFTWARE%\%PKG_EXE_x86%7zip\7z932.msi" %PKG_INSTALL_SWITCH%/qn' architecture="'x86" />  <command type="install" cmd='MsiExec.exe /i "%PKG_SOURCE%\%PKG_EXE_x64%" %PKG_INSTALL_SWITCH%' architecture="x64" />  <command type="upgrade" include="install" /> <command type="remove" cmd='MsiExec.exe msiexec /x "%PKG_SOURCESOFTWARE%\%PKG_EXE_x86%7zip\7z932-x64.msi" %PKG_REMOVE_SWITCH%/qn' architecture="x86" />  <command type="remove" cmd='MsiExec.exe /x "%PKG_SOURCE%\%PKG_EXE_x64%" %PKG_REMOVE_SWITCH%x64' architecture="x64" /> </commands></package>
</source>
 
== 7-Zip 9.20 MSI installer (32-bit and 64-bit versions) ==
22
edits