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
Post a Comment