I'm trying to use disk to enable the NetFx3 Feature in an install.wim.
Current Process
1. Mount the wim.
2. Enable the Feature by using a local /sources folder.
3. Commit the changes to the wim.
When I use DISM to check the features NetFx3 comes back in a "Pending" state. Which to me means NetFx3 will be enabled when the install.wim is applied.
I run a setup.exe /auto:upgrade which successfully upgrades to 8.1 from 8.0 but the Net 3.5 feature is unticked when I look in the features control panel.
When I enable it either using DISM or the control panel to enables the feature quickly with no internet access.
To me the NetFx3 files are present but for some reason need to be Enabled again before they actually work.
Is there something I'm missing in the disk process?