Jonathan Escobedo
Jonathan Escobedo

Reputation: 4063

Customized ClickOnce Installed App Directory

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

Answers (1)

Adam Robinson
Adam Robinson

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

Related Questions