3

I have installed my windows application that uses TeeChart ActiveX (a COM Component for charting) using ClickOnce.

If I register manually TeeChart using regsvr32 teechart8.ocx, my application works fine. But I want and I need to install the application using ClickOnce.

How can I do that?

Jonas
  • 1,365
  • 3
  • 21
  • 39

2 Answers2

5

ClickOnce can only copy files. So you have these options:

Community
  • 1
  • 1
Orion Edwards
  • 121,657
  • 64
  • 239
  • 328
4

Use Reg-Free COM. Check out this MSDN article

Jeff Hall
  • 1,694
  • 11
  • 7
  • 1
    The link is broken after many years of maintenance. If you could correct it that would be awesome. Still very useful. – kennyzx Jan 29 '19 at 13:24