Re: [WiX-users] cpa:ComPlusSubscription failing

2008-11-20 Thread Rob Mensching
Cool, can you open a bug on that? The COM+ Extension should be taking care of that for you. -Original Message- From: Tim Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 06:02 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] cpa:ComPlusSubscription failing

Re: [WiX-users] cpa:ComPlusSubscription failing

2008-11-20 Thread Tim Johnson
Just to follow up on my own message as I figured out the problem by looking in the source code - the guids passed in the EventCLSID and InterfaceID need to have the { } around them, as the strings are passed directly as-is to the complus administrator api. Changing my wix accordingly works perf