Hi everyone,
In my MSI project, I have several optional features (like Core, PluginA, PluginB). What I want is:
If the user selects PluginA, only the related files and a registry entry should be installed.
If the user selects Plugin B, then its files and registry entries should be applied.
If none of the optional plugins are selected, only the core files should be installed.
I’m trying to figure out the best way in Advanced Installer to conditionally install both files and registry values based on the feature selection at install time.
Should I rely on Component conditions, or is there a more direct way to tie registry entries and files to specific features?
Any guidance or best practices would be really appreciated.
Thanks!