Dear Advanced Installer Support Team,
We are facing with an issue that due to the size of our solutions and projects we have more and more NuGet packages that we are using. Those packages requires further packages as dependencies, it means we need to add even more files to our setup project. It´s getting a bit hard to maintain our .aip in terms of those dependencies, also the problem is that we might need different versions of the same DLL to be added. We don´t really like that our project is getting just bigger and bigger, the complexity also grows, and due to the file "duplications" (different versions of the same file) the .EXE file we generate is also getting bigger and bigger.
Do you have a suggestion how to properly handle NuGet packages within Advanced Installer? Is there a way that if we add a DLL, then somehow dependent DLLs are kind of recognized and automatically added to the .aip.
We are sure we are not the only ones who are using heavily NuGet packages and facing with this issue, so maybe you have some recommended scenario for us to handle our problems.
Best regards,
Zsolt Kollarits