Archive: Check Box Text


Check Box Text
It does not appear to be possible to change the text of the (optional) Check Box on the License Page. Am I missing something?

JAS


See LicenseForceSelection (http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.26)

-Stu


I have:

;Pages

!insertmacro MUI_PAGE_WELCOME
!define MUI_LICENSEPAGE_CHECKBOX
!define LICENSE_FORCE_SELECTION "I accept the terms of the License Agreement."
!define MUI_LICENSEPAGE_TEXT_TOP "Please review the terms of the License Agreement: "
!define MUI_LICENSEPAGE_TEXT '"If you accept the terms of the License Agreement, \
check the box below and then click NEXT \
to continue with the installation."'
!define MUI_PAGE_HEADER_TEXT "License Agreement"
!define MUI_PAGE_HEADER_SUBTEXT " "
!insertmacro MUI_PAGE_LICENSE "myLicense.txt"

Everything works except LICENSE_FORCE_SELECTION

JAS

JAS


For now, set the langstring ^AcceptBtn. Something better will be added very soon.


Ready. Get the latest version and see Readme.