I am creating a software application that will be distributed in both free and paid versions. I would like to configure the installation process so that:
- When the paid version is selected, additional files and features are included.
- When the free version is selected, those files and features are completely ignored. Snow Road
Is it possible to set up Advanced Installer to only include the additional files for the paid version and completely ignore them for the free version? What steps should I take to ensure this works without causing installation errors?