Archive: Modern UI License Radiobuttons..


Modern UI License Radiobuttons..
Hi All,

I'm trying to use the Modern UI.

The problem I'm having is this, I'm trying to use the
Modern UI License screen, and use the Radiobuttons.

I use:

!insertmacro MUI_PAGE_LICENSE "${LICENSEFILE}"

and

LicenseForceSelection radiobuttons

But the problem is that with the Radiobuttons there,
the text above them "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install XXX." isn't "right" for the
Radiobuttons anymore, so is there any way to somehow modify
that text, or leave it out?

I saw all the "MUI_LICENSEPAGE_TEXT_TOP" and "MUI_LICENSEPAGE_TEXT_BOTTOM" stuff, but I don't see
any examples of how to use those, or if it's even
possible to use those with a "standard"
Modern UI License screen.

When I tried to use them, I got nothing but a bunch of
errors.

So how can I get the License screen to look right with
the Radiobuttons?

Thanks,

Joe Siebenmann


You should use the MUI_LICENSEPAGE_RADIOBUTTONS settings for the license page instead of LicenseForceSelection.