Skip to content

Commit 85613bf

Browse files
committed
(maint) update DSC to WMF5 final
1 parent 34d658b commit 85613bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boxes/microsoft-dsc/shell/SetupDSCComponents.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ $wmfInstallerFile = 'WindowsBlue-KB3055381-x64.msu'
3838
$wmfDownloadUrl = 'https://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/Win8.1AndW2K12R2-KB3066437-x64.msu'
3939
$wmfInstallerFile = 'Win8.1AndW2K12R2-KB3066437-x64.msu'
4040

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+
4145
$wmfInstaller = Join-Path $wmfPath $wmfInstallerFile
4246

4347
if (!(Test-Path $wmfPath)) {

0 commit comments

Comments
 (0)