Skip to content
⌘ NSIS Forum Archive

caption and $\n or $\r

3 posts

sanface#

caption and $\n or $\r

Hello,

Caption seems to not work with $\n $\r.
How can I do a multiline caption?

Also is it possible to add the link feature

e.g. I'd like to introduce in our distribution a caption like

product v. x.x
by <a href=http://www.sanface.com">SANFACE Software</a>

Fabrizio
petersa#
It sounds interesting, but I've never seen a standard window with more than one line, or a link. You won't get that sort of behaviour with NSIS, I think I can safely say.

Sorry! 😳
rainwater#
Re: caption and $\n or $\r

Originally posted by sanface

Caption seems to not work with $\n $\r.
How can I do a multiline caption?
It would have to be defined in the resource file as a multiline label for that to work. You could edit the source for that behavior.

Robert