diff options
Diffstat (limited to 'Dbx_mmap_SA/Dbtool/dbtool.exe.manifest')
-rw-r--r-- | Dbx_mmap_SA/Dbtool/dbtool.exe.manifest | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Dbx_mmap_SA/Dbtool/dbtool.exe.manifest b/Dbx_mmap_SA/Dbtool/dbtool.exe.manifest index dd678ff..1b6aab6 100644 --- a/Dbx_mmap_SA/Dbtool/dbtool.exe.manifest +++ b/Dbx_mmap_SA/Dbtool/dbtool.exe.manifest @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!-- What's this??? It's for WinXP. See bug#466423 if you're interested -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
@@ -8,6 +7,15 @@ type="win32"
/>
<description>Miranda</description>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity
|