ClieckOnce Deployment - based on user?

  • Thread starter Thread starter R
  • Start date Start date
R

R

Hi

Is it possible to set the clickonce to deploy to certain users only?

For example - deploy the application based on user id's?

Thanks
 
Usually ClickOnce installation is launched from a cd or a url. Either
way, it installs only for the current user. I'm not sure of any way
to deploy a ClickOnce application to all users for a computer.
 
Hi

Is it possible to set the clickonce to deploy to certain users only?

For example - deploy the application based on user id's?

Thanks

Click-Once isn't really "deployment" since it is a pull technology, not a
push to the user's machine.

In order to restrict who can install the app, you could set up
authentication on the URL that you point the users to for the install.

Brad
 
Back
Top