Hi,
We have visual studio templates which we install to user folder (Documents\Visual Studio 2013\Templates\...).
These template use custom dll as WizardExtension to customize generation process.
After installation, at first use, user is asked if he "Trusts" the template. Does anybody know if visual is using a registry to store user choice? And if yes where is it stored. We would like to make this template "trusted" by the setup.
Or the only way to stop the dialog is to install this template to directory where VS is installed?
Thanks in advance
Marek