vote up 1 vote down star
2

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?

flag

42% accept rate

2 Answers

vote up 3 vote down check

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

link|flag
vote up 2 vote down

Use Reg-Free COM. Check out this MSDN article

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.