Hoping someone can assist with this one. I'm trying to include the installation of .NET 4.0 in our Operating System deployment task sequence but I can't get it to complete successfully. It appears to time out and the task sequence fails. However the application is installed on the target machine.
- Application installs successfully from normal application deployment and takes 5-6 minutes to complete.
Excerpts from the target machine logs:
AppEnforce.log
- Exceeded timeout of 15 minutes while waiting for process 3004 to finish. [[[I've identified the process as dotNetFx40_Full_x86_x64.exe]]]
- WaitForRunningProcess failed. Error 0x87d00213
- CMsiHandler::CompleteEnforcement failed with 0x87d00213
- CAppProvider::CompleteEnforcement failed with error 0x87d00213
- ++++++ Failed to enforce app. Error 0x87d00213. ++++++
AppDiscovery.log
- Method EnforceApp failed with error 87D00213
- CApProvider:ExecMethodAsync failed. 87d00213
smsts.log
- Execution status received: 4 (Application failed to install )
- Install application action failed: 'Microsoft .NET 4.0'. Error Code 0x80004005
-----------------------------
- .NET 4 is built as an Application in CM.
- Allow this application to be installed from the Install Application task sequence is checked.
- Command is: dotNetFx40_Full_x86_x64.exe /q /norestart /ChainingPackage ADMINDEPLOYMENT
- Run installation and uninstall program as 32-bit process on 64-bit clients is checked.
- Detection method is Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319