I am publishing my application using the Click Once deployment method included with the VC# Visual Studio Express Edition.
How do I get the Click Once deployment method to allow me to include my Help.rtf file as part of the deployment package?
When I run the resulting SETUP.EXE, the application is being installed at \\Document and Setting\user….\Local Settings\Apps\2.0\BTH1K….\R0Q…..\.....\pgm.exe. Is there a way to change where the application gets installed? Since I am needing to include a Help.rtf file as part of my deployment package, I need to be able to control where the application is installed so that I can setup the proper path to access this help file.
Robert