0

When clients install Click Once published program, it installs to clients' Appdata folder such as C:\Users\USERNAME\AppData\Local\Apps\{ID here}

In every update it creates new folder named by NEW id..

How do set destination folder static for every update

Emin Hasanov
  • 1,299
  • 1
  • 13
  • 29
  • I want to ask how to do when updating it should install to the same folder not to NEWID named folder. This is not duplicate question – Emin Hasanov Nov 19 '15 at 07:19

1 Answers1

0

As noted on this answer this is not possible with ClickOnce.

It is installed in the Application Cache and there is no way you can install it to some other folder directly by using ClickOnce.

Community
  • 1
  • 1
Jonnus
  • 2,988
  • 2
  • 24
  • 33