Skip to content
⌘ NSIS Forum Archive

Problem with "LicenseForceSelection" and multiple languages

4 posts

rsegal#

Problem with "LicenseForceSelection" and multiple languages

This works,

LicenseForceSelection checkbox "Yes, I accept the terms of the agreement." 
This also works,

LicenseForceSelection /LANG=${LANG_ENGLISH} checkbox "Yes, I accept the terms of the agreement."
LicenseForceSelection /LANG=${LANG_JAPANESE} checkbox "Yes, I accept the terms of the agreement in Japanese" 
However on the license page two checkboxes are displayed for confirming your acceptance of the agreement rather than the expected one. The correct language text is displayed though. If I add a third language for "LicenseForceSelection" then three checkboxes are displayed on the license page.
Joost Verburg#
A new language system for NSIS is almost ready (it doesn't use /LANG anymore), so this should be fixed very soon.
sprinleo#
Hi,

i am new NSIS.
I am trying to enable the "Next" button on the license page even when "I decline" radio button is choosed.
do you now to achieve this ?

I am trying :
LicenseForceSelection OFF

but this does not help 🙁

thanks
sprinleo