I made an installer fro project/item templates in VS2010 to put the templates in the user's Templates
folder. Is this an OK way of doing things? Or is there a way to deploy templates for all users? If so - where should I put them? Thanks.
views:
27answers:
2
+1
A:
If all of the developers can access a common location, you can put your templates there and set the 'User project templates location' and 'User item templates location' properties in VS Options/Projects and Solutions/General
adrift
2010-10-13 17:11:56
No this is something intended for distribution.
Dmitri Nesteruk
2010-10-24 12:18:19
+1
A:
If you are targeting Visual Studio 2010 only, you should check out this post on the Visual Studio Blog that walks you through creating and installing templates via a VSIX file.
Aaron Marten
2010-10-13 23:10:10