cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pmatlock
Level 6

How do display a SQLServerLogin dialog in InstallScript?

With an InstallScript project, how do I include and/or modify one of the SQLServerLogin dialogs?
Labels (1)
0 Kudos
(2) Replies
tbrown
Level 3

This may not be the best way, but the way I added a custom SQL Server Login dialog was:
1. Edit the dialog of choice in the Dialog editor
2. Add a SQL Server in the SQL Scripts window (This adds code to the setup.rul file)
3. Call OnSQLLogin() where you want to see the dialog.

Hope this helps!

-Tim
0 Kudos
pmatlock
Level 6

Thanks that info helped. I switched to a InstallScript MSI project, seems I'm getting farther that way 🙂
0 Kudos