This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- I'm using InstallScript MSI, but it may work the same for you
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 08, 2009
05:19 PM
How do display a SQLServerLogin dialog in InstallScript?
With an InstallScript project, how do I include and/or modify one of the SQLServerLogin dialogs?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 10, 2009
04:15 PM
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
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 10, 2009
04:49 PM
Thanks that info helped. I switched to a InstallScript MSI project, seems I'm getting farther that way 🙂
