Archive: Prerequisites?


Prerequisites?
Hello, I've been wondering. Is it possible to make it so that certain sections are required when others are checked? For example, I've divided the components up into sections. It doesn't require certain components. But some of the optional components depend on other optional components. I need NSIS to realize this and automatically check the other required section. Is this possible, at least in some form?

-Steven


It is possible. See Examples\makensis.nsi for a real example. Have a look at .onSelChange.