Symptoms
When try to install/uninstall/repair Microsoft.Net framework, a message prompted "Setup Error" as follows:
http://SpreaderFiles/2943/files/upload/dotNetFrameWork1.jpg http://SpreaderFiles/2943/files/upload/dotNetFrameWork2.jpg
Solution:
Normal
0
false
false
false
EN-US
ZH-TW
X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
The error caused should be the installer of Microsoft
.Net framework 2.0 SP1. Please do the following steps:
Here are the steps that can be used to resolve this issue
if you encounter it during .NET Framework 2.0 SP1 setup:
1. Click on the
Start menu, choose Run, type cmd and click OK
2. Run this
command:
reg delete
"HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727" /v Version /f
3. Run this
command:
reg delete"HKLM\SOFTWARE\Wow6432Node\Microsoft\NET Framework Setup\NDP\v2.0.50727"/v Version /f
4. Try again to
download and install the .NET Framework 2.0 SP1
from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&isplaylang=en
Details:
For detail of the issue, please refer to the blog written
by Microsoft MVPs at:
http://blogs.msdn.com/astebner/archive/2008/06/24/8649874.aspx
|