PDA

View Full Version : License radio buttons and a checkbox


kichik
26th March 2003, 18:17
This new command has been added to the latest CVS version. Get it using NSIS Update.

This command will add a checkbox or two radio buttons to the license dialog and will not allow the user to continue to the following page until he checks the checkbox or selects the radio button saying "I agree".

Please note most of the current language files but Hebrew and English don't yet have the required texts for this command so the controls will appear empty.

This new command will not work with multiple license pages.

Docs at: http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.25
and MUI docs at: http://nsis.sourceforge.net/Contrib/Modern%20UI/Readme.html

Joost Verburg
26th March 2003, 18:20
To use the new feature with the Modern UI, grab version 1.64 from CVS.

Define MUI_LICENSEPAGE_CHECKBOX or MUI_LICENSEPAGE_RADIOBUTTONS.

All Modern UI Language files also have to be updated.

Joost Verburg
26th March 2003, 18:56
LANGUAGE FILE UPDATE

Check http://forums.winamp.com/showthread.php?s=&threadid=129848

kichik
26th March 2003, 19:54
Bug alert!

If the license page is not the first page you can go back, click next and the check box or I agree radio button will be selected automatically. This has been fixed in the latest CVS version.

virtlink
27th March 2003, 13:50
Part of a post originally posted by kichik
(...)This new command will not work with multiple license pages.(...)

I suggest that this instruction can be used with multiple license pages, but that it only affects the first page, since 'the first license page is mostly the page with the license' :D.

Another suggestion: Add the 'this will not work with multiple license pages' warning to the docs.