I'd like to create a file 'setup.exe' that contains one application that I developed in C#, and the setup of .Net framework 4.0.
The idea is: When I execute the 'setup.exe' this one will check if have the .net framework 4.0 installed on the computer, and if don't install it!
Using InstallShield 2009.
Anyone knows how to do this?
Let me know if don't understand anything.
Thanks.