Hi,
I've created an application deployment for .Net 4.6 with simple installation: "NDP46-KB3045557-x86-x64-AllOS-ENU.exe" /q (for system, run wether user is logged on or not).
Detection method is to check if registry HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
"release" is equal to 393297.
I've deployed this as required and everytime device discovers this deployment and tries to install the application it instantly fails with error:
Device: xxx
User: (system)
Error Code: 0x4005 (16389)
Error Description: Unknown Error (16389)
Description: Action failed
When I click on "retry" in software center it always proceeds to downloading and installing it successfully.
What could be the reason of this failure on first try?