iDev
iDev

Reputation: 478

change clickonce install path

I deployed a project via ClickOnce cause I like the update features, but after install on some systems its hard to find.

On windows Vista and Windows 7, you will find the ClickOnce cache here: c:\users\username\AppData\Local\Apps\2.0\obfuscatedfoldername\obfuscatedfoldername

On Windows XP, you will find it here: C:\Documents and Settings\username\LocalSettings\Apps\2.0\obfuscatedfoldername\obfuscatedfoldername

Is it possible to change the path of an application installed via ClickOnce? I've looked in the publish settings and don't see a way to change the default path. Am I missing something?

Upvotes: 0

Views: 380

Answers (1)

Anemoia
Anemoia

Reputation: 8116

No, that's beyond the scope of a ClickOnce install.

Why don't you distribute your updates through the ClickOnce system?

Upvotes: 1

Related Questions