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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top