MicrosoftDocs / WDAC-Toolkit

Documentation and tools to access Windows Defender Application Control (WDAC) technology.
Creative Commons Attribution 4.0 International
201 stars 43 forks source link

Update Wizard to copy blocklists to and merge from temp folder #407

Closed jgeurten closed 1 month ago

jgeurten commented 2 months ago

Issue:

One user reported that the Wizard throws an error when attempting to merge the recommended blocklists with their new policy template. This could be a permissions issue with access to the ProgramFiles\WindwosApp directory which causes the PowerShell cmd to fail.

Fix:

Instead of merging with the xml in the ProgramFiles\WindowsApp directory, copy the xmls out of the MSIX package to the temp folder and merge with the xmls in the temp folder instead

Closing #393