The UACRequestedPrivilegesLevel parameter specifies privileges for programs requiring User Account Control (UAC) information. This parameter affects users working on Windows Vista or later operating system versions.
You can use the following values to specify privileges:
-
asInvokerThis value uses the profile in Vista.
-
requireAdministrator -
highestAvailableThis value uses the highest available privilege that can avoid the UAC prompt.
If you do not specify privileges, Omnissa ThinApp does not assign a default value but operates according to the asInvoker setting.
Specifying Administrator Privileges for an Application
You can modify the UACRequestedPrivilegesLevel parameter to specify administrator privileges for an application.
[BuildOptions]
UACRequestedPrivilegesLevel=requireAdministrator
Was this page helpful?