We have some excel formulas written in .NET and exposed to Excel via COM. The user who wants use our formulas have to:
- run some bat file that registers dll's into COM (using RegAsm)
- then in Excel (2010) select File|Options|Add-ins|Excel Add-ins|Automation|Select our server|GO|GO
We want to avoid the (2.) using some automatic setup. Does anybody have any idea how it can be accomplished?
Thanks in advance.