Archive: How to customize text


How to customize text
Hey can any one help me , I am making setup using NSIS . I am attaching files here, in the first image it is showing Enter the serial code by this point it is fine but when i entered the code and press the next button to go on next page i.e Installation page but there is also written Enter the serials code, i did not need this (Enter the serials code) on the installation page .Why it is coming and How to remove that (Enter the serials code) from the installation page..i am using "Page custom SerialPageShow"


you can change the header by using this code:

!insertmacro MUI_HEADER_TEXT "Header" "Enter your caption here."

Add this in the next page after the serial number page.


But the next page should be setting the text back (those texts are set by MUI). Please post your script or one that reproduces this problem.

Stu