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
; > > Best regards, > > Chunyan > > > > -Ursprüngliche Nachricht- > Von: Jiang, Chunyan (GE Healthcare) > Gesendet: Freitag, 30. Oktober 2009 11:35 > An: General discussion for Windows Installer XML toolset. > Betreff: [WiX-users] Use Radio button to cont

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

2009-10-30 Thread Jiang, Chunyan (GE Healthcare)
wrong above that I define the property or custom action condition? Best regards, Chunyan -Ursprüngliche Nachricht- Von: Jiang, Chunyan (GE Healthcare) Gesendet: Freitag, 30. Oktober 2009 11:35 An: General discussion for Windows Installer XML toolset. Betreff: [WiX-users] Use Radio b

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

2009-10-30 Thread Jiang, Chunyan (GE Healthcare)
Hi wix-users, I have one dialog, which has two radion buttons. I want to use this radio button to decide custom action to be called or not. I want "MyCA" to run when RadioButton "DoIt" is checked. So the custom action is defined as: However, I got the compile error: d:\InstallDi