diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
commit | 534fea9b2d46ddbe51b3841f2ca6af2e468f5c00 (patch) | |
tree | 450c080d226f53cd1bfc8e100eacfdf84a45504e /Dbx_mmap_SA/Dbtool/dbtool.exe.manifest | |
parent | 331bd873e62c59d7e188eb7054c5abd46eeba15a (diff) |
Dbx_mmap_SA:
fixed options page showing
Dbtool:
fixed dbtool starting
fixed version info
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@237 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
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
|