I am still somewhat new to Advanced Installer, but seem to be picking it up pretty quickly, however I am stumped at how to do this.
I have an application that needs to be installed in one location and data that needs to be installed in a different location (i.e. C:\AppLocation, C:\Data). I set up an installer package with multiple features (i.e. AppFeature, DataFeature) and when I click on Custom Install on my installer it gives me the ability to change the installation path of the application, but not the data feature.
If I click on Custom Install and select the Data Feature and change the path displayed, it changes the location of where the application is installed, not the data. It appears the Custom installation only allows one installation location for all features.
Is there a way to have different features installed in different locations (locations selected by the user for each feature, not hardcoded)?
Thank you for your assistance