Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We wish to add a dialog to our WiX installer that prompts the user for a SQL server connection: server address, authentication type, and SQL login/password. A Test Connection button would be nice as well.

My searches turned up the msiext project, but I cannot reference its dlls (e.g., WixCommonUiExtension.dll) in my WiX project because they were built for WiX 3.0. Did a bit of googling and I'm not the only user who's experienced this issue. Folks have even tried building the msiext project against WiX 3.5 themselves, but based on the posts in that link I'd prefer not to go down that road.

Can anyone provide or point me to a dialog I can use? I would prefer not to reinvent the wheel here. Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.