What about this:

    <CustomAction Id="PROPCA_SetCToA" Value="[A]" Property="C"/>
    <CustomAction Id="PROPCA_SetCToB" Value="[B]" Property="C"/>

somewhere in InstallUISequence

      <Custom Action="PROPCA_SetCToA">(NOT A) OR (A = '')</Custom>
      <Custom Action="PROPCA_SetCToB">(NOT B) OR (B = '')</Custom>

HTH

Milan


José Escrich napsal(a):
>
> Hi,
> I have 2 properties A and B which has some registry values. What I 
> want is set a value for a property C using something like a condition 
> evaluating the values of A and B.
>
> Basically, what i want i set the value of A or B in the C property if 
> any of those is blank or empty.
>
> thanks!!
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to