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
- :
- Re: Filtering localDB instances from the SQL Server login dialog
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
‎Aug 27, 2015
07:20 AM
Filtering localDB instances from the SQL Server login dialog
Is there a way to filter out localDB instances for the SQL Server browser/login dialog? The product I'm working on doesn't currently support localDB, so I'd like to display only valid choices for a server in the menu. Any tips would be much appreciated.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 27, 2015
04:03 PM
If you are using a Basic MSI project, you can accomplish it by writing your own custom action. Check out this thread for more details.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 28, 2015
12:05 AM
Yes, it's a Basic MSI project. I'll check the thread you linked, thanks for the tip!