SF.net SVN: unattended:[4663] trunk/install/scripts/7-zip.bat

mythrix--- via unattended-cvs <[email protected]> Wed, 05 Jun 2024 08:08:17 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4663
          http://sourceforge.net/p/unattended/code/4663
Author:   mythrix
Date:     2024-06-05 08:08:17 +0000 (Wed, 05 Jun 2024)
Log Message:
-----------
7-Zip v24.06

Modified Paths:
--------------
    trunk/install/scripts/7-zip.bat

Modified: trunk/install/scripts/7-zip.bat
===================================================================
--- trunk/install/scripts/7-zip.bat	2024-06-05 08:07:02 UTC (rev 4662)
+++ trunk/install/scripts/7-zip.bat	2024-06-05 08:08:17 UTC (rev 4663)
@@ -1,7 +1,7 @@
-:: OPTIONAL: Install 7-Zip 23.01
+:: OPTIONAL: Install 7-Zip 24.06
 :: HOME: http://www.7-zip.org/
-:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/23.01/7z2301.msi|packages/sevenzip/7zip_2301-x86.msi
-:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/23.01/7z2301-x64.msi|packages/sevenzip/7zip_2301-AMD64.msi
+:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/24.06/7z2406.msi|packages/sevenzip/7zip_2406-x86.msi
+:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/24.06/7z2406-x64.msi|packages/sevenzip/7zip_2406-AMD64.msi
 @Echo off
 
 if exist "%ProgramFiles%\7-ZIP\7z.exe" goto done
@@ -19,6 +19,6 @@
 )
 ENDLOCAL
 
-todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7zip_2301-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
+todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7zip_2406-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
 
 :done

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.