diff options
Diffstat (limited to 'g10/gpgv.w32-manifest.in')
-rw-r--r-- | g10/gpgv.w32-manifest.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/gpgv.w32-manifest.in b/g10/gpgv.w32-manifest.in index b7a2120..5dd8408 100644 --- a/g10/gpgv.w32-manifest.in +++ b/g10/gpgv.w32-manifest.in @@ -15,4 +15,11 @@ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista --> </application> </compatibility> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker"/> + </requestedPrivileges> + </security> +</trustInfo> </assembly> |