Author: gedmurphy
Date: Wed Apr 29 16:09:40 2009
New Revision: 40731
URL: http://svn.reactos.org/svn/reactos?rev=40731&view=rev
Log:
- Add a temporary manifest to servman which contains support for comctl32 v6 and more importantly, support for UAC elevation in NT6+
This will be required for any app which needs to run with elevated privs. As we've previously stated, rbuild needs to generate the manifest hence this is only temporary. We therefore need a UAC tag adding to rbuild so the generated manifest can contain support for UAC elevation for any apps which require it. If anyone wishes to add this support to rbuild, feel free to do so.
Added:
trunk/reactos/base/applications/mscutils/servman/manifest.xml (with props)
Modified:
trunk/reactos/base/applications/mscutils/servman/servman.rc
Added: trunk/reactos/base/applications/mscutils/servman/manifest.xml
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils…
==============================================================================
--- trunk/reactos/base/applications/mscutils/servman/manifest.xml (added)
+++ trunk/reactos/base/applications/mscutils/servman/manifest.xml [iso-8859-1] Wed Apr 29 16:09:40 2009
@@ -1,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity type='win32'
+ name='Microsoft.Windows.Common-Controls'
+ version='6.0.0.0'
+ processorArchitecture='X86'
+ publicKeyToken='6595b64144ccf1df'
+ language='*' />
+ </dependentAssembly>
+ </dependency>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level='highestAvailable' uiAccess='false' />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>
Propchange: trunk/reactos/base/applications/mscutils/servman/manifest.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/base/applications/mscutils/servman/servman.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils…
==============================================================================
--- trunk/reactos/base/applications/mscutils/servman/servman.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/servman/servman.rc [iso-8859-1] Wed Apr 29 16:09:40 2009
@@ -8,6 +8,8 @@
#define REACTOS_STR_ORIGINAL_FILENAME "servman.exe\0"
#include <reactos/version.rc>
+1 24 DISCARDABLE "manifest.xml"
+
#include "rsrc.rc"