-1

I'm using ClickOnce install with visual studio for my C# console application. I need to install the application at a same path for all of my users, because of that the regular install path is not good for me. How can i change the installation path?

Tal Peretz
  • 515
  • 1
  • 5
  • 15

1 Answers1

2

This is not possible with ClickOnce. All applications are installed per user in the users application cache.

Marc
  • 3,905
  • 4
  • 21
  • 37