Re: [WiX-users] RegistrySearch question

2008-08-22 Thread Albert At School
Check out my SQL browser source code for a nice solution for enumerating SQL instances in a C++ CA (http://madbutcher.dyndns.org/snippets/) Albert - Original Message - From: "Mike Rerick" <[EMAIL PROTECTED]> To: "General discussion for Windows Installer XML toolset." Sent: Thursday,

Re: [WiX-users] RegistrySearch question

2008-08-21 Thread Mike Rerick
Thanks Alex. I'll put together a CA to do what I need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Shevchuk Sent: Wednesday, August 20, 2008 6:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-

Re: [WiX-users] RegistrySearch question

2008-08-20 Thread Alexander Shevchuk
Hi Mike, REG_MULTI_SZ in AppSearch has lots of problems (here is one of them: http://support.microsoft.com/kb/897026). Consensus here is - use custom action of your choice to get that value. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Re