From f09c404f65e805e6ca227c5190102cf69e77803b Mon Sep 17 00:00:00 2001 From: JonasKloseBW Date: Thu, 3 Oct 2024 03:47:33 +0200 Subject: [PATCH] Update BuildFFUVM.ps1 - Find better results for Windows Server 2019 .NET Framework updates --- FFUDevelopment/BuildFFUVM.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFUDevelopment/BuildFFUVM.ps1 b/FFUDevelopment/BuildFFUVM.ps1 index b068b96..0fc53bc 100644 --- a/FFUDevelopment/BuildFFUVM.ps1 +++ b/FFUDevelopment/BuildFFUVM.ps1 @@ -4209,7 +4209,7 @@ try { } elseif ($WindowsRelease -eq 2016) { $Name = '"Cumulative Update for .NET Framework" "4.8" for Windows 10 Version ' + $WindowsVersion + ' x64 -preview' } elseif ($WindowsRelease -eq 2019) { - $Name = '"Cumulative Update for .NET Framework" "3.5, 4.7.2 and 4.8" for Windows 10 Version ' + $WindowsVersion + ' x64 -preview' + $Name = '"Cumulative Update for .NET Framework" "3.5, 4.7.2 and 4.8" Server ' + $WindowsRelease + ' x64 -preview' } elseif ($WindowsRelease -eq 2022) { $Name = '"Cumulative Update" ".NET Framework" "3.5, 4.8 and 4.8.1" "server operating system " ' + $WindowsVersion + ' x64 -preview' } else {