I am having an exe generated by a c sharp program. when i run the exe, i want an UAC prompt to appear with an option to run the exe as administrator. I have seen examples of run
in visual studio, add an "Application Manifest File" (if you don't have one),
then add in it, to request administrator privileges when running the application.