开发者

Make deployment ActiveX control with using ClickOnce for Web

开发者 https://www.devze.com 2023-01-30 22:30 出处:网络
I need to make deployment our ActiveX control(two .dll files) through Web with using ActiveX. I saw that deployment .NET application with using ClickOnce is very easy, just need in VS click Build->Pub

I need to make deployment our ActiveX control(two .dll files) through Web with using ActiveX. I saw that deployment .NET application with using ClickOnce is very easy, just need in VS click Build->Publish, but I can't find how开发者_运维百科 I can make it with ActiveX.

Thanks, Roman


That's not possible, the point of ClickOnce is to not alter the configuration of the target machine in any way. Quite the opposite of what is required to get an ActiveX component functioning, it has to be registered and that requires altering the registry with an admin account.

0

精彩评论

暂无评论...
验证码 换一张
取 消