how to install .net framework 1

Upload: abdan-shidqi

Post on 03-Jun-2018

243 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/12/2019 How to Install .NET Framework 1

    1/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    . .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 errorshowed up.

    If user click OK, the installation of .NET 1.1 will be cancelled, while clicking CANCELproduces another error message similar to below:

    RegSvcs.exe No debugger found Registered JIT debugger is not available. An attempt to launch a JITdebugger with the following command resulted in an error code of 02 (s). Please check settings.cardbg.exe !a 98e

    http://fulopmihaly.wordpress.com/
  • 8/12/2019 How to Install .NET Framework 1

    2/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    Microsoft .NET Framework 1.1 SP1(Service Pack 1) has resolved the issue. However, Microsoft does notprovide 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 .NETFramework 1.1 SP1 into .NET Framework 1.1 installer, so that both the .NETFramework 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). Makesure the setup file is saved as dotnetfx.exe.3. Download Microsoft .NET Framework 1.1 Service Pack 1 (NDP1.1sp1-KB867460-X86.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

    http://www.microsoft.com/downloads/details.aspx?FamilyID=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=enhttp://www.microsoft.com/Downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en
  • 8/12/2019 How to Install .NET Framework 1

    3/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    Wait for the installer to disappear automatically.

    8. Install Microsoft .Net Framework 1.1 with slipstreamed Service Pack 1 by running netfx.msi from theworking folder.

    Dotnet Framework 1.1 is successfully installed.

    You May Like

    1.

    ~ by fulopmihaly on September 18, 2009.

    Posted in IT Installing / Configuring, IT Software DevelopmentTags: framework 1.1, instal framework on win 7, win7

    77 Responses to How to install .NET Framework 1.1 on

    Windows 7

    1. . . +)

    Marikasaid 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 athe way through, I even reboot my computer, but the program that requires the 1.1 framework still sayit needs to be installed when I go to run it and I still have the same issues as if the .NET 1.1 Frameworkwas NOT installed.

    Perrysaid this on October 11, 2009 at 8:11 pm

    About these ads

    http://en.wordpress.com/about-these-ads/http://pchelpforum.ru/u10858/http://fulopmihaly.wordpress.com/tag/win7/http://fulopmihaly.wordpress.com/tag/instal-framework-on-win-7/http://fulopmihaly.wordpress.com/tag/framework-1-1/http://fulopmihaly.wordpress.com/category/it-software-development/http://fulopmihaly.wordpress.com/category/it-installing-configuring/http://www.vice.com/hi-shredability/carissa-moore
  • 8/12/2019 How to Install .NET Framework 1

    4/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    3. i tried running it and all in cmd .. and the first line says Command line option Syntax error.TypeCommand /? for help..

    Sujen Ratnamsaid this on October 12, 2009 at 1:40 pm

    4. Perry, maybe you need also servicepack for framework 1.1 that is also installed ?

    fulopmihalysaid this on October 12, 2009 at 2:04 pm

    5. Sujen. What is exactly wat you typed in CMD ?

    fulopmihalysaid 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 runningdotnetfx.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.

    TeJazzsaid 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 youdont need one, thanks alot, it works for me

    Sujen Ratnamsaid 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.

    didasaid 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.dllVerify that you have access to that directory.i get this error message after typingmsiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

    in cammand promt

    parvezsaid this on October 31, 2009 at 9:44 am

    0. I followed the above instructions to install .Net framework 1.1 in Windoews 7 I got the error like Error1321. The installer has insufficient privileges to modify thefile:D:\DotNet\Win\Microsoft.NET\Framework\URTInstallPath\aspnet_isapi.dll like that

    Please help me

    Thanks

    Balakrishnan.Ssaid this on November 2, 2009 at 10:19 am

  • 8/12/2019 How to Install .NET Framework 1

    5/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    1. I solved the above Issue by Running the command prompt as administrator rights

    Balakrishnansaid this on November 4, 2009 at 5:59 am

    2. Solved the above problem by Run the command prompt as administrator rights

    Balakrishnansaid this on November 4, 2009 at 6:28 am

    3. After installing the framework 1.1 successfully, I try to install the Dotnet 1.1 application it says the samerror Framework 1.1 not installed like that

    Balakrishnansaid this on November 4, 2009 at 6:32 am

    4. 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

    vsaid this on December 1, 2009 at 4:53 pm

    5. hey i hav a prob i get a error message such as cant upgrade wen i try doing the 3rd step plzhelp thanks

    dvjsaid this on December 2, 2009 at 2:40 pm

    6. if possible plz upload the netfx.msi file aftr the 3rd step dat u guys get .. thanks

    dvjsaid this on December 2, 2009 at 2:41 pm

    7. I have the Error 1310 as well, has anyone responded with an answer?

    Richsaid this on December 12, 2009 at 12:46 am

    8. Wow! Excellent stuff! You are one smart mo-fo!

    Owen Chastainsaid this on January 15, 2010 at 3:46 pm

    9. Thanks man, u resolved my problem

    BosnianFurysaid this on January 17, 2010 at 4:38 pm

    0. The command line syntax arises beacuse when you copy and paste the first command, the quotes arenot the correct quotes needed in the command prompt. To solve, copy and paste the command into thecommand prompt and then delete and retype the quotes.

    Mattsaid this on January 18, 2010 at 5:18 pm

    1. I noticed if I copy and paste the first command given on this page, that it contains smart quotes (curlquotes) instead of dumb quotes (straight quotes). Im not sure if thats the problem other people areexperiencing, but if so, you might want to first paste this into notepad and correct the quotationmarks

    http://www.cleantheworld.org/http://v/
  • 8/12/2019 How to Install .NET Framework 1

    6/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    Mikesaid this on January 20, 2010 at 2:29 am

    2. 1st command line gives me a Not Valid windows 32 application errorIm using windows 7 windows 32 operating system. What should I do?

    Laurasaid this on January 29, 2010 at 5:12 am

    3. Thanks, all is fine

    Josesaid this on February 27, 2010 at 8:30 pm

    4. [...] .Net 1.1 and its first service pack, in order to be able to install .Net 1.1 into Windows 7 seefulopmihaly, JtG does not [...]

    JtG Windows 7 64bit DaSt's Blogsaid this on February 28, 2010 at 10:05 am

    5. I have an error at the command:-> msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.mspThis installation package could not be opened. Verify that the package exists andd that you can access

    or contact the application vendor to verify that this is a valid Windows Installer package.please help me with this problem.

    Requiussaid this on March 6, 2010 at 12:37 am

    6. you are really great.. microsoft website sucks..i was searching for the solution whole day..Luckily found your post..

    yungchiesaid this on March 7, 2010 at 10:09 am

    7. What an awesome post. Thanks so much. Worked brilliantly

    Trickingsaid this on March 22, 2010 at 9:33 am

    8. when i typedotnetfx.exe /c:msiexec.exe /a netfx.msi TARGETDIR=C:\DotNetin cmd, I get an error Windows cannot find dotnetfx.exe. Make sure you typed the name correctly, anthen try again.

    Sanjeevsaid this on March 23, 2010 at 6:53 am

    9. It worked amazingly. Thanks for the help! Now I can play NBA 2k10

    SpitsBeaTsaid this on March 27, 2010 at 8:20 am

    0. i am stuck at step 5 onwards..could any kind soul gimme a more simple illustrationbtw, i amNOT a computer expert.simple terms will be beneficial.

    TQ

    chansaid this on April 5, 2010 at 1:35 am

    http://spitsbeat.co.cc/http://derdast.wordpress.com/2010/02/28/hello-world/
  • 8/12/2019 How to Install .NET Framework 1

    7/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    1. went through from step 1 to 8 successfully but when i load nba 2k10 still detect i cant install 1.1.

    chansaid this on April 6, 2010 at 3:00 am

    2. hai i didnt understand the steps 6 and 7 .Could you simplify it for me?PLEASE

    Cyriacsaid this on April 13, 2010 at 3:54 pm

    3. bo

    Cyriacsaid this on April 13, 2010 at 3:55 pm

    4. Worked like a champ. Thanks!

    Mattsaid this on April 15, 2010 at 8:11 pm

    5. 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, thatthis file really exist or chec that you have acces to get to this file. Contact with a producer of thisapplication to verifity that the file is correct package of installer windows

    sorry for my bad english and translating

    Dubelsaid this on April 18, 2010 at 10:32 am

    6.

    doomsaid this on April 20, 2010 at 11:16 am

    7. I cant install the dotnetfx.exeI have write dotnetfx.exe /c:msiexec.exe /a netfx.msiTARGETDIR=C:\DotNet & dotnetfx.exe /tC:\DotNet\ /c but it says Command line option Syntaxerror.Type Command /? for help.Plz help me 2 solve it

    Villcentsaid this on April 23, 2010 at 7:48 am

    8. Thanks a lot, works great !!!

    Allan Abarcasaid this on April 24, 2010 at 4:58 pm

    9. Works fine! Thanks!

    Liokasaid this on April 25, 2010 at 2:56 pm

    0. Thanks! It works great on Windows 7 x64 bit

    Richsaid this on May 28, 2010 at 2:01 am

    http://gmail/http://gmail/
  • 8/12/2019 How to Install .NET Framework 1

    8/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    1. 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 typethem back otherwise i got some error.

    Darshansaid this on June 2, 2010 at 11:26 am

    2. [...] How to install .NET Framework 1.1 on Windows 7 A szivrvny tvben (tags: .net masalah) [...]

    links for 2010-06-04 markah bukusaid this on June 5, 2010 at 3:05 am

    3. I cant install the dotnetfx.exeI have typed in dotnetfx.exe /c:msiexec.exe /a netfx.msiTARGETDIR=C:\DotNet & dotnetfx.exe /tC:\DotNet\ /c but it says Command line option Syntaxerror.Type Command /? for help.Plz help me 2 solve it

    clynxsaid this on June 11, 2010 at 5:04 am

    4. It doesnt work,all who answered its awesome and crap like that,are made by author.This shit DOES

    NOT work.

    over n out

    Foolssaid this on June 24, 2010 at 9:40 pm

    5. Actually its working lolon step 6 u have to do command cd c:\DotNet and yes listen to those guys,u need to change quotesin notepad ^^ good luck

    Foolssaid this on June 24, 2010 at 9:55 pm

    6. works perfectly, thanks a lot

    Milossaid this on June 26, 2010 at 10:14 pm

    7. I cant install too like clynx say.plz help me to solve it thanks

    linnasaid this on June 28, 2010 at 1:39 am

    8. Heh. It worked. For those of you who have the problem with the file permission google Elevate.cmd anjust elevate your admin rights. runas is not working very nice on win7.

    Stefansaid this on July 2, 2010 at 2:17 pm

    9. Its working, now i can play NBA 2k10 on my win7Cheers from Serbia

    Mlladensaid this on July 7, 2010 at 4:19 pm

    0. It is really amazing.. we have installed the framework 1.1.. thx a lot

    Abhilash Kombathsaid this on July 12, 2010 at 11:58 am

    http://markahbuku.wordpress.com/2010/06/05/links-for-2010-06-04/
  • 8/12/2019 How to Install .NET Framework 1

    9/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    1. I keep getting the error Error creating proces Reason: The system cannot find the file specified. Pleasehelp

    Zvirsaid this on July 13, 2010 at 8:53 pm

    2. Error 1310 Error writing to file:c:\dotnet\Win\Microsoft.Net\Framework\URInstallPath\aspnet_isapi.dllVerify that you have access to that directory.

    i get this error message after typingmsiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

    in cammand promt

    pmasaid this on July 19, 2010 at 9:31 am

    3. thank you for the blogger i do it perfectly if you have a question i will help you regarding this manner

    moimoisaid this on August 5, 2010 at 4:45 pm

    4. Its working for Windows 7 64 Bit and installing NBA 2k10 now, thanks !

    Koolsaid this on August 9, 2010 at 6:54 pm

    5. wow thanks !!!

    Surajsaid this on September 22, 2010 at 11:45 am

    6. 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!

    artemissaid this on September 29, 2010 at 7:25 pm

    7. THe exact wording isErroe creating processReason: THe system cannot find the file specified.

    artemissaid this on September 29, 2010 at 7:31 pm

    8. Damn get past the second image fine and get confirmation that the first install is done then it doesnlet me past the next step:

    dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp

    Why wouldnt it take this line??

    Matsaid this on October 6, 2010 at 8:05 pm

    9. Sorry, until building the msi file all is fine,but by installing this the process ends with a roolbackAny Idea ?

    thjazsaid this on October 24, 2010 at 10:45 pm

    http://ddd.ddd.d/http://yahoo/
  • 8/12/2019 How to Install .NET Framework 1

    10/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    0. Awesome post, ty for the info just had to make the quotes change and the space someone mentionedbefore, 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

    Ivanobichsaid this on October 27, 2010 at 6:58 pm

    1. thank you very much for thisnow I can play LOTRO on my new notebook

    yackysaid this on November 4, 2010 at 11:17 pm

    2. Grazie mile di informazione

    vipersaid this on November 15, 2010 at 6:50 am

    3. Thanks a million.

    Sietsesaid this on March 14, 2011 at 10:27 pm

    4. im getin a problem named Command line option Syntax error.Type Command /? for help..wen i 1sttyped dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp

    pls help me out guys

    Renilsaid this on April 12, 2011 at 11:32 am

    5. Thanks to the info.. been searching this for quite a long time.. Uve saved me.. Thnk u very much..

    Robisaid this on April 13, 2011 at 7:01 am

    6. All the files are put in C:\DotNet\Program Files and C:\DotNet\WinIt installed fine but is this where programs requiring .net1.1 will look to see if your configured correctlyMy MS Visual C++.Net stillwont recognize it as being functional.

    James Brennersaid this on April 15, 2011 at 11:56 pm

    7. Thanks a lot! What a nice tutorial

    abc123said this on May 14, 2011 at 7:56 am

    8. they keep on telling me dotnetfx.exe is not recognized as an internal or external command, operableprogram or batch file. plz help.

    ineedhelpsaid this on May 16, 2011 at 2:13 pm

    9. oops i really cant installed service package 1.1

    http://digit.byethost31.com/http://www.ciferkom.ru/
  • 8/12/2019 How to Install .NET Framework 1

    11/12

    3/12/14 How to install .NET Framework 1.1 on Windows 7 | A szivrvny tvben

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

    Pravinsaid this on June 15, 2011 at 8:18 am

    0. Sorry, for windows 7, until building the msi file all is fine,but by installing this the process ends with a roolbackAny Idea ?

    vijsaid this on June 21, 2011 at 2:06 pm

    1. Brate ja tb ne razumem uopshte da li mozes sve slike da stavis da vidimo svi kako treba

    Igor123said this on July 5, 2011 at 7:49 am

    2. says Its not reconized as an internal or external command operable program or batch file

    yes I did change quotes

    leefjesaid this on August 19, 2011 at 6:56 pm

    3. wonderful thanks

    sasasaid this on August 19, 2011 at 8:22 pm

    4. 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.msiTARGETDIR=C:\DotNet. Please help

    JHsaid this on August 30, 2011 at 3:49 am

    5. I have followed the steps you advised. however i evertime get any error message of compilability issuewith iis in windows 7 home premium x64. however the same process works fine with win7 unlimited an

    the software whcih need dontnet 1.1 works fine. but not in win 7 home premium.what t do?????

    zair rizvisaid this on September 1, 2011 at 7:12 am

    6. hi

    kushsaid this on September 15, 2011 at 2:16 pm

    7. i am getting following error please help : (Error Creating process. Reason:The system cannot find the file specified.

    kushsaid this on September 15, 2011 at 2:36 pm

    Blog at WordPress.com. The ChaoticSoul Theme.

    Follow

    http://void%280%29/http://theme.wordpress.com/themes/chaoticsoul/http://wordpress.com/?ref=footerhttp://antheliohealth.com/
  • 8/12/2019 How to Install .NET Framework 1

    12/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 extensionClickOnce: More info | Privacy Policy | Hide on this page

    http://chrome-extension//eeifaoomkminpbeebjdmdojbhmagnncl/support/pages/privacy_policy.htmlhttp://chrome-extension//eeifaoomkminpbeebjdmdojbhmagnncl/support/pages/adoptions.htmlhttp://wordpress.com/signup/?ref=lofhttps://optimized-by.rubiconproject.com/t/1032/13817/89639-2.3257179.3294593?url=http%3A%2F%2Fwww.casaforchildren.org%2Fliftup