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

SQL Server Select Login Dialog

I have a installscript 2014 project. I have one sql script in this project and it displays the SqlServerSelectLogin(Ex)(2) dialog. I want to be able to modify the dialog code so if the user clicks on option create database the browse button for the catalog field is disable. I know that in the Behavior and Logic/ Installscript there is the Dialog Source and it lists all the dialogs so you can modify but does not show the sql server dialogs. So where is the code for this dialog if there are any or do i need to make a custom dialog and has anyone created one that is similar to the sqlServer dialog.

I am still learning Installshield
Labels (1)
0 Kudos
(2) Replies
ch_eng
Level 7

I think this might be the source file you are looking for. Don't edit it directly, make a copy and use that:

C:\Program Files (x86)\InstallShield\2014\Script\Isrt\src\SQLServerSelectLoginDlg.rul

HTH
0 Kudos
CGCampbell
Level 3

ch_eng wrote:
I think this might be the source file you are looking for. Don't edit it directly, make a copy and use that:

C:\Program Files (x86)\InstallShield\2014\Script\Isrt\src\SQLServerSelectLoginDlg.rul

HTH


Thats exactly what i am looking for. Thank you
0 Kudos