cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Marachkovski
Level 4

SQLLogin dialog problem.

I created Basic MSI project.
I have SQLLogin and SQLBrowse dialogs.
On SQLLogin dialog i can select SQL Server and then i try to select database. If i click "Browse database" button, all ok.
But if i type something in database name editBox, then click "Browse database" button and select existing db, edit box not updated! In truth db name changed (if return on previous dialog and again on SQLLogin, editBox will contain right value).
I found that comboBox works normally in such situation(browse database server for example), but i don't like such solution.
Can anybody explain such strange behavior and propose solution?
Labels (1)
0 Kudos
(2) Replies
hidenori
Level 17

It is a limitation of Windows Installer that edit control fields will not be refreshed until you close and reopen the dialog once you manually modify them. Unfortunately, there is not much we can do for the issue.

Regards.
0 Kudos
Marachkovski
Level 4

Thanks for response hidenori!
0 Kudos