Hi Team,
I’ve been exploring how Advanced Installer integrates with Visual Studio solutions, and I’m particularly interested in how it handles installation paths for referenced projects.
When importing a solution (.sln file), I’ve noticed that all referenced projects default to installing in APPDIR. Is there a way to customize these paths—for example, to install Windows Services in APPDIR and a Website in WWWROOT?
I’d really appreciate any guidance or best practices you could share on managing this setup effectively.
Thanks in advance!