Loading
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?

  • 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_H Yamanishi (Flexera Software)

    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.

Loading
How to remove the SQLServerSelectLogin dialog