Deploying App on one PC for multiple users w/ClickOnce

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have a Framework 2.0 application that needs to be deployed on a PC
with more than one user using ClickOnce. But it seems that once its deployed
for one user when the next user signs onto the PC the application is not
available to them, the app needs to be installed again. Is there not a way
to install the application once and every user that signs onto the PC have
access to the application...its a PC in a 24-7 customer service enviroment
where a new user uses the PC every 8 hours.

Thanks
 
Unfortunately, ClickOnce only supports per-user installation. Any deployed
files are stored in a Windows-managed folder under each user's profile
(similar to temporary Internet files that are downloaded).
 
Back
Top