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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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