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

mythrix--- via unattended-cvs <[email protected]> Thu, 14 Sep 2023 09:24:41 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4640
          http://sourceforge.net/p/unattended/code/4640
Author:   mythrix
Date:     2023-09-14 09:24:40 +0000 (Thu, 14 Sep 2023)
Log Message:
-----------
7-zip v23.01

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

Modified: trunk/install/scripts/7-zip.bat
===================================================================
--- trunk/install/scripts/7-zip.bat	2023-09-14 09:24:16 UTC (rev 4639)
+++ trunk/install/scripts/7-zip.bat	2023-09-14 09:24:40 UTC (rev 4640)
@@ -1,11 +1,11 @@
-:: OPTIONAL: Install 7-Zip
+:: OPTIONAL: Install 7-Zip 23.01
 :: HOME: http://www.7-zip.org/
-:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/21.07/7z2107.msi|packages/sevenzip/7z2107-x86.msi
-:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/21.07/7z2107-x64.msi|packages/sevenzip/7z2107-AMD64.msi
-@Echo off
-
-if exist "%ProgramFiles%\7-ZIP\7z.exe" goto done
+:: 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
+@Echo off
 
+if exist "%ProgramFiles%\7-ZIP\7z.exe" goto done
+
 REM Set 7zip as default archived file manager
 SETLOCAL
 SET SC=HKLM\SOFTWARE\Classes
@@ -19,6 +19,6 @@
 )
 ENDLOCAL
 
-todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7z2107-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
+todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7zip_2301-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
 
-:done
+:done

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