I need my software to be able to run as administrator on Windows Vista (if someone runs it without administrative permissions, it will crash).
When launching other software, I've seen a prompt by the system like "this software will run as administrator. do you want to continue?" when the app was trying to acquire administrative privileges.
How do I request administrative privileges when running an c# app on Windows Vista?