From f3788da75a710ee10efc0c1d819cb9273daf4792 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Thu, 3 Apr 2025 09:50:44 +0200 Subject: [PATCH] Add KB3102810 --- setup/Patches.ini | 5 +++++ setup/setup.nsi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/setup/Patches.ini b/setup/Patches.ini index 61701b6..68b0624 100644 --- a/setup/Patches.ini +++ b/setup/Patches.ini @@ -312,6 +312,11 @@ Prefix=http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02 x86=windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe x64=windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe +[KB3102810] +Prefix=http://ftp-vichingo455.duckdns.org/pub/Updates/ +x86=Windows6.1-KB3102810-x86.msu +x64=Windows6.1-KB3102810-x64.msu + [KB3138612] Prefix=http://download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/ x86=windows6.1-kb3138612-x86_6e90531daffc13bc4e92ecea890e501e807c621f.msu diff --git a/setup/setup.nsi b/setup/setup.nsi index c067824..db43a69 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -250,6 +250,7 @@ SectionEnd Section "$(SectionSSU)" WIN7SSU SectionIn Ro + Call InstallKB3102810 Call InstallKB3138612 Call InstallKB4474419 Call InstallKB4490628 @@ -686,7 +687,7 @@ Function .onInit SetErrorLevel 1 Quit ${EndIf} - ${If} ${FileExists} "$OUTDIR\Uninstall.exe" + ${If} ${FileExists} "$OUTDIR\Uninstall.exe" IfSilent +3 Exec '"$OUTDIR\Uninstall.exe"' Quit