Re: [WiX-users] custom action when a radio button is selected

2012-09-28 Thread Natalie Carr
] custom action when a radio button is selected Sadly, the MSI UI functionality hasn't really changed since 1998 (although they added a hyperlink control in 2011 or so). You need to key it off a Publish action. On Thu, Sep 27, 2012 at 3:29 AM, Natalie Carr wrote: > Hi, Can anyone tell me plea

Re: [WiX-users] custom action when a radio button is selected

2012-09-27 Thread Rob Mensching
Sadly, the MSI UI functionality hasn't really changed since 1998 (although they added a hyperlink control in 2011 or so). You need to key it off a Publish action. On Thu, Sep 27, 2012 at 3:29 AM, Natalie Carr wrote: > Hi, Can anyone tell me please if it is possible to launch a custom action > whe

[WiX-users] custom action when a radio button is selected

2012-09-27 Thread Natalie Carr
Hi, Can anyone tell me please if it is possible to launch a custom action when a radio button is selected and if not the best way about doing something like this. I see an answer on this that it was not possible but it was written in 2010 and I want to ensure it has not been updated. Kind Regar