We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d658b commit 85613bfCopy full SHA for 85613bf
boxes/microsoft-dsc/shell/SetupDSCComponents.ps1
@@ -38,6 +38,10 @@ $wmfInstallerFile = 'WindowsBlue-KB3055381-x64.msu'
38
$wmfDownloadUrl = 'https://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/Win8.1AndW2K12R2-KB3066437-x64.msu'
39
$wmfInstallerFile = 'Win8.1AndW2K12R2-KB3066437-x64.msu'
40
41
+# WMF 5.0 Final
42
+$wmfDownloadUrl = 'https://www.microsoft.com/en-us/download/confirmation.aspx?id=50395&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1'
43
+$wmfInstallerFile = 'W2K12-KB3134759-x64.msu'
44
+
45
$wmfInstaller = Join-Path $wmfPath $wmfInstallerFile
46
47
if (!(Test-Path $wmfPath)) {
0 commit comments