creating installables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am working with one dotnet window based application. I have created the executable, but if i want to install and run the application in any client system then i need to install .NET framework before installing my application. Is there any possibility to include the .NET framework installable with my application installable. If so then please let me know how to do that

Thank
Raju
 
..NET Framework 1.1 Deployment Guide:

http://www.msdn.microsoft.com/libra...ry/en-us/dnnetdep/html/dotnetframedepguid.asp


Using Visual Studio .NET 2003 to Redistribute the .NET Framework:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp

HTH,
Tom Dacon
Dacon Software Consulting

Raju said:
Hi,

I am working with one dotnet window based application. I have created the
executable, but if i want to install and run the application in any client
system then i need to install .NET framework before installing my
application. Is there any possibility to include the .NET framework
installable with my application installable. If so then please let me know
how to do that.
 
Back
Top