Re: [WiX-users] Use Radio button to control custom action

2009-11-02 Thread Jiang, Chunyan (GE Healthcare)
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

Re: [WiX-users] Use Radio button to control custom action

2009-10-30 Thread Rob Mensching
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

Re: [WiX-users] Use Radio button to control custom action

2009-10-30 Thread Jiang, Chunyan (GE Healthcare)
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