tsasioglu / Total-Uninstaller

Windows software uninstaller
280 stars 27 forks source link

Application must request Admin permissions explicitly #3

Closed konste closed 9 years ago

konste commented 9 years ago

In case it is accidentaly run as non-administrator - it crashes without showing any message, leaving users in deep confusion.

You'll want to add the manifest and embed it in the program. Project + Add New Item, select "Application Manifest File". Change the element to:

The user gets the UAC prompt when they start the program.

Kostya

tsasioglu commented 9 years ago

Done, thanks. Although it's still unsigned so shows an extra warning unfortunately.