I have a .net application that I published as a click-once online only windows application. When I published the app a folder was created on the target machine as expected.
After the publish how does the user access the application? Do they execute the .application file inside the "application files" folder? Also what about the configuration file; it has a .deploy extention on it. Do I need to move these files somewhere?
I currently copy the .EXE and .config files from the bin\release folder of the project to a central folder where I want all applications to run from, but I am not sure that is the best way of doing things.
Thanks in advance.