I am running into a problem with the execution of the NetFx3 feature on Windows Server 2012.
If I have a very clean VM without any roles enabled, install will fail. Even running the DISM command from powershell with admin rights will fail.
However, If I go to Programs and Features to enable the feature it will succeed.
If I go and enable a role, lets say Application Server, and restart; then the install will work.
The error from the suite debuglog:
Failed to DismEnableFeature (NetFx3ServerFeatures;NetFx3): error 0x800f0906, 'The source files could not be downloaded.
Use the "source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Any ideas on why we are seeing this behavior and any suggestions on a work around for this, or at least a check to see if a condition exists prior to this installing?
This has been reproduced on Windows Server 2012 Datacenter and Standard.
If I have a very clean VM without any roles enabled, install will fail. Even running the DISM command from powershell with admin rights will fail.
However, If I go to Programs and Features to enable the feature it will succeed.
If I go and enable a role, lets say Application Server, and restart; then the install will work.
The error from the suite debuglog:
Failed to DismEnableFeature (NetFx3ServerFeatures;NetFx3): error 0x800f0906, 'The source files could not be downloaded.
Use the "source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Any ideas on why we are seeing this behavior and any suggestions on a work around for this, or at least a check to see if a condition exists prior to this installing?
This has been reproduced on Windows Server 2012 Datacenter and Standard.