Add KB3102810

This commit is contained in:
Useful Stuffs 2024-03-28 09:34:51 +01:00 committed by GitHub
parent a66975a996
commit 4dfb4dafc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,7 @@ FunctionEnd
!insertmacro MSUHandler "KB4493730" "2019-04 Servicing Stack Update for Windows Server 2008" "Package_1_for_KB4493730" !insertmacro MSUHandler "KB4493730" "2019-04 Servicing Stack Update for Windows Server 2008" "Package_1_for_KB4493730"
; Windows 7 Servicing Stack Update ; Windows 7 Servicing Stack Update
!insertmacro MSUHandler "KB3102810" "Update for Windows 7" "Package_for_KB3102810"
!insertmacro MSUHandler "KB3138612" "2016-03 Servicing Stack Update for Windows 7" "Package_for_KB3138612" !insertmacro MSUHandler "KB3138612" "2016-03 Servicing Stack Update for Windows 7" "Package_for_KB3138612"
!insertmacro MSUHandler "KB4474419" "SHA-2 Code Signing Support Update for Windows 7" "Package_for_KB4474419" !insertmacro MSUHandler "KB4474419" "SHA-2 Code Signing Support Update for Windows 7" "Package_for_KB4474419"
!insertmacro MSUHandler "KB4490628" "2019-03 Servicing Stack Update for Windows 7" "Package_for_KB3138612" !insertmacro MSUHandler "KB4490628" "2019-03 Servicing Stack Update for Windows 7" "Package_for_KB3138612"
@ -128,15 +129,18 @@ Function NeedsWin7SHA2
${If} $0 == 1 ${If} $0 == 1
Push 0 Push 0
${Else} ${Else}
Call NeedsKB3102810
Call NeedsKB3138612 Call NeedsKB3138612
Call NeedsKB4474419 Call NeedsKB4474419
Call NeedsKB4490628 Call NeedsKB4490628
Pop $0 Pop $0
Pop $1 Pop $1
Pop $2 Pop $2
Pop $3
${If} $0 == 1 ${If} $0 == 1
${OrIf} $1 == 1 ${OrIf} $1 == 1
${OrIf} $2 == 1 ${OrIf} $2 == 1
${OrIf} $3 == 1
Push 1 Push 1
${Else} ${Else}
Push 0 Push 0