Reputation: 4063
How to change the default directory for app installed with ClickOnce? I mean how to change it for example to "C:\Program Files\CompanyName\Applications\etc.."
Upvotes: 0
Views: 236
Reputation: 185703
You can't change the ClickOnce installation directory. If you want this level of control then an MSI (or other deployment technology) is a better fit for you.
Upvotes: 3