windows installer - How to create .msi setup package for Visual Studio 2008 Add-in? -


i've created add-in visual studio 2008. thing remaining create setup package others can install , use add-in.

how can in visual studio?

i tried creating simple setup package, inserting files add-ins folder in user's documents folder, , worked expected, except add-in didn't show in visual studio.

i've found guide creating msi setup package visual studio add-ins. it's located here: http://www.codeproject.com/kb/install/addincustomaction.aspx


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -