Re: [WiX-users] Database selection dialog

2008-08-22 Thread Albert At School
I.ve just put a new version of SQLMsiCA (V1.70) online on http://madbutcher.dyndns.org/snippets/. - Original Message - From: "Albert At School" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 20, 2008 7:30 PM Subject: Re: [WiX-users] Database selection dialog >

Re: [WiX-users] Database selection dialog

2008-08-20 Thread Albert At School
lbert van Peppen - Original Message - From: "Christopher Karper" <[EMAIL PROTECTED]> To: "General discussion for Windows Installer XML toolset." Sent: Monday, August 18, 2008 4:12 PM Subject: Re: [WiX-users] Database selection dialog >I see this que

Re: [WiX-users] Database selection dialog

2008-08-18 Thread dB.
We had to roll a lot of code around this: DMO to list available SQL servers, custom actions to browse for servers, verify SQL server connectivity, etc. I'd be happy to share some code. ... But before you go there, I strongly recommend that you move this logic into your application, especially if

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
[mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper > Sent: 18 August 2008 15:13 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Database selection dialog > > I see this question a lot out here, and this was actually the very first >

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Adam Connelly
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: 18 August 2008 15:13 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Database selection dialog I see this question a lot out here, and this was actually the very

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
I see this question a lot out here, and this was actually the very first thing that brought me to this group. There is nothing built in to facilitate this, and you will need to use a CA to get it done. However, since so many people have implemented it before, you may be able to find something ou