When I tried to create my own custom application for customization in C #, I needed the requireAdministrator privilege.
I need the requireAministrator privilege to propagate the message "This program may not be installed correctly."
This is usually done by adding the following line to the application manifest, as described here .
But the problem has not been resolved.
source
share