[vlc-devel] commit: Win32: add asInvoker to manifest (Geoffroy Couprie )
git version control
git at videolan.org
Tue Sep 8 13:11:51 CEST 2009
vlc | branch: 1.0-bugfix | Geoffroy Couprie <geal at videolan.org> | Tue Sep 8 13:01:12 2009 +0200| [2a59455a0d30e528850c350df829cc47c3ac6d8d] | committer: Geoffroy Couprie
Win32: add asInvoker to manifest
(cherry picked from commit 9fd1d79e55d339b1486ba2bb790395ec56da56ff)
Signed-off-by: Geoffroy Couprie <geal at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a59455a0d30e528850c350df829cc47c3ac6d8d
---
extras/package/win32/vlc.exe.manifest | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index 0b889df..3291111 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -7,6 +7,13 @@
type="win32"
/>
<description>see http://www.videolan.org/</description>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker" />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity
More information about the vlc-devel
mailing list