What I want to achieve:
I have created a custom page right before ComponentSelectionPage. On this page the user have to provide a key for the installation. Depending on provided key the ComponentSelectionPage should provide only specific components for the installation. Other components should be hidden.
Is there a way how I can achieve that?
You can set components as virtual so they are ignored by installer. But I wonder if there is a way to still add virtual components for the installation. There is a method "addVirtualComponentToUninstall". But I didn't find the method to add virtual component to install.
Help please.