Skip to content

Where can I find netfx.msi when patch .NET Framework 1.1

2010/01/03

When I patch MS/KB953297 on .NET Framework 1.1, after answer quite a few questions, the system give me the following message.  When I click Browse…, actually it is asking for the file netfx.msi.  I don’t think it is in another admin’s temp folder, where can I find this file?

The first article I found that could fix the issue is an official MS/KB839547, it explains pretty well and understandable in the CAUSE section, but the WORKAROUND need to reboot and reinstall .NET Framework 1.1, and then probably I can implement the patch.  Is there too many reboots and too much work?

I searched again, and found another article, in a not-quite-official MSDN blog.  This one provided a little more information and a neat solution.  Does that patch ask for netfx.msi?  What if we just download the file and tell the system where to find it.

Here are the steps:

1, Download the .NET Framework Version 1.1 Redistributable Package from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&DisplayLang=en, this link is provided in KB839547.

2, Extract the package using command line, dotnetfx.exe /t:c:\temp /c.  You will see the file netfx.msi in c:\temp folder.

3, Run the patch KB953297, and when prompted for the file, click Browse… and locate the source in c:\temp or wherever you put in previous step, click OK again.

Voila!  KB953297 is successfully installed.

Thanks to Aaron Stebner for his article.

16 Comments leave one →
  1. Mohit Vohra permalink
    2011/03/12 3:54 AM

    I was also facing the same issue and found your post to the point. Thank you very much for such informative and concise post.

  2. 2011/04/19 9:06 PM

    Worked perfectly, thanks mate!! +1

  3. Marie Butera permalink
    2011/05/17 10:52 AM

    Thanks so much for this post. It worked great. :)

  4. David Keener permalink
    2011/07/22 8:32 AM

    Thank you for posting this solution. It works perfectly.. Well done!

  5. 2011/10/22 4:56 PM

    This also worked for KB2572067 after everything else failed. Thanks so much for posting this.

  6. Danni permalink
    2011/11/09 1:45 PM

    Thank you! I’ve been trying to install KB2572067 for ages!

  7. jay permalink
    2012/07/27 3:44 AM

    Thanks a lot… I faced this issue with KB2656353 !!! :)

  8. killerheels permalink
    2012/09/15 2:58 AM

    Worked for me also! Couldn’t install security update for microsoft .net framework KB2656370 & KB2656353 thank you!

  9. greg d permalink
    2012/11/03 8:16 AM

    you rocks !

  10. Bob F permalink
    2013/02/01 5:30 PM

    I guess i’m not very smart. I have the same problem, but when I try to extract using the command here I get a reply “System cannot find path specified.” I’ve tried moving dotnetfx.exe to different folders and adjusted the command, but to no avail.

    • Valli LB permalink
      2013/04/21 3:44 AM

      You have to do it from the directory where the dotnetfx.exe file resides. Just cd to wherever you downloaded it to and run it from there.

  11. dudeski182 permalink
    2013/05/24 6:42 PM

    When I get prompted to find the file, I select it and get the message that it is not a valid file for the product Microsoft .NET Framework 1.1 … How is this possible if it works for everyone else?

  12. vinod permalink
    2013/08/04 2:57 AM

    Thanks so much for this post. It worked great. :)

Trackbacks

  1. Why Windows Update always failed, and how to fix it? | woo.da.way.spaces.live.com
  2. How To Fix Netfx.msi Download Microsoft Errors in Windows
  3. Why Windows Update always failed, and how to fix it? | Process Studio

Leave a comment