I’ve written a Visual Studio 2010 Package (VSPackage) that is an improved version of the “Task List”. We plan to use this at the office for more or less day to day operations, it’s exceptionally easy to use since its persistent storage is the code where you write the tags.
So far so good.
Does anyone have a tutorial on how to produce an MSI package to deploy a VSPackage like this ?
MSDN works well in this case, read here and focus on “Deployment By Using a Setup Project”.