SF.net SVN: unattended:[4314] trunk/install/scripts/7-zip.bat
mythrix--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4314
http://sourceforge.net/p/unattended/code/4314
Author: mythrix
Date: 2019-01-02 14:38:41 +0000 (Wed, 02 Jan 2019)
Log Message:
-----------
7-zip v18.06
Modified Paths:
--------------
trunk/install/scripts/7-zip.bat
Modified: trunk/install/scripts/7-zip.bat
===================================================================
--- trunk/install/scripts/7-zip.bat 2019-01-02 13:58:06 UTC (rev 4313)
+++ trunk/install/scripts/7-zip.bat 2019-01-02 14:38:41 UTC (rev 4314)
@@ -1,7 +1,7 @@
:: OPTIONAL: Install 7-Zip
:: HOME: http://www.7-zip.org/
-:: URL|ALL|http://www.7-zip.org/a/7z1805.msi|packages/sevenzip/7z1805-x86.msi
-:: URL|ALL|http://www.7-zip.org/a/7z1805-x64.msi|packages/sevenzip/7z1805-AMD64.msi
+:: URL|ALL|http://www.7-zip.org/a/7z1806.msi|packages/sevenzip/7z1806-x86.msi
+:: URL|ALL|http://www.7-zip.org/a/7z1806-x64.msi|packages/sevenzip/7z1806-AMD64.msi
@Echo off
if exist "%ProgramFiles%\7-ZIP\7z.exe" goto done
@@ -19,6 +19,6 @@
)
ENDLOCAL
-todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\7zip.txt /i %Z%\packages\sevenzip\7z1805-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
+todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\7zip.txt /i %Z%\packages\sevenzip\7z1806-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
:done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.