Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: jominj on January 07, 2014, 10:30:35 pm

Title: Failed to install .NET Freamework4.5
Post by: jominj on January 07, 2014, 10:30:35 pm
while Installing the .NET Framework version we may get the following error:
 
Code: [Select]
Failed to install .NET Freamework 4.5 with error: HRESULT 0xc8000222

To solve this do the following steps:
1. Disable Windows update service with command in command line:
    net stop WuAuServ

2. Go to Run and type in "%windir%" (usually it is C:\Windows), find the folder "SoftwareDistribution" and rename it.

3. Enable Windows update with command:
    net start WuAuServ

4. Install the .NET Framework again.