From a484f4bf18de13b220549f033cff5b73a4f26965 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Wed, 29 Apr 2009 12:09:40 +0000 Subject: [PATCH] - 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. svn path=/trunk/; revision=40731 --- .../mscutils/servman/manifest.xml | 20 +++++++++++++++++++ .../applications/mscutils/servman/servman.rc | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 reactos/base/applications/mscutils/servman/manifest.xml diff --git a/reactos/base/applications/mscutils/servman/manifest.xml b/reactos/base/applications/mscutils/servman/manifest.xml new file mode 100644 index 00000000000..0330d8d6fa7 --- /dev/null +++ b/reactos/base/applications/mscutils/servman/manifest.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/reactos/base/applications/mscutils/servman/servman.rc b/reactos/base/applications/mscutils/servman/servman.rc index bec9460d541..d16fcc3a9f4 100644 --- a/reactos/base/applications/mscutils/servman/servman.rc +++ b/reactos/base/applications/mscutils/servman/servman.rc @@ -8,6 +8,8 @@ #define REACTOS_STR_ORIGINAL_FILENAME "servman.exe\0" #include +1 24 DISCARDABLE "manifest.xml" + #include "rsrc.rc"