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 perfectly:

 

<cpa:ComPlusSubscription Id="s4" Name="Subscriber4"
MethodName="MyMethod"
EventCLSID="{2B902A6B-D34A-4F2C-B06D-003D0FEEF358}"
InterfaceID="{D54AEDED-63C5-42BD-9825-4FCB5E04A5AE}" Enabled="yes"
Queued="no"/>

 

Tim
--------------------------------------------------------

This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses.
 
Le present courriel est envoye a l'intention exclusive de son ou de ses 
destinataires. Si vous avez recu ce courriel par erreur, veuillez en aviser 
immediatement l'expediteur et supprimer ce message. Si vous n'etes pas le 
destinataire vise, nous vous informons que toute utilisation, divulgation ou 
distribution de cette communication est strictement interdite sans la 
permission prealable de l'auteur. Des precautions ont ete prises afin de 
reduire au maximum le risque de transmission de virus informatique, mais nous 
tenons a vous conseiller de proceder a vos propres verifications antivirus de 
toute piece jointe a ce message. Aucune responsabilite ne sera assumee a la 
suite de toute perte ou de tout dommage causes par des virus.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to