I need a super installer to be created from InstallShield.
Following are my requirements: The super installer will have the option to install multiple applications (For example: A, B and C). If user selects only A and B, then A and B application must be installed. How can I achieve this with Install Shield
I tried Adding setup files as prerequisites it's not working.
I am trying to achieve a installer like
I don't have Installshield available to test, but if you have the more expensive versions of Installshield you can create "Suite Projects" which are bundles of different types of installers run in sequence with various forms of logic available to control the installation process. I am not too familiar with it all, but check out the linked help content.
Look for Suite projects in the File => New Projects
dialog - or equivalent. As I said, I don't have the tool available to check the exact details.