Reputation: 11
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
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