Skip to content
⌘ NSIS Forum Archive

MUI_LICENSEPAGE_CHECKBOX does not work

10 posts

Brummelchen#

MUI_LICENSEPAGE_CHECKBOX does not work

nsis_12_Jan_2004_08_44

does not work - no checkbox

any hints?
pengyou#
It works OK on my Win98SE system (I unzipped the 12 Jan 2004 (08:44 GMT) snapshot on top of my RC2 installation).

Are you updating an old script - there have been a lot of changes to MUI recently, so you may have to change your script to get it to work properly
Brummelchen#
@pengyou

>> Are you updating an old script

yes indeed. i have to update some of my scripts to some of the latest cvs.

@Joost - i will try it.. stand by
Brummelchen#
hmm, again failed

[before]
;Modern UI Configuration

!insertmacro MUI_PAGE_WELCOME

Page license "" "showLicense" "leaveLicense"
Page license "" "showLicense1" "leaveLicense"

Page custom insertpath

!insertmacro MUI_PAGE_COMPONENTS
!define MUI_COMPONENTSPAGE_SMALLDESC

!insertmacro MUI_PAGE_INSTFILES

!insertmacro MUI_PAGE_FINISH
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\Becky!_PlugIns.txt"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED

!define MUI_ABORTWARNING

!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
[after]

;Modern UI Configuration
!define MUI_COMPONENTSPAGE_SMALLDESC

!insertmacro MUI_PAGE_WELCOME

Page license "" "showLicense" "leaveLicense"
Page license "" "showLicense1" "leaveLicense"

Page custom insertpath

!insertmacro MUI_PAGE_COMPONENTS

!insertmacro MUI_PAGE_INSTFILES

!insertmacro MUI_PAGE_FINISH
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\Becky!_PlugIns.txt"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED

!define MUI_ABORTWARNING

!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
Joost Verburg#
The components description box works fine for me, I get the expected behavior (small description box on the bottom of the page).

The defines like MUI_FINISHPAGE_SHOWREADME should be set BEFORE the page macro.
Joost Verburg#
Use Modern UI macros for the other pages too. The Modern UI Readme contains information about custom functions.
Brummelchen#
i am sorry i posted the wrong thread - damn little stupid

and now it does like before. thx

(i am tired for today and mixed my topics 🙁 )