Hi, I have a C# class library project for an automation add-in for which I have created a Visual Studio set-up project.
When I run the installer, I want the add-in to appear in the Excel automation add-in list (Tools-->Addins-->Automation Addin) so that I can directly include it in my Excel application.
How do I go about it?
I created a setup project following the link here http://dreamincode.net/forums/showtopic58021.htm, but the add-in does not appear in the Automation add-in list.
Am I missing something here?