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

jjp3--- via unattended-cvs <[email protected]> Tue, 22 Oct 2024 18:37:13 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4685
          http://sourceforge.net/p/unattended/code/4685
Author:   jjp3
Date:     2024-10-22 18:37:12 +0000 (Tue, 22 Oct 2024)
Log Message:
-----------
7-Zip 24.08

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

Modified: trunk/install/scripts/7-zip.bat
===================================================================
--- trunk/install/scripts/7-zip.bat	2024-10-21 00:56:00 UTC (rev 4684)
+++ trunk/install/scripts/7-zip.bat	2024-10-22 18:37:12 UTC (rev 4685)
@@ -1,7 +1,7 @@
-:: OPTIONAL: Install 7-Zip 24.06
+:: OPTIONAL: Install 7-Zip 24.08
 :: HOME: http://www.7-zip.org/
-:: 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
+:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/24.08/7z2408.msi|packages/sevenzip/7zip_2408-x86.msi
+:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/24.08/7z2408-x64.msi|packages/sevenzip/7zip_2408-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_2406-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
+todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7zip_2408-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
 
 :done

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