Search code examples
c#.netframeworksinstallshieldinstallshield-2009

How to pack a installation (framework + application) in one executable?


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.


Solution

  • I resolved this question, creating a custom action, this one would be 'Open executable' type and I called this custom action in a button event of the wizard.