Dale Quigg wrote:
> Three questions;
> 
> 1) Is my CA correct?
I think you want
<CustomAction Id="MyAssign" Property='MY_REAL_VALUE' Value='[MY_FOUND_VALUE]' />
> 
> 2) How do I sequence the CA so it executes before my UI is displayed?
I'd sequence it straight after AppSearch.
> 
> 3) How do I condition the CA to only execute if MY_REAL_VALUE is empty?
Try a condition of NOT MY_REAL_VALUE.  Alternatively you can give MY_REAL_VALUE 
a value of 
"dummy_value" and use MY_REAL_VALUE <> "dummy_value".

Rob


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