mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 22:22:20 -05:00
DownloadVista7.nsh: use the correct KB number for KB4490628
This commit is contained in:
parent
ceb3b8c630
commit
c89f6e9c71
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ FunctionEnd
|
|||
; Windows 7 Servicing Stack Update
|
||||
!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 "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_KB4490628"
|
||||
|
||||
; Windows Home Server 2011 Update Rollup 4
|
||||
!insertmacro MSUHandler "KB2757011" "Windows Home Server 2011 Update Rollup 4" "Package_for_KB2757011"
|
||||
|
|
Loading…
Reference in a new issue