cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mashood
Level 2

Please Help Me ... It's Urgent

Hi,

I have an application in dot net using MYSQL as backend. I need to make a installer in Installshield 2012 with following prerequisites.
1. when cliking setup, need to get option for installing MYSQL installer.
2. Option to include create DB and Create SP's which i developed in MYSQL (used in my application)
3. Setup for the application

Is it possible t configure MYSQL setup and scripts along with application installer ?

Please provide me a solutions for this.

Thanks in Advance.

Mashood
Labels (1)
0 Kudos
(3) Replies
rrinblue22
Level 9

yes this is possible....
consider prerequisites view from installing SQL server......
later based on end user's response you can selectively install your SP's and DB scripts which is tied to a feature..........
0 Kudos
mashood
Level 2

Thax for reply...

Can you make it clear. Because i am a beginner in install shield . If you give me step by step details is highly appreciated.

or please proide me any tutorial links to do the same..

Thank you

Regards,

MashooD
0 Kudos
rrinblue22
Level 9

You can check out the SQL view in installshield where the scripts are linked to a feature.
So you can install the feature based on INSTALLEVEL which is a condition.
0 Kudos