Question

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?

Was it helpful?

Solution

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

OTHER TIPS

Use Reg-Free COM. Check out this MSDN article

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top