I am very new to Installshield 2010. I have created a basic MSI setup for my application. I need to check a few prerequisites for my application those are as below.
- Microsoft frame work 3.5 with SP1.
- Sql Express 2005.
- Visual C++ redistributable
If any of the above things are not installed before means, I have to install while installing my application.
Can anyone guide me How I can install all these prerequisites before I installing my application?
