Skip to content
⌘ NSIS Forum Archive

where can i change header text & Sub header text of my Custome page

2 posts

darshanaltekar#

where can i change header text & Sub header text of my Custome page

Can anyone tell me how can i change the header & subheader text of my custome paege i'm trying the following code but its not working
;program

Page custom after_repair after_repair_leave
...
...
...
function after_repair
!define MUI_PAGE_HEADER_TEXT "Ready to Repair the Program"
!define MUI_PAGE_HEADER_SUBTEXT "The wizard is begin installation"

functionend