From 6c5779bf121c4b6199b540909a68e2484b160caa Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL HE/HIM) (from Dev Box)" Date: Fri, 3 Apr 2026 11:11:49 -0700 Subject: [PATCH 1/2] Add missing Windows resources to package --- data.build.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data.build.json b/data.build.json index 19e09fd18..897ab8407 100644 --- a/data.build.json +++ b/data.build.json @@ -61,6 +61,7 @@ "Windows": [ "appx.dsc.extension.json", "appx-discover.ps1", + "dism_dsc.exe", "dsc.exe", "dsc_default.settings.json", "dsc.settings.json", @@ -68,9 +69,11 @@ "dscecho.exe", "echo.dsc.resource.json", "assertion.dsc.resource.json", + "featureondemand.dsc.resource.json", "group.dsc.resource.json", "include.dsc.resource.json", "NOTICE.txt", + "optionalfeature.dsc.resource.json", "osinfo.exe", "osinfo.dsc.resource.json", "powershell.dsc.extension.json", @@ -92,6 +95,8 @@ "windowspowershell.dsc.resource.json", "windowsupdate.dsc.resource.json", "wu_dsc.exe", + "windows_firewall.dsc.resource.json", + "windows_firewall.exe", "windows_service.exe", "windows_service.dsc.resource.json", "wmi.dsc.resource.json", From 24d8709a6e047d787bfd85aeca8e1ff1394d6ca1 Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL HE/HIM) (from Dev Box)" Date: Fri, 3 Apr 2026 11:20:45 -0700 Subject: [PATCH 2/2] Add dism and firewall to data --- data.build.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data.build.json b/data.build.json index 897ab8407..bd4e18e01 100644 --- a/data.build.json +++ b/data.build.json @@ -163,6 +163,16 @@ ] } }, + { + "Name": "dism_dsc", + "Kind": "Resource", + "IsRust": true, + "SupportedPlatformOS": "Windows", + "Binaries": ["dism_dsc"], + "CopyFiles": { + "Windows": ["optionalfeature.dsc.resource.json", "featureondemand.dsc.resource.json"] + } + }, { "Name": "dsc", "Kind": "CLI", @@ -429,6 +439,20 @@ ] } }, + { + "Name": "windows_firewall", + "Kind": "Resource", + "IsRust": true, + "SupportedPlatformOS": "Windows", + "Binaries": [ + "windows_firewall" + ], + "CopyFiles": { + "Windows": [ + "windows_firewall.dsc.resource.json" + ] + } + }, { "Name": "windows_service", "Kind": "Resource",