简体   繁体   中英

MUI_PAGE_HEADER_TEXT usage in nsis

Using MUI2.nsh. The MUI_PAGE_HEADER_TEXT definition is ignored:

!define MUI_PAGE_HEADER_TEXT "Page title"
!define MUI_WELCOMEPAGE_TEXT "Welcome to the installer. \
\
Begin by clicking Install \
Depending on computer you may need to be \
very patient. \
Watch the hard drive light!"

;-------------------------------------
;Pages
!insertmacro MUI_PAGE_WELCOME

The welcome page displays with "Name Setup" as the page title. What am I doing wrong?

The page header is not visible on the Welcome and Finish pages, you need to use MUI_WELCOMEPAGE_TITLE .

See the "Page settings > Welcome page settings" section in the MUI readme .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM