How to Install a COM using ClickOnce

2019-03-31 14:54发布

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?

2条回答
兄弟一词,经得起流年.
2楼-- · 2019-03-31 15:05

Use Reg-Free COM. Check out this MSDN article

查看更多
仙女界的扛把子
3楼-- · 2019-03-31 15:10

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

查看更多
登录 后发表回答