I use a mba, and have not tried what you are doing for some time so I don't
want to confuse the discussion in this thread. but I would use the approach
detailed  here
<https://wixextba.codeplex.com/SourceControl/latest#Examples/Bundle10.wxs>  
which is supported in 3.8 and later by creating a BAFunction.dll.

When I search the wix source code and compare your use of  <Button
Name="ClientInstall" .../> to the license accept checkbox  I don't know
where you have code like the following implemented:
    void OnClickAcceptCheckbox()
    {
        BOOL fAcceptedLicense = ThemeIsControlChecked(m_pTheme,
WIXSTDBA_CONTROL_EULA_ACCEPT_CHECKBOX);
        ThemeControlEnable(m_pTheme, WIXSTDBA_CONTROL_INSTALL_BUTTON,
fAcceptedLicense);
    }

But again I have not tried what you are doing without also using a
BAFunctions.dll, so maybe I am missing something.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-select-radio-buttons-in-Hyperlink-Theme-tp7598537p7598550.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to