Patrick Foley
Patrick Foley

Reputation: 11

Install for All Users with ClickOnce deployment

I am trying to create a deployment package that will install my vb 2013 application for all users of the client computer. How can I do this? Is there a manifest entry I can add or change?

Upvotes: 0

Views: 3788

Answers (1)

Oscar
Oscar

Reputation: 13960

Just set the "InstallAllUsers" property of your deployment project to true or false as needed.

https://msdn.microsoft.com/en-US/library/5f981xa1(v=vs.80).aspx

Upvotes: 1

Related Questions