ClickOnce and Sandbox?
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, My requirement is my Windows application should check periodically for latest updates on some network or web location and users can download only changed files. I found ClickOnce is helpful for this but also I am not sure that it is designed for only sandbox execution/only for current user context or once downloaded, the application can be used by any user on that machine. My application is going to be installed once on multiple machines on shared way so any user logs on should be able to run it. How can I achieve this task? Your ideas please. Thanks.