Access denied while reading / writing to the FIles program
4 answers
ClickOnce supports installing any number of executables, although you may need to manually include them in your manifest definitions.
To be correct and work well under User Access Restrictions (LUA) and User Access Control (UAC), your application should not be written to the program files folder at all, except during installation. If you must, you must include a manifest file that indicates that your application requires elevated privileges to run. (If you're on Vista, you can also set Compatibility Mode.)
0
source to share