=> A popup opens with a Security Warning asking whether Trust or Do Not Trust the template file.
That’s because we install the templates in the user’s location: [User Documents]\Visual Studio 2013\Templates\*
It’s a lot easier and faster for now. The downside is that user templates need to be trusted the first time they are used.
We may move the templates to the system location for the release, but that requires the installer to run “devenv /installvstemplates” which is very slow since it re-caches all the templates in your system and the installer must find the location of devenv.exe.
Best,
Luca