|
|
#1 |
|
Member
Join Date: Aug 2002
Location: Pune, India
Posts: 73
|
How to change the License page title and sub-title
Hi, I wanted (and managed after some effort
) to change the title texts on the license page..."License Agreement" -- to --> "General Information" and the subtitle text "Please review..." -- to --> "Read the general information and enjoy !!!". I want to know if what I did is the right way to do it, or is there a better (correct ?) way of doing it ? This is what I did... in my script: --- code --- . . . !define MUI_TEXT_LICENSE_TITLE "General Information" !define MUI_TEXT_LICENSE_SUBTITLE "Read the general information and enjoy !!!" ;befor !insertmacro MUI_LANGUAGE "English" . . . --- code --- I did the following changes to the file "English.nsh" --- code --- . . . !ifndef MUI_TEXT_LICENSE_TITLE <-- my change !define MUI_TEXT_LICENSE_TITLE "License Agreement" !endif <-- my change !ifndef MUI_TEXT_LICENSE_SUBTITLE <-- my change !define MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)." !endif <-- my change . . . ---- code ---
|
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|