Skip to content
⌘ NSIS Forum Archive

Sections/components at run-time rather than at compile time?

3 posts

madsvlad#

Sections/components at run-time rather than at compile time?

I want to determine a set of components when the uninstaller is run based on information stored in the registry (by the installer). Sections are compile time, is there a way to accomplish this at runtime?

I was thinking about was creating a custom dialog that looks like a components page, but would be filled in using callbacks. I don't see a tree control available in nsDialogs, though?

Thanks!
Joel#
A quick search in the forums will tell that there are many ways to accomplish that.

But, did you try InstallOptionSEX 😉
madsvlad#
Originally posted by Joel
A quick search in the forums will tell that there are many ways to accomplish that.

But, did you try InstallOptionSEX 😉
I also found EmbeddedLists. I will give them both a look. Thanks for the pointer.