When I install my .zip visual studio project template in %USERPROFILE%\Documents\Visual Studio 2012\Templates\ProjectTemplates , it works, but it is a user-specific directory.
Is there any way to install such a project for each user in the machine? Something like C: \ Program Files \ location, I mean. I tried several "template" directories in the VS path inside the Program Files, but none of them worked.
How to install a local .zip project template for Visual Studio?
source share