visual studio .net 2003 DEPLOYING dotnetfx with your project

J

Jim Rutledge

Hi all,
I need to know how to deploy DOTNET Framework 2.0 with my
projects...Reading through msdn stuff has told me that they no longer use
the dotnetfx_____.msm file to do this . But they don't tell me how to do it
with visual studio .net 2003 .. Anyone know how this is done now.. I seemed
to read upon using DOTNETFX.EXE , and i would like to somehow magicly add it
into my build.

But no information from microsoft , as far as I can find.
Any help would be greatly appreciated !!!
 
G

Gregory Beamer

VS 2005 is used with 2.0, not VS 2003. As far as how to deploy .NET 2.0,
look up bootstrapping the .NET Framework. You cannot, by EULA, deploy the
bits. You will have to either link to a central location in your business
(internal apps) or to Microsoft (external or internal apps).

This one has general information of linking to MIcrosoft:
http://msdn.microsoft.com/en-us/library/ms994395.aspx

Here is a VS 2003 version:
http://www.codeproject.com/KB/mcpp/dotnetsetup.aspx

If you are deploying 2.0, you might want this one:
http://support.microsoft.com/kb/324733


--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top