I am building a setup project for windows desktop application using Visual Studio 2013 and Instal Shield 2015 Limted Edition.
This application has two dependent run time environment
- SQL Server 2012 LocalDB
- Adobe Flash Player ActiveX
The option 1 is already listed in the installshield Redistributable and i am able to include but i couldn't find any redistributable item for option 2.
My setup project need to check the Adobe Flash Player ActiveX status in the machine, if not found then it has to install it automatically before installing the actual application.
Any Merge module available for Adobe Flash Player ActiveX?
How to do the same?