Reputation: 23798
I made an installer for project and 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?
Upvotes: 0
Views: 257
Reputation: 57823
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
Upvotes: 1