Archive: Is this possible?


Is this possible?
I have tried some samples, but I can't determine what I need to w/o spending a very long time.

Can I do the following with NSIS (if so I'll take the time to figure out how):


- sorta, as far as I know the
number of components [sections] is
determined at compile time, but
you can create several hidden ones
and then dynamically hide/unhide
them and set/get their text.

- the .rtf thing might be possible,
depends on where you want to
display it

- this is possible currently, but
makes use of undocumented? aspect
that may break or can be done
using purely documented but
potentially lots of boilerplate
code -- see one section example

see SectionSetFlags, SectionSetText
and their Get equivalents; there
are also some standard macros to
help determining if a section is
selected or not