|
|
#1 | |
|
Junior Member
Join Date: Aug 2004
Posts: 2
|
description texts
This is my first real work with NSIS. I'm trying to get the description text on the component installation page to appear. I've tried the sample code listed, but when I hover over the components, I don't get any text. Here's what I've put in:
Quote:
|
|
|
|
|
|
|
#2 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
It should be ${SEC01} instead of SEC01.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2004
Posts: 2
|
I'm still not getting it. Is there a certain place within the file that I should have these lines? Does that matter?
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
Those lines should be placed after the sections because the section define is only defined after the section line itself. If you still can't get it to work, attach a minimal version of your script so the exact problem can be pinpointed.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|