When saving an answer file for .NET updates, I noticed a line that didn't correspond to a module: "Windows6.1-KB3032655-x64". The culprit seems to be <modules\Components\__dotnet\KB3135983-MSU35SP1-x64.apm>:
Code: Select all
UniqueID="Windows6.1-KB3032655-x64"
I only noticed it because I'm parsing the answer file with a PowerShell script to slipstream updates to an image, so I don't know if there are any other consequences.