JoeMarks
2013-08-20 11:14:42 UTC
Hello everyone!
In my current project, I must have the user selecting on of many radio
buttons, and execute a custom action according to the chosen value.
My current Dialog (the part that matters) is as follows:
And in my Product.wxs i have:
So as you can see, in my "Next" Button I want to run the "SetLanguage"
custom action (which I already managed to do), but I want to pass the
selection (language) as a parameter. It can be as string, int, doesn't
really matter, as long as I can get the value.
Already tried google, but I found very different results, none of them
providing me valuable content.
Thanks in advance,
Joe
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Radio-Button-passing-parameter-to-Custom-Action-tp7588250.html
Sent from the wix-users mailing list archive at Nabble.com.
In my current project, I must have the user selecting on of many radio
buttons, and execute a custom action according to the chosen value.
My current Dialog (the part that matters) is as follows:
And in my Product.wxs i have:
So as you can see, in my "Next" Button I want to run the "SetLanguage"
custom action (which I already managed to do), but I want to pass the
selection (language) as a parameter. It can be as string, int, doesn't
really matter, as long as I can get the value.
Already tried google, but I found very different results, none of them
providing me valuable content.
Thanks in advance,
Joe
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Radio-Button-passing-parameter-to-Custom-Action-tp7588250.html
Sent from the wix-users mailing list archive at Nabble.com.