Hi,

I want to set a property to different values depending on some
condition.

When I try the following:
<SetProperty Id="PROP" Sequence="both" After="AppSearch"
Value="1">CONDITION_ONE</SetProperty>
<SetProperty Id="PROP" Sequence="both" After="AppSearch"
Value="2">CONDITION_TWO</SetProperty>

I get the error:
error LGHT0091: Duplicate symbol 'CustomAction:SetPROP' found.

I am using the latest Wix3 build.

The problem seems to be that wix gives the CA a name that includes the
property name. Can I change this?

Thanks,
Christian



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