Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > .Net Framework 1.1 and .Net Framework SP 1

Reply
Thread Tools Display Modes

.Net Framework 1.1 and .Net Framework SP 1

 
 
Nocturnal
Guest
Posts: n/a

 
      10-13-2005
Why do these always have issues installing?

I attempted to uninstall the .Net Framework 1.1 and it asked me for a
netfx.msi file but there was none to be found. I could not even uninstall
the update. The thing is this was done on a brand new fresh install too.
Any ideas?

--
Nocturnal @ http://www.randomfix.com



 
Reply With Quote
 
 
 
 
TaurArian [MVP]
Guest
Posts: n/a

 
      10-13-2005
How to troubleshoot Microsoft .NET Framework 1.1 installation issues
http://support.microsoft.com/default...b;en-us;824643

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/d...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.




"Nocturnal" <> wrote in message
news:%...
> Why do these always have issues installing?
>
> I attempted to uninstall the .Net Framework 1.1 and it asked me for a netfx.msi
> file but there was none to be found. I could not even uninstall the update. The
> thing is this was done on a brand new fresh install too. Any ideas?
>
> --
> Nocturnal @ http://www.randomfix.com
>
>
>


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
re net framework BCMOLLY0708 Windows Update 12 02-22-2005 11:43 PM
Need .Net Framework sunslight Windows Update 0 02-12-2005 05:11 PM
.NET Framework Paula Windows Update 1 01-09-2005 03:03 PM
can't install .net framework 1.0 service pack 3 or framework 1.1 sp 1 Bryan Windows Update 6 12-21-2004 06:53 PM
RE: .Net Framework 1.0 SP 3 & .Net Framework 1.1 SP1 Updates Sam Windows Update 5 10-28-2004 08:12 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59