Page 1 of 1

Invalid UniqueID in .apm file

Posted: Mon May 02, 2016 1:52 am
by danger_moose
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.

Re: Invalid UniqueID in .apm file

Posted: Tue May 03, 2016 12:31 am
by TheAPGuy
Nope thats probably a copy paste error from creating the apm. It should be corrected. Until it is corrected on our side you can correct it on your side, although AP will complain about it not being official and re-download it next update you do.. Just change the UniqueID KB number to what the file number says.

Re: Invalid UniqueID in .apm file

Posted: Tue May 03, 2016 5:57 am
by Whatacrock
Corrected this issue, that's what happens when you don't double check the changes applied to the modules

Release dated May 3