开发者

ClickOnce Deployment in restricted environment

开发者 https://www.devze.com 2022-12-22 03:37 出处:网络
I\'m deploying a .Net 2.0 application using ClickOnce. The production intranet environment of my company will soo开发者_StackOverflown only allow the execution of signed ActiveX components. My app is

I'm deploying a .Net 2.0 application using ClickOnce. The production intranet environment of my company will soo开发者_StackOverflown only allow the execution of signed ActiveX components. My app is signed, but I don't know if when this resctriction is active the browser will forbid the deployment of my app, because it is not an ActiveX.

Has anybody this same problem?

Thank you very much.


ClickOnce does not require administrative privileges to install the application, it installs it under the user's profile. Also, it is not installed by the browser, it's more like it uses it to open the deployment manifest which in turn causes the ClickOnce engine to run and install the appliaction. Can you try it and see if it works?

RobinDotNet

0

精彩评论

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

关注公众号