Click once deployment restrict use to install on network folder

时间:2015-07-29 00:13:03

标签: c# .net visual-studio-2012 clickonce

I have deploy a click once application on to a network folder. This will also be the update path for click once application. Now every user can access this path and click the exe to install the click once.

I want to make a authentication "pop up login dialog" using windows credential. Example, user can click the exe, but it will prompt a login dialog, which need the IT department to login.

I am using VS 2012 express

How to achieve this implementation?

2 个答案:

答案 0 :(得分:0)

将安全性放在网络文件夹中。确保只有您要安装应用程序的用户才能访问该文件夹。

答案 1 :(得分:-2)

感谢。通过在网络文件夹上放置安全性来限制用户

相关问题