In my last post I described how to create extensions to ArcGis products.

After we've finished developing to tools and commands we want to deploy them to our clients.
In the development computer, the tools are registered to ArcMap when we compile the project. Now we want our clients to have access to the tools.

How do you do this?

There's a simple checklist of things you need to do in this ESRI article.
Follow it and you will create a msi which you can deploy to your clients.

Have fun