yeeen
yeeen

Reputation: 4945

How do I create an installer for Visual Studio 2008 addin?

I have done an addin (in C#) for visual studio, (almost) ready to deploy it. But I don't know how to do an installer for that.

I saw the link here but I don't know where to go from there...

This seemed to be useful, but I don't understand where to start, put which code snippet where...

Can someone guide me from the basics? Can't find the resources online I want :(

Upvotes: 3

Views: 552

Answers (1)

James Campbell
James Campbell

Reputation: 5087

Hope this helps, led me down the right path.

This is a real in depth from concept to implementation:

http://www.codeproject.com/KB/macros/LineCounterAddin.aspx

Found this also interesting:

http://social.msdn.microsoft.com/Forums/en/vsx/thread/cb5958f4-b503-456b-af24-ebfdde8ec6ad

http://www.mztools.com/articles/2008/MZ2008011.aspx

Wix is a great tool to deploy:

http://wix.sourceforge.net/votive.html

Any questions let me know.

Upvotes: 1

Related Questions