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: [IS MSI] test db connection
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
‎Sep 19, 2008
07:12 AM
[IS MSI] test db connection
How can I test a db connection for a valid server/login information? The user sets the information for the db-server, username and password. Then the information has to get validated. Therefore I used the "SQLRTTestConnection" method, but in the case of an error (invalid server or invalid login info), an error messageBox is shown. Is there a way to test it silently, with a custom error message in a dialog instead of the messageBox solution?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2008
07:45 AM
Hello,
Please set "IS_SQLSERVER_CA_SILENT" Msi Property to 1.
Thanks
Sachin Pawar
Please set "IS_SQLSERVER_CA_SILENT" Msi Property to 1.
Thanks
Sachin Pawar
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2008
01:56 AM
That solved the issue, thanks.
best regards,
wheinsohn
best regards,
wheinsohn