SF.net SVN: unattended:[4335] trunk/install/scripts/7-zip.bat
jjp3--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4335
http://sourceforge.net/p/unattended/code/4335
Author: jjp3
Date: 2019-03-11 00:39:00 +0000 (Mon, 11 Mar 2019)
Log Message:
-----------
7-zip 19.00
Modified Paths:
--------------
trunk/install/scripts/7-zip.bat
Modified: trunk/install/scripts/7-zip.bat
===================================================================
--- trunk/install/scripts/7-zip.bat 2019-03-10 13:00:23 UTC (rev 4334)
+++ trunk/install/scripts/7-zip.bat 2019-03-11 00:39:00 UTC (rev 4335)
@@ -1,7 +1,7 @@
:: OPTIONAL: Install 7-Zip
:: HOME: http://www.7-zip.org/
-:: 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
+:: URL|ALL|http://www.7-zip.org/a/7z1900.msi|packages/sevenzip/7z1900-x86.msi
+:: URL|ALL|http://www.7-zip.org/a/7z1900-x64.msi|packages/sevenzip/7z1900-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\7z1806-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
+todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7z1900-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
:done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.