ussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Use Radio button to control custom action
I think your Property needs to be marked Secure="yes" to be passed from the UI
sequence to the install sequence. If you look in a verbose log file it should
show you the value of yo
I think your Property needs to be marked Secure="yes" to be passed from the
UI sequence to the install sequence. If you look in a verbose log file it
should show you the value of your Property changing which is extremely
helpful debugging these sorts of things. Just follow the Property name
through
I modified the custom action as:
And define the property for Radio button as:
DoIt
And I call custom action as:
DoCA="DoIt"
However, when I run the setup, whatever I select radio button "DoIt" or
"NotDoIt", the custom action always runs.
Is there something wrong above that I define the pr
3 matches
Mail list logo