cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
karunakar
Level 3

How to show this Dailog "SQLServerSelectLogin2" in 2010 version

Hi All

Presently i am using InstallShield 2010 version

I want to show the "SQLServerSelectLogin2" dailog in my setup
i am not able to find the example of functions in this help

Please let me know if any one work this function

Thanks & Regards,
Venu
Labels (1)
0 Kudos
(4) Replies
hidenori
Level 17

You only need to add a connection in the SQL Scripts view. InstallShield will automatically display the "SQLServerSelectLogin2" dialog in your setup.
0 Kudos
karunakar
Level 3

There is no Example for this Dailog window..
If any example please send me the Code. i want to use this dailog in my setup
0 Kudos
karunakar
Level 3

Hi

How to show the SQLServerSelectLogin2 dialog in InstallShield 2010 setup

I want to show this dialog in my setup



Please send me the example code

Below dialog I want to show in my setup Please send me the code for this





Please help me



Thanks & Regards,

Venu
0 Kudos
hidenori
Level 17

Please look at the OnSQLServerInitialize event to see how the "SQLServerSelectLogin2" dialog is called. To bring the code into your script, you need to select the Before Move Data | OnSQLServerInitialize event from the dropdown boxes located above the InstallScript editor.

I still recommend that you add a connection in the SQL Scripts view because the "SQLServerSelectLogin2" dialog is designed to work in conjunction with the view. InstallShield automatically adds the stuff that are needed for validating SQL login credentials to your project when you add a connection.

Regards.
0 Kudos