Hi!

I'm very new to WIX and are trying to understand how to use a Combox in a
Dialog. I want to present a combox with some values that has been filled by
an CustomAction. I want to use the selected value to control in wich folder
a file will be placed. I have managed to show the combbox and fill it with
values but I do not know how to access the selected value. I suppose it is
accessed by the property I set when I define the combobox. But how can I use
the property value?

Say that I have created a property called MyProperty and I want to use it
when defining a directory, writing:

 <Directory Id="Directory7" Name=MyProperty>

does not work, I get an error when I compile it with Light, is there a
special syntax for getting the value?

Best regards Hans




-- 
View this message in context: 
http://www.nabble.com/ComboBox-and-properties%2C-how-does-it-work--tf3994636.html#a11343933
Sent from the wix-users mailing list archive at Nabble.com.


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