6

I am struggling to get this installed. I have tried the suggestions here in an attempt to resolve corruption. I mounted the disk image to 'G' to do an offline install. I also attempted an online install with similar results. Output as follows:

C:\>dism /online /enable-feature /featurename:NetFX3 /All /So
urce:G:\sources\sxs /LimitAccess

Deployment Image Servicing and Management tool Version: 6.2.9200.16384

Image Version: 6.2.9200.16384
Enabling feature(s) [==========================100.0%==========================]

Error: 3017

The requested operation failed. A system reboot is required to roll back changes made.

C:\Windows\Logs\DISM\dism.log:

2013-04-08 23:40:17, Error DISM DISM Package Manager: PID=3756 TID=3768 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80070bc9) 2013-04-08 23:40:17, Error DISM DISM Package Manager: PID=3756 TID=3768 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x80070bc9) 2013-04-08 23:40:17, Error DISM DISM Package Manager: PID=3756 TID=3768 Failed ProcessChanges. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x80070bc9) 2013-04-08 23:40:17, Error DISM DISM Package Manager: PID=3756 TID=3768 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070bc9) 2013-04-08 23:40:17, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070BC9 2013-04-08 23:38:10, Warning DISM DISM Provider Store: PID=3160 TID=3172 Failed to Load the provider: C:...\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2013-04-08 23:39:23, Warning DISM DISM Provider Store: PID=3756 TID=3768 Failed to Load the provider: C:...\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2013-04-08 23:39:23, Warning DISM DISM Provider Store: PID=3756 TID=3768 Failed to Load the provider: C:...\IBSProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2013-04-08 23:39:23, Warning DISM DISM Provider Store: PID=3756 TID=3768 Failed to get the IDismObject Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80004002) 2013-04-08 23:39:23, Warning DISM DISM Provider Store: PID=3756 TID=3768 Failed to Load the provider: C:...\Wow64provider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80004002) 2013-04-08 23:39:23, Warning DISM DISM Provider Store: PID=3756 TID=3768 Failed to Load the provider: C:...\EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)

None of my error codes align with any of those on this MS support page.

EDIT: I have verified the checksum of my ISO image:

File Name: en_windows_server_2012_x64_dvd_915478.iso

SHA1: D09E752B1EE480BC7E93DFA7D5C3A9B8AAC477BA

Greg Askew
  • 39,132

2 Answers2

0
  • Did you try without LimitAccess? Please check the source. You could copy to a local drive and try again.
  • Turn off the feature via the control panel and try again.
  • Also check with network connection and no network connection.
  • 0x8007007e means module not found. In that case you could use a downloaded package.
  • Clean all the temp files before you begin. Check permissions as well.

Good luck!

Lasith
  • 17
0

try to uninstall the following security updates and then try again to install framework 3.5. Uninstall the following security updates:

  1. 2966827
  2. 2966828
  3. 2966826

After these steps you should be able to install framework 3.5 . Make sure, that you install the latest updates after you had installed the framework 3.5 so you have no security leaks.

Here is the link for more information about the problem.

P to B
  • 1