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!
Sections/components at run-time rather than at compile time?
3 posts
A quick search in the forums will tell that there are many ways to accomplish that.
But, did you try InstallOptionSEX 😉
But, did you try InstallOptionSEX 😉
Originally posted by JoelI also found EmbeddedLists. I will give them both a look. Thanks for the pointer.
A quick search in the forums will tell that there are many ways to accomplish that.
But, did you try InstallOptionSEX 😉