Applying the registry tweak on a fresh WIM of 2008 Server R2:
C:\Program Files\Windows AIK\Tools\x86\Servicing>install_wim_tweak /m ------------------------------------------- ------Pre-install registry Tweak Tool------ ---------------for Windows 6.x------------- ------------------------------------------- Type path to mounted install.wim : e:\mount Creating BKP of registry file... OK Mounting registry file... OK Enabilng taking ownership... OK Editing 'Packages' subkeys 391/391 OK Editing 'PackagesPending' subkeys 377/377OK Modyfing registry completed sucessfully. -------------------Ending------------------ Unmounting key... OK Removing BKP file... OK
Get NetFx3 feature info
C:\Program Files\Windows AIK\Tools\x86\Servicing>dism.exe /Image:e:\mount /Get-FeatureInfo /FeatureName:NetFx3 Deployment Image Servicing and Management tool Version: 6.1.7000.0 Image Version: 6.1.7000.0 Feature Information: Feature Name : NetFx3 Display Name : Microsoft .NET Framework 3.5.1 Description : Microsoft .NET Framework 3.5.1 Restart Required : Possible State : Disabled The operation completed successfully.
Enable the feature:
C:\Program Files\Windows AIK\Tools\x86\Servicing>dism.exe /Image:e:\mount /Enable-Feature /FeatureName:NetFx3 Deployment Image Servicing and Management tool Version: 6.1.7000.0 Image Version: 6.1.7000.0 Enabling feature(s) [==========================100.0%==========================] Error: 0x800f080c DISM failed. No operation was performed. For more information, review the log file.
No worky!
C:\Program Files\Windows AIK\Tools\x86\Servicing>dism.exe /Image:e:\mount /Get-FeatureInfo /FeatureName:NetFx3 Deployment Image Servicing and Management tool Version: 6.1.7000.0 Image Version: 6.1.7000.0 Error: 0x800f080c Feature name NetFx3 is unknown. A Windows feature name was not recognized. Use the /Get-Features option to find the name of the feature in the image and try the command again.
Feature is unknown! This happens to other features as well, if the reg tweak is applied before enabling
...
A fresh WIM without applying the tweak
Get NetFx3feature Info:
C:\Program Files\Windows AIK\Tools\x86\Servicing>dism.exe /Image:e:\mount /Get-FeatureInfo /FeatureName:NetFx3 Deployment Image Servicing and Management tool Version: 6.1.7000.0 Image Version: 6.1.7000.0 Feature Information: Feature Name : NetFx3 Display Name : Microsoft .NET Framework 3.5.1 Description : Microsoft .NET Framework 3.5.1 Restart Required : Possible State : Disabled The operation completed successfully.
Enable the feature
C:\Program Files\Windows AIK\Tools\x86\Servicing>dism.exe /Image:e:\mount /Enable-Feature /FeatureName:NetFx3 Deployment Image Servicing and Management tool Version: 6.1.7000.0 Image Version: 6.1.7000.0 Enabling feature(s) [===========================98.8%========================= ] Error: 1603 Fatal error during installation.
Error 1603. The feature is not removed, however. Other features like DesktopExperience install fine
Is anyone else using WAIK on 2008 Server R2 ???
Edit: If I use the /m option on the registry tweak (removing owner keys in packages pending), then it will remove netfx3 as well as the features listed in the post below. If i don't use the /m option, it will fail but the features will not be removed.
This post has been edited by Grope For Luna: 20 January 2009 - 12:54 AM



Help

Back to top









