I've seen some similar questions asked here, but they don't seem to answer my specific question. Visual Studio 2020 - Setup project. My setup project currently installs files to the destination folder, we'll call it Dir.AI. All my setup's output goes there. This works fine. But I would also like my setup program to install the exact same files to Dir.LS, and Dir.TC. I.e., Setup should install all files to all three of:
\Dir.AI
\Dir.LS
\Dir.TC
I would prefer to keep this to a single install package (setup.exe and setup.msi). Is this supported?