I am interested in knowing on what directory my applications install when using clickonce. On setup projects in previous VB versions your apps were installed on a directory with the name of your organization but I think that has changed, because I am not able to locate the directory where the applications reside once installed. Any help I could get will be greatly appreciated.

Application deployment directory in VBasic Express
silvio sinnone
Hi,
The application installs under
%USERPROFILE%\Local Settings\Apps
The actual subdir under which the app installs is obfuscated.
If you are a full trust app you can get the exact path by using Environment.CurrentDirectory form the application.
Thanks,
Sameer
Lin Liu Jian
OK, that didi it. Thank you very much.