Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After deploying via ClickOnce, where are the dlls stored on the client machine?

I read somewhere that config data is stored under user account->Local Settings->Application data, but can't find where the dlls, exes and resource files are going.

I know ClickOnce uses an application store and a data directory to store its application data, but are these accessible to the client? Are they browseable?

like image 840
burnside Avatar asked Feb 05 '09 10:02

burnside


2 Answers

The dlls exes etc are all stored in the same folder. On my machine the root for each app is:

C:\Users\Robin\AppData\Local\Apps...

You can of course browse these with explorer...

like image 153
Calanus Avatar answered Sep 24 '22 23:09

Calanus


On XP it is

c:\Documents and Settings\UserName(Sometimes called "Owner")\Local Settings\Apps\2.0\

like image 20
Jon Masters Avatar answered Sep 24 '22 23:09

Jon Masters