Vous êtes sur la page 1sur 12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

. . A szivrvny tvben . .
La capatul curcubeului

How to install .NET Framework 1.1 on Windows 7


The problem arose when I tried to install dotnet framework 1.1. When I tried doing that, the following error showed up.

If user click OK, the installation of .NET 1.1 will be cancelled, while clicking CANCEL produces another error message similar to below: RegSvcs.exe No debugger found Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 02 (s). Please check settings. cardbg.exe !a 98e

fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ Microsoft .NET Framework 1.1 SP1(Service Pack 1) has

resolved the issue. However, Microsoft does not

1/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

Microsoft .NET Framework 1.1 SP1(Service Pack 1) has resolved the issue. However, Microsoft does not provide download to standalone .NET Framework 1.1 installer that integrated with SP1. To fix this, we need to follow the following steps, which is called slipstreaming. We need to sliptstream .NET Framework 1.1 SP1 into .NET Framework 1.1 installer, so that both the .NET Framework and the Service Pack can be installed at the same time. Follow these steps: 1. Create a new folder named DotNet in C:\ drive. (The path i used was C:\DotNet ) 2. Download Microsoft .NET Framework 1.1 Redistributable Package (dotnetfx.exe). Make sure the setup file is saved as dotnetfx.exe. 3. Download Microsoft .NET Framework 1.1 Service Pack 1 (NDP1.1sp1-KB867460X86.exe). Rename the file to dotnetfxsp1.exe. 4. Copy both installation files into the same directory (i.e. C:\DotNet),. 5. Open Command Prompt as Administrator. 6. Change to the directory where the two installation files are stored, ie C:\DotNet. 7. Run the following commands one by one. > dotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet

Click on Yes and wait for this dialog which says installation complete.

> dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp > msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/

2/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

Wait for the installer to disappear automatically. 8. Install Microsoft .Net Framework 1.1 with slipstreamed Service Pack 1 by running netfx.msi from the working folder. Dotnet Framework 1.1 is successfully installed.

You May Like


1.

About these ads

~ by fulopmihaly on September 18, 2009. Posted in IT Installing / Configuring, IT Software Development Tags: framework 1.1, instal framework on win 7, win7

77 Responses to How to install .NET Framework 1.1 on Windows 7


1. . . +) Marika said this on September 23, 2009 at 12:22 am 2. I have installed the .NET Framework 1.1 onto my Windows 7 machine, all seems fine, the install goes all the way through, I even reboot my computer, but the program that requires the 1.1 framework still says it needs to be installed when I go to run it and I still have the same issues as if the .NET 1.1 Framework was NOT installed. Perry said this on October 11, 2009 at 8:11 pm
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 3/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

3. i tried running it and all in cmd .. and the first line says Command line option Syntax error.Type Command /? for help.. Sujen Ratnam said this on October 12, 2009 at 1:40 pm 4. Perry, maybe you need also servicepack for framework 1.1 that is also installed ? fulopmihaly said this on October 12, 2009 at 2:04 pm 5. Sujen. What is exactly wat you typed in CMD ? fulopmihaly said this on October 12, 2009 at 2:04 pm 6. Im getting the same error Sujen had. It says Command line option syntax error. Tried running dotnetfx.exe /? and saw that /C: was a valid command line switch which needed a command. I then tried extracting all the files to the same folder using dotnetfx.exe /tC:\DotNet\ /c and then the rest of the steps you mentioned worked perfectly. TeJazz said this on October 12, 2009 at 5:41 pm 7. oh its ok mate, your syntax there is a space between dotnetfx.exe and /c:msiexec.exe, but actually you dont need one, thanks alot, it works for me Sujen Ratnam said this on October 13, 2009 at 3:50 am 8. i dont understand the sixth step? what do u to plz can u put a pic i really need this. dida said this on October 14, 2009 at 7:00 pm 9. Error 1310 Error writing to file: c:\dotnet\Win\Microsoft.Net\Framework\URInstallPath\aspnet_isapi.dll Verify that you have access to that directory. i get this error message after typing msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp in cammand promt parvez said this on October 31, 2009 at 9:44 am 10. I followed the above instructions to install .Net framework 1.1 in Windoews 7 I got the error like Error 1321. The installer has insufficient privileges to modify the file:D:\DotNet\Win\Microsoft.NET\Framework\URTInstallPath\aspnet_isapi.dll like that Please help me Thanks Balakrishnan.S said this on November 2, 2009 at 10:19 am
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 4/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

11. I solved the above Issue by Running the command prompt as administrator rights Balakrishnan said this on November 4, 2009 at 5:59 am 12. Solved the above problem by Run the command prompt as administrator rights Balakrishnan said this on November 4, 2009 at 6:28 am 13. After installing the framework 1.1 successfully, I try to install the Dotnet 1.1 application it says the same error Framework 1.1 not installed like that Balakrishnan said this on November 4, 2009 at 6:32 am 14. doesnt work. Ur 1st command line gives me a Not Valid windows 32 application error wtf? Im using windows 7 windows 32 operating system and its a brand new comp v said this on December 1, 2009 at 4:53 pm 15. hey i hav a prob i get a error message such as cant upgrade wen i try doing the 3rd step plz help thanks dvj said this on December 2, 2009 at 2:40 pm 16. if possible plz upload the netfx.msi file aftr the 3rd step dat u guys get .. thanks dvj said this on December 2, 2009 at 2:41 pm 17. I have the Error 1310 as well, has anyone responded with an answer? Rich said this on December 12, 2009 at 12:46 am 18. Wow! Excellent stuff! You are one smart mo-fo! Owen Chastain said this on January 15, 2010 at 3:46 pm 19. Thanks man, u resolved my problem BosnianFury said this on January 17, 2010 at 4:38 pm 20. The command line syntax arises beacuse when you copy and paste the first command, the quotes are not the correct quotes needed in the command prompt. To solve, copy and paste the command into the command prompt and then delete and retype the quotes. Matt said this on January 18, 2010 at 5:18 pm 21. I noticed if I copy and paste the first command given on this page, that it contains smart quotes (curly quotes) instead of dumb quotes (straight quotes). Im not sure if thats the problem other people are experiencing, but if so, you might want to first paste this into notepad and correct the quotation marks
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 5/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

Mike said this on January 20, 2010 at 2:29 am 22. 1st command line gives me a Not Valid windows 32 application error Im using windows 7 windows 32 operating system. What should I do? Laura said this on January 29, 2010 at 5:12 am 23. Thanks, all is fine Jose said this on February 27, 2010 at 8:30 pm 24. [...] .Net 1.1 and its first service pack, in order to be able to install .Net 1.1 into Windows 7 see fulopmihaly, JtG does not [...] JtG Windows 7 64bit DaSt's Blog said this on February 28, 2010 at 10:05 am 25. I have an error at the command: -> msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp This installation package could not be opened. Verify that the package exists andd that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. please help me with this problem. Requius said this on March 6, 2010 at 12:37 am 26. you are really great.. microsoft website sucks.. i was searching for the solution whole day.. Luckily found your post.. yungchie said this on March 7, 2010 at 10:09 am 27. What an awesome post. Thanks so much. Worked brilliantly Tricking said this on March 22, 2010 at 9:33 am 28. when i type dotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet in cmd, I get an error Windows cannot find dotnetfx.exe. Make sure you typed the name correctly, and then try again. Sanjeev said this on March 23, 2010 at 6:53 am 29. It worked amazingly. Thanks for the help! Now I can play NBA 2k10 SpitsBeaT said this on March 27, 2010 at 8:20 am 30. i am stuck at step 5 onwards..could any kind soul gimme a more simple illustrationbtw, i am NOT a computer expert.simple terms will be beneficial. TQ chan said this on April 5, 2010 at 1:35 am
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 6/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

31. went through from step 1 to 8 successfully but when i load nba 2k10 still detect i cant install 1.1. chan said this on April 6, 2010 at 3:00 am 32. hai i didnt understand the steps 6 and 7 .Could you simplify it for me?PLEASE Cyriac said this on April 13, 2010 at 3:54 pm 33. bo Cyriac said this on April 13, 2010 at 3:55 pm 34. Worked like a champ. Thanks! Matt said this on April 15, 2010 at 8:11 pm 35. Im stuck in step 7 > msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp when i typed this ive got an error You dont have permissions to open that isntall packet. Check, that this file really exist or chec that you have acces to get to this file. Contact with a producer of this application to verifity that the file is correct package of installer windows sorry for my bad english and translating Dubel said this on April 18, 2010 at 10:32 am 36. doom said this on April 20, 2010 at 11:16 am 37. I cant install the dotnetfx.exeI have write dotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet & dotnetfx.exe /tC:\DotNet\ /c but it says Command line option Syntax error.Type Command /? for help. Plz help me 2 solve it Villcent said this on April 23, 2010 at 7:48 am 38. Thanks a lot, works great !!! Allan Abarca said this on April 24, 2010 at 4:58 pm 39. Works fine! Thanks! Lioka said this on April 25, 2010 at 2:56 pm 40. Thanks! It works great on Windows 7 x64 bit Rich said this on May 28, 2010 at 2:01 am

fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 41. Great Post. It works awesome.

7/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

41. Great Post. It works awesome. Make sure when you copy command: dotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet remove double quotes and type them back otherwise i got some error. Darshan said this on June 2, 2010 at 11:26 am 42. [...] How to install .NET Framework 1.1 on Windows 7 A szivrvny tvben (tags: .net masalah) [...] links for 2010-06-04 markah buku said this on June 5, 2010 at 3:05 am 43. I cant install the dotnetfx.exeI have typed in dotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet & dotnetfx.exe /tC:\DotNet\ /c but it says Command line option Syntax error.Type Command /? for help. Plz help me 2 solve it clynx said this on June 11, 2010 at 5:04 am 44. It doesnt work,all who answered its awesome and crap like that,are made by author.This shit DOES NOT work. over n out Fools said this on June 24, 2010 at 9:40 pm 45. Actually its working lol on step 6 u have to do command cd c:\DotNet and yes listen to those guys,u need to change quotes in notepad ^^ good luck Fools said this on June 24, 2010 at 9:55 pm 46. works perfectly, thanks a lot Milos said this on June 26, 2010 at 10:14 pm 47. I cant install too like clynx say.plz help me to solve it thanks linna said this on June 28, 2010 at 1:39 am 48. Heh. It worked. For those of you who have the problem with the file permission google Elevate.cmd and just elevate your admin rights. runas is not working very nice on win7. Stefan said this on July 2, 2010 at 2:17 pm 49. Its working, now i can play NBA 2k10 on my win7 Cheers from Serbia Mlladen said this on July 7, 2010 at 4:19 pm 50. It is really amazing.. we have installed the framework 1.1.. thx a lot Abhilash Kombath said this on July 12, 2010 at 11:58 am
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 8/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

51. I keep getting the error Error creating proces Reason: The system cannot find the file specified. Please help Zvir said this on July 13, 2010 at 8:53 pm 52. Error 1310 Error writing to file: c:\dotnet\Win\Microsoft.Net\Framework\URInstallPath\aspnet_isapi.dll Verify that you have access to that directory. i get this error message after typing msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp in cammand promt pma said this on July 19, 2010 at 9:31 am 53. thank you for the blogger i do it perfectly if you have a question i will help you regarding this manner moimoi said this on August 5, 2010 at 4:45 pm 54. Its working for Windows 7 64 Bit and installing NBA 2k10 now, thanks ! Kool said this on August 9, 2010 at 6:54 pm 55. wow thanks !!! Suraj said this on September 22, 2010 at 11:45 am 56. I keep getting Error creating process,REason-File cannot be found. I did exactly as you said up until 7 after which it cant seem to run! Please help! I wish to play LOTRO! artemis said this on September 29, 2010 at 7:25 pm 57. THe exact wording is Erroe creating process Reason: THe system cannot find the file specified. artemis said this on September 29, 2010 at 7:31 pm 58. Damn get past the second image fine and get confirmation that the first install is done then it doesnt let me past the next step: dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp Why wouldnt it take this line?? Mat said this on October 6, 2010 at 8:05 pm 59. Sorry, until building the msi file all is fine, but by installing this the process ends with a roolback Any Idea ? thjaz said this on October 24, 2010 at 10:45 pm
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 9/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

60. Awesome post, ty for the info just had to make the quotes change and the space someone mentioned before, heres how it worked for me dotnetfx.exe/c:msiexec.exe /a netfx.msi TARGETDIR=C:\dotnet dotnetfxsp1.exe /Xp:C:\dotnet\netfxsp.msp msiexec.exe /a c:\dotnet\netfx.msi /p c:\dotnet\netfxsp.msp Ivanobich said this on October 27, 2010 at 6:58 pm 61. thank you very much for thisnow I can play LOTRO on my new notebook yacky said this on November 4, 2010 at 11:17 pm 62. Grazie mile di informazione viper said this on November 15, 2010 at 6:50 am 63. Thanks a million. Sietse said this on March 14, 2011 at 10:27 pm 64. im getin a problem named Command line option Syntax error.Type Command /? for help..wen i 1st typed dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp pls help me out guys Renil said this on April 12, 2011 at 11:32 am 65. Thanks to the info.. been searching this for quite a long time.. Uve saved me.. Thnk u very much.. Robi said this on April 13, 2011 at 7:01 am 66. All the files are put in C:\DotNet\Program Files and C:\DotNet\Win It installed fine but is this where programs requiring .net1.1 will look to see if your configured correctly. My MS Visual C++.Net still wont recognize it as being functional. James Brenner said this on April 15, 2011 at 11:56 pm 67. Thanks a lot! What a nice tutorial abc123 said this on May 14, 2011 at 7:56 am 68. they keep on telling me dotnetfx.exe is not recognized as an internal or external command, operable program or batch file. plz help. ineedhelp said this on May 16, 2011 at 2:13 pm 69. oops i really cant installed service package 1.1
fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 10/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

Pravin said this on June 15, 2011 at 8:18 am 70. Sorry, for windows 7, until building the msi file all is fine, but by installing this the process ends with a roolback Any Idea ? vij said this on June 21, 2011 at 2:06 pm 71. Brate ja tb ne razumem uopshte da li mozes sve slike da stavis da vidimo svi kako treba Igor123 said this on July 5, 2011 at 7:49 am 72. says Its not reconized as an internal or external command operable program or batch file yes I did change quotes leefje said this on August 19, 2011 at 6:56 pm 73. wonderful thanks sasa said this on August 19, 2011 at 8:22 pm 74. hi, i receive this error when i typed file name is not recognised as an internal or external comand, operable program of batch file. file name is dotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet. Please help JH said this on August 30, 2011 at 3:49 am 75. I have followed the steps you advised. however i evertime get any error message of compilability issue with iis in windows 7 home premium x64. however the same process works fine with win7 unlimited and the software whcih need dontnet 1.1 works fine. but not in win 7 home premium. what t do????? zair rizvi said this on September 1, 2011 at 7:12 am 76. hi kush said this on September 15, 2011 at 2:16 pm 77. i am getting following error please help : ( Error Creating process. Reason:The system cannot find the file specified. kush said this on September 15, 2011 at 2:36 pm

Blog at WordPress.com. The ChaoticSoul Theme. Follow


fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/ 11/12

3/12/14

How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

Follow A szivrvny tvben


Powered by WordPress.com

This ad is supporting your extension ClickOnce: More info | Privacy Policy | Hide on this page

fulopmihaly.wordpress.com/2009/09/18/how-to-install-net-framework-1-1-on-windows-7/

12/12

Vous aimerez peut-être aussi