C # application manifest ignored / not working

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.

+5
source share
1 answer

After hours of searching, I found this .

In short: Application Manifest can be ignored on Windows 7 x64 when creating an x86 application.

x64, . .

+6

All Articles