Installing a custom project template with Visual Studio Installer project

Posted by ulu on Stack Overflow See other posts from Stack Overflow or by ulu
Published on 2010-01-20T15:41:33Z Indexed on 2010/05/01 12:57 UTC
Read the original article Hit count: 172

Hi!

I've created a custom project template, and now I need to deploy it together with my product (i.e., it should be installed by the same msi I use for the main installation). I'm using a Visual Studio Installer project. One option is to use a custom action and manually copy a template file included in the installation. Another is to create a vsi file and use a custom action to install it after the main installation (how do I have it installed silently?) . Which one is better?

Thanks a lot

ulu

© Stack Overflow or respective owner

Related posts about templates

Related posts about visual-studio-2008