From firsthand experience, it appears that ClickOnce only installs for the current user, and there is no option to install for all users. This is a problem because some users within the company need to use ClickOnce applications but do not have permissions to install applications (for security reasons).
So far, the only solution we have to this problem is to grant the user in question permission to install programs, let them install the ClickOnce program, and then revoke their privileges. It seems as if there should be a better solution for this problem.
Any suggestions?
Thanks.