How to redeploy the .NET Framework with my application?

So you’ve spent some time creating the next stupendous.NET Framework application. Now what

Applications that were built against a .NET Framework need the corresponding/compatible .NET Framework runtime installed on the machine that will run the application.

To do this effectively, please reference the following guides for deploying the .NET Framework with your application:

.NET Framework Version 3.5 Deployment Guide

http://msdn2.microsoft.com/en-us/library/cc160716.aspx

.NET Framework Version 3.5 Admin Deployment Guide

http://msdn2.microsoft.com/en-us/library/cc160717.aspx

.NET Framework Version 3.0 Deployment Guide

http://msdn2.microsoft.com/en-us/library/aa480173.aspx

.NET Framework Version 2.0 Deployment Guide

http://msdn2.microsoft.com/en-us/library/aa480237.aspx

.NET Framework Version 1.1 Deployment Guide

http://msdn2.microsoft.com/en-us/library/ms994339.aspx

.NET Framework Version 1.0 Deployment Guide

http://msdn2.microsoft.com/en-us/library/ms994336.aspx

NOTE:

.NET Framework Version 1.0 is part of the Tablet/Media Center Windows OS.

.NET Framework version 1.1 is part of the Windows2003 Server OS.

.NET Frameworks Version 2.0 and Version 3.0 are part of Windows Vista OS.

For further reading and additional ideas for deploying the .NET Framework, see http://blogs.msdn.com/astebner/articles/574618.aspx



Answer this question

How to redeploy the .NET Framework with my application?

  • Ken_Bussell

    They should be available for free at http://download.microsoft.com

  • taumuon

    Hello,

    I am looking for a way to install the .net framework and my application on a remote machine. I am not very familiar with dos commands, but this is what I have so far:


    net use q: \\144.70.70.171\C$ /user:administrator password
    xcopy /Y/S/I "C:\testme" "q:\Visualize_setup\"

    *****q:\Visualize_setup\setup.exe******

    Net use q: /delete

    The necessary files will copy to the remote machine, but as I expected when I ran the following line:

    *****q:\Visualize_setup\setup.exe******

    setup started on my machine and not the remote. I am hoping there is an easy solution. Any help would be very appreciated. If this is the wrong forum could you please point me in the right direction.

    Josh


  • hailong1977

    .NET Framework 3.5 Beta1 has been released.

    See my accompanying forum announcement:

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1559435&SiteID=1


  • elsamma

    Thanks for the information.

    Currently, a client wants to install the .NET 1.1 on a Japanese system with the Japanese language packs, and also the SP1 without having to reboot on each installation, until all is completed. We searched but could not find ".NET 1.1 with SP1".

    What is the best options I have read documents on the links you provided, but it does not seem to solve the problem. The client want to deploy on several computers and also wish to avoid the multiple reboots.

    Paul.


  • macthefork

    i donot care
  • Aaron Sulwer

    The redistributable package for .NET 2.0 and .NET 3.0 are already available. If you are asking about .NET 3.5, it will be available as soon as .NET 3.5 is released.

    If you have a Visual Studio installation CD, it should have .NET redistributable in it and you can install it from there.



  • Filip S

    My application setup file has .NET Framework. What will happen when a PC already has lower or higher version of Framework installed It will replace the lower version with the the version contained in setup file

    Thanks,

    pauline


  • techlist

    When will be available the redistributable package If I don't have an internet connection I can't install it. What is the solution
    Thanks

  • vipix

    thx aaronuru..i heard tht dotnet 3.5 beta is gonna b released

    is that right



  • Vighnesh Prabhudesai

    Thanks my friend.


  • Noel Rietman

    Thanx....
  • NathanCaaaaaaaan

    I have recently installed vb express edition and after installation where ever I start up my computers, the system is displaying a error dialog box asking me to install .net framework versions 1.1.4322 & 1.0.3705. How please direct me to appropriate location where i could download these versions. Should I buy them or freely available on the website. Thanks.



  • nigel.uk

    You can access MSDN online at www.msdn.com which

    is a redirection URL.



  • hlj16



    i need msdn dump... any one help me in finding this.

    Thanks
    shash


  • How to redeploy the .NET Framework with my application?