"analyzoh" <u47316[ at ]uwe> wrote in message news:8c76d447ddfed[ at ]uwe...
[Quoted Text] > 10/30/08 > > Hello: > > I have made an application in Microsoft Visual Studio 2003 C# .NET, which > requires .NET Frameowrk 1.1 to run. How can I configure or install .NET > Framework 1.1 on a bootable CD with the application so it can run without > . > NET Framework 1.1 being installed through Windows XP on the machine it is > running on? > > In other words, I want my C# .NET application program to run independently > off the CD even if .NET Framework 1.1 is not installed on the local > computer > I am using. > > Any advice would be greatly appreciated!
Doug, this would be totally the wrong place to be asking how to redistribute the .NET Framework in an application package.
Might I suggest the following alternative resources: [1] Some really good .NET/VC# training books -- any one of which will have a whole chapter on packaging applications. [2] The MSDN library -- which has a whole section on using the .NET Framework redistributables [3] The .NET SDK -- which has similar documentation [4] Or.. if you really want to hit up other people for .NET Programming 101 questions...
Try microsoft.public.dotnet.general
but... the short answer...: You cannot do what you have described. What you are describing is totally anethma to the whole concept being the .NET Framework and managed code.
-- Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP Principal/CTO, Onsite Technology Solutions, Houston, Texas Microsoft MVP - Software Distribution (2005-2009)
MS WSUS Website: http://www.microsoft.com/wsus My Websites: http://www.onsitechsolutions.com; http://wsusinfo.onsitechsolutions.com My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
|