Hi, I am using ALLUSER radiobutton control in my installer but there seems some problem with the UI response. I am using following code for this:
<Property Id="PERUSERS">cur</Property> <Control Id="BothScopes" Type="RadioButtonGroup" X="25" Y="165" Width="330" Height="120" Property="PERUSERS"> <RadioButtonGroup Property="PERUSERS"> <RadioButton Value="cur" X="0" Y="0" Width="295" Height="16" Text="!(loc.InstallScopeDlgPerUser)" /> <RadioButton Value="all" X="0" Y="20" Width="295" Height="16" Text="!(loc.InstallScopeDlgPerMachine)" /> </RadioButtonGroup> </Control> and in the Next button I am using: <Publish Property="ALLUSERS" Value="{}">PERUSERS = "cur"</Publish><Publish Property="ALLUSERS" Value="1">PERUSERS = "all"</Publish> When I launch the UI, Next, Cancel and Back button doesn't respond on mouse click but only keyboard Enter key responds but rest other dialogs working fine. If I delete these lines, all controls works perfectly. What am I doing wrong? Is there any other/better way to implement this (i don't wanna use default UIExtensions)? -- Thanks and Regards, Ravi Raj ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users