Are your properties public, meaning are their Ids uppercase? If they're not,
they won't pass from the UI to the Execute phase.
example:
<Control
Id="myCheckbox"
Type="CheckBox"
CheckBoxValue="my value"
X="50"
Y="50"
Height="10"
Width="150"
Text="Check the box please."
Property="CHECKBOX_PROPERTY" />
And do you see the property being set in the install log? Like...
MSI (c) (98:F0) [12:04:32:046]: PROPERTY CHANGE: Adding CHECKBOX_PROPERTY
property. Its value is
'my value'.
--
View this message in context:
http://n2.nabble.com/InstallExecuteSequence-and-properties-from-UI-tp4718706p4719016.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users