XML Manifest

You have trouble using InstallForge? Then this is the right place for you.
Post Reply
BetaGuru
Posts: 1
Joined: Thu Oct 03, 2019 11:30 pm

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" />
Post Reply