johnfredmeyer@me.com
Posts: 1
Joined: Wed Jun 02, 2021 8:47 pm

SQLServerConnectionDlg Question

Is there a way to setup so that it doesn't use a combobox and person installing has to manually type the name of the server in the sqlserverconnectiondlg?
Catalin
Posts: 6582
Joined: Wed Jun 13, 2018 7:49 am

Re: SQLServerConnectionDlg Question

Hello and welcome to our forums,

Not quite sure why you would like to do that, but you could proceed in two ways here:


1. use the "SQLConnectionDlg" dialog instead of the "SQLServerConnectionDlg" dialog.

However, by doing so, you will need to do everything manually. More information about this can be found in the following article:

Configure MS-SQL Server Connection

2. remove the "Combobox" control and replace it with an "Editbox" control, as it is for the "Username" and "Password", for example.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”