Skip to content
⌘ NSIS Forum Archive

help change components text!

8 posts

billym#

help change components text!

How do I change the "Select components to install" and the "space required" text on the components page?
Joel#
In your language file... is one good way... or with
ComponentText ; See Manual:

ComponentText "Text 1" "text 2" "text 3"
Afrow UK#
ComponentText "" "Text 1:" "Text 2:$\r$\n$\r$\n$\r$\nClick Next to continue."

For the file size text, I don't know.

-Stu