Hi!
I'm making an installation package that calls other packages and I want to create a custom installer so that the user can choose what to install or not.
Here I'm showing the structure of my installer modules:
├───API
>>>> ├─── Setup.exe
├───Import
>>>> ├─── Setup.exe
├───Server
>>>> ├─── Setup.exe
├───FTR
>>>> ├─── Setup.exe
├───Admin
>>>> ├─── Setup.exe
└───Webservices
>>>> ├───DialogService
>>>>>>>> ├─── Setup.exe
>>>> ├───DocumentService
>>>>>>>> ├─── Setup.exe
I've tried to create features on the organization module of Advanced Installer but the Main feature allways appear in the custom installation. I haven't found a way to relate the custom installation with the setup.exe of each module of my installer. Does anyone can help?