Page 1 of 1

XML Manifest

Posted: Sun Oct 06, 2019 4:57 pm
by BetaGuru
While testing it became apparent that changing "requireAdministrator" to "asInvoker" in the embedded xml manifest, as it makes a lot nicer looking install/uninstall without UAC popping up, as if Admin rights are needed that could easily be stated in several ways on the site inside the App itself etc that it needed to be ran as Admin to install correctly

ie

Code: Select all

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
to

Code: Select all

<requestedExecutionLevel level="asInvoker" uiAccess="false" />