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.
 

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

Back
Top