Add KB3102810

This commit is contained in:
Vichingo455 2025-04-03 09:50:44 +02:00
parent 763787ab30
commit f3788da75a
2 changed files with 7 additions and 1 deletions

View File

@ -312,6 +312,11 @@ Prefix=http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02
x86=windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe x86=windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe
x64=windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.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] [KB3138612]
Prefix=http://download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/ Prefix=http://download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/
x86=windows6.1-kb3138612-x86_6e90531daffc13bc4e92ecea890e501e807c621f.msu x86=windows6.1-kb3138612-x86_6e90531daffc13bc4e92ecea890e501e807c621f.msu

View File

@ -250,6 +250,7 @@ SectionEnd
Section "$(SectionSSU)" WIN7SSU Section "$(SectionSSU)" WIN7SSU
SectionIn Ro SectionIn Ro
Call InstallKB3102810
Call InstallKB3138612 Call InstallKB3138612
Call InstallKB4474419 Call InstallKB4474419
Call InstallKB4490628 Call InstallKB4490628
@ -686,7 +687,7 @@ Function .onInit
SetErrorLevel 1 SetErrorLevel 1
Quit Quit
${EndIf} ${EndIf}
${If} ${FileExists} "$OUTDIR\Uninstall.exe" ${If} ${FileExists} "$OUTDIR\Uninstall.exe"
IfSilent +3 IfSilent +3
Exec '"$OUTDIR\Uninstall.exe"' Exec '"$OUTDIR\Uninstall.exe"'
Quit Quit