phllp_w
6th June 2004 22:38 UTC
Two simple questions
I've just started with NSIS today.
I've tried editing an example .nsi, so far it's all going well accept certain things.
What variable do I use for adding files and folders into the installer?
How do I change the picture on the left of the welcome screen? What are it's dimensions?
What does this mean: Variable "MUI_TEXT" not referenced, wasting memory! ?
How do I change the text on the top frame of the directory selection page?
I'd appreciate any reply, thanks! ;)
Vytautas
7th June 2004 00:11 UTC
You should have a look at the NSIS and MUI readme/help files.
To include files you should use the File command.
The rest of the info for changing the appearance of the MUI can be found in the MUI readme file.
Vytautas
WarmAr
8th June 2004 07:39 UTC
I started with NSIS one month ago. All questions that it would be desirable to ask, it was resolved after attentive reading of the documentation, archive or after search on a forum. Result: I still have not posting any question in a forum.
phllp_w
9th June 2004 16:49 UTC
I had a look on some of the questions I had, but they didn't work so I thought I'd ask here.
I'll have a look in the manual again, thanks! ;)