Need Help
07-09-2005, 11:38 PM
Do you have anymore details to how this resolve this install issue. Need
more assistance. Thanks, LA
--
Thanks
"taibuzuri" wrote:
> after tring about ten times to install this patch I finally found a fix. this
> patch looks for netfx.msi I found dotnetfx.exe program and this fixed the
> problem
>
> "bs2000" wrote:
>
> > Mike, I have the same problem
> >
> > "Mike" wrote:
> >
> > > I can't install the following:
> > > >Security Update for Microsoft .NET Framework, Version 1.0 SP3, English (KB886906)
> > > >Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1 (KB886903)
> > >
> > > When I try to, I get this message:
> > >
> > > Application has generated an exception that could not be handed.
> > > Processid=0x9dc (2524)
TaurArian
07-09-2005, 11:38 PM
Is this what you are looking for:
Courtesy of: Pat Walters [MSFT]
Sometimes patches can prompt for the original installation media (asking the user for
the location of netfx.msi). This can happen when MSI determines that the original
product has missing or corrupt files, which are not included in the patch package.
Repairing or reinstalling the original product fixes this issue, so in your case, we
specifically need to repair the .NET Framework 1.1.
If you already have the .NET Framework 1.1 installation package, feel free
to skip this section to step 9:
----------------------------------------------------------------------------------------------------------------
Microsoft .NET Framework Version 1.1 Redistributable Package
1. Please click the following link or copy and paste it into your Internet
browser address window:
http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en
2. Please click the Download button and save it to a directory you will
remember.
3. Please uncheck the box "Close this dialog box when download is complete"
4. Click Start
5. Click Run
6. Type: cmd <Enter>
7. In the Command Prompt, type: cd (target directory path)
8. Verify you are in the correct directory for this file by typing: dir
dotnetfx.exe <Enter> and make sure it lists the file.
----------------------------------------------------------------------------------------------------------------
Repairing .NET Framework:
9. Still in the command line, and now in the proper directory, type: del /y
%temp%\* <Enter>
10. Type or copy and paste the following:
dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi" <Enter>
(note: be sure to use the quotes.)
For example:
dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi"
11. Please try to install the update KB886903 from your direct download one
more time, and let us know if this works out for you.
Need Help wrote:
> Do you have anymore details to how this resolve this install issue.
> Need more assistance. Thanks, LA
>
>> after tring about ten times to install this patch I finally found a
>> fix. this patch looks for netfx.msi I found dotnetfx.exe program and
>> this fixed the problem
>>
>> "bs2000" wrote:
>>
>>> Mike, I have the same problem
>>>
>>> "Mike" wrote:
>>>
>>>> I can't install the following:
>>>>> Security Update for Microsoft .NET Framework, Version 1.0 SP3,
>>>>> English (KB886906) Security Update for Microsoft .NET Framework,
>>>>> Version 1.1 Service Pack 1 (KB886903)
>>>>
>>>> When I try to, I get this message:
>>>>
>>>> Application has generated an exception that could not be handed.
>>>> Processid=0x9dc (2524)