I want to create a setup by visual studio 2005.when i run this setup on target computer.The .net framework not install on that computer..
i want to that my setup check on traget computer is .net framework install or not.if not then my setup frist install .net framework and after that my setup will be install....for this what will be add on setup
plz solve my problem..and send on my email

1 answers
When you create a setup, you should check the prerequisites, and add there the .NET Framework. You have the possibility to add it in the setup, or you can have it referenced to microsoft website.
answered one year ago by:
30