cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lysemose
Level 4

How to remove the SQLServerSelectLogin dialog

When I add a connection in the SQL Scripts view, InstallShield automatically inserts the "SQLServerSelectLogin" dialog in my setup.

I do not need the dialog and want to remove it permanently from the setup.
What is the recommended way of removing it?
Labels (1)
0 Kudos
(2) Replies
cbragg
Level 7

It's easier to unlink it from the sequence than it is to strip the dialog out altogether. Change the dialog that is shown on the next and back buttons on the before and after dialogs from the dialog section.
0 Kudos
hidenori
Level 17

If you are using an InstallScript project, you need to remove the SQLServerSelectLogin2 function call from the OnSQLServerInitialize InstallScript event. If you are using an InstallScript MSI project, you need to remove the SQLServerSelectLogin2 function call from the OnSQLogin InstallScript event.
0 Kudos