Author: dreimer Date: Mon Sep 16 23:31:38 2013 New Revision: 60178
URL: http://svn.reactos.org/svn/reactos?rev=60178&view=rev Log: Manifests for CPL files and Shell Extensions. Hello my dear ISOLATIONAWARE_MANIFEST_RESOURCE_ID.
Added: trunk/reactos/base/applications/regedit/clb/manifest.xml (with props) trunk/reactos/dll/cpl/access/manifest.xml (with props) trunk/reactos/dll/cpl/appwiz/manifest.xml (with props) trunk/reactos/dll/cpl/console/manifest.xml (with props) trunk/reactos/dll/cpl/desk/manifest.xml (with props) trunk/reactos/dll/cpl/hdwwiz/manifest.xml (with props) trunk/reactos/dll/cpl/inetcpl/manifest.xml (with props) trunk/reactos/dll/cpl/input/manifest.xml (with props) trunk/reactos/dll/cpl/intl/manifest.xml (with props) trunk/reactos/dll/cpl/joy/manifest.xml (with props) trunk/reactos/dll/cpl/liccpa/manifest.xml (with props) trunk/reactos/dll/cpl/main/manifest.xml (with props) trunk/reactos/dll/cpl/mmsys/manifest.xml (with props) trunk/reactos/dll/cpl/powercfg/manifest.xml (with props) trunk/reactos/dll/cpl/sysdm/manifest.xml (with props) trunk/reactos/dll/cpl/timedate/manifest.xml (with props) trunk/reactos/dll/cpl/usrmgr/manifest.xml (with props) trunk/reactos/dll/cpl/wined3dcfg/manifest.xml (with props) trunk/reactos/dll/shellext/deskadp/manifest.xml (with props) trunk/reactos/dll/shellext/deskmon/manifest.xml (with props) trunk/reactos/dll/shellext/slayer/manifest.xml (with props) Modified: trunk/reactos/base/applications/regedit/clb/clb.rc trunk/reactos/dll/cpl/access/access.rc trunk/reactos/dll/cpl/appwiz/appwiz.rc trunk/reactos/dll/cpl/console/console.rc trunk/reactos/dll/cpl/desk/desk.rc trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc trunk/reactos/dll/cpl/inetcpl/inetcpl.rc trunk/reactos/dll/cpl/input/input.rc trunk/reactos/dll/cpl/intl/intl.rc trunk/reactos/dll/cpl/joy/joy.rc trunk/reactos/dll/cpl/liccpa/liccpa.rc trunk/reactos/dll/cpl/main/main.rc trunk/reactos/dll/cpl/mmsys/mmsys.rc trunk/reactos/dll/cpl/powercfg/powercfg.rc trunk/reactos/dll/cpl/sysdm/sysdm.rc trunk/reactos/dll/cpl/timedate/timedate.rc trunk/reactos/dll/cpl/usrmgr/usrmgr.rc trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc trunk/reactos/dll/shellext/deskadp/deskadp.rc trunk/reactos/dll/shellext/deskmon/deskmon.rc trunk/reactos/dll/shellext/slayer/slayer.rc
Modified: trunk/reactos/base/applications/regedit/clb/clb.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/c... ============================================================================== --- trunk/reactos/base/applications/regedit/clb/clb.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/clb/clb.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -7,5 +7,6 @@ #define REACTOS_STR_ORIGINAL_FILENAME "clb.dll\0" #include <reactos/version.rc>
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc" -
Added: trunk/reactos/base/applications/regedit/clb/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/c... ============================================================================== --- trunk/reactos/base/applications/regedit/clb/manifest.xml (added) +++ trunk/reactos/base/applications/regedit/clb/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/base/applications/regedit/clb/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/access/access.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/access.rc?re... ============================================================================== --- trunk/reactos/dll/cpl/access/access.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/access/access.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -14,4 +14,6 @@
IDI_CPLACCESS ICON "resources/applet.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/access/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/access/manifest.xml (added) +++ trunk/reactos/dll/cpl/access/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/access/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/appwiz/appwiz.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/appwiz.rc?re... ============================================================================== --- trunk/reactos/dll/cpl/appwiz/appwiz.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/appwiz/appwiz.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -21,4 +21,6 @@
IDB_WATERMARK BITMAP "resources/watermark.bmp"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/appwiz/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/appwiz/manifest.xml (added) +++ trunk/reactos/dll/cpl/appwiz/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/appwiz/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/console/console.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/console/console.rc?... ============================================================================== --- trunk/reactos/dll/cpl/console/console.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/console/console.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -19,4 +19,6 @@
IDC_CPLICON ICON DISCARDABLE "res/terminal.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/console/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/console/manifest.xm... ============================================================================== --- trunk/reactos/dll/cpl/console/manifest.xml (added) +++ trunk/reactos/dll/cpl/console/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/console/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/desk/desk.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/desk.rc?rev=60... ============================================================================== --- trunk/reactos/dll/cpl/desk/desk.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/desk/desk.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -20,4 +20,6 @@ IDB_SPECTRUM_8 BITMAP "resources/spectrum_8.bmp" IDB_SPECTRUM_16 BITMAP "resources/spectrum_16.bmp"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/desk/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/desk/manifest.xml (added) +++ trunk/reactos/dll/cpl/desk/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/desk/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc?re... ============================================================================== --- trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -20,4 +20,6 @@ IDB_WATERMARK BITMAP "resources/watermark.bmp" IDB_HEADER BITMAP "resources/header.bmp"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/hdwwiz/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/hdwwiz/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/hdwwiz/manifest.xml (added) +++ trunk/reactos/dll/cpl/hdwwiz/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/hdwwiz/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/inetcpl/inetcpl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/inetcpl/inetcpl.rc?... ============================================================================== --- trunk/reactos/dll/cpl/inetcpl/inetcpl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/inetcpl/inetcpl.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -20,6 +20,8 @@ */
#include "inetcpl.h" + +ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
#ifdef LANGUAGE_DE_DE #include "lang/de-DE.rc"
Added: trunk/reactos/dll/cpl/inetcpl/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/inetcpl/manifest.xm... ============================================================================== --- trunk/reactos/dll/cpl/inetcpl/manifest.xml (added) +++ trunk/reactos/dll/cpl/inetcpl/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/inetcpl/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/input/input.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/input/input.rc?rev=... ============================================================================== --- trunk/reactos/dll/cpl/input/input.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/input/input.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -14,4 +14,6 @@
IDI_KEY_SHORT_ICO ICON "resources/keyboard-shortcuts.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/input/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/input/manifest.xml?... ============================================================================== --- trunk/reactos/dll/cpl/input/manifest.xml (added) +++ trunk/reactos/dll/cpl/input/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/input/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/intl/intl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.rc?rev=60... ============================================================================== --- trunk/reactos/dll/cpl/intl/intl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/intl/intl.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -12,4 +12,6 @@
IDC_CPLICON ICON "resources/applet.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/intl/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/intl/manifest.xml (added) +++ trunk/reactos/dll/cpl/intl/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/intl/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/joy/joy.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/joy/joy.rc?rev=6017... ============================================================================== --- trunk/reactos/dll/cpl/joy/joy.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/joy/joy.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -13,4 +13,6 @@
IDI_CPLSYSTEM ICON "resources/applet.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/joy/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/joy/manifest.xml?re... ============================================================================== --- trunk/reactos/dll/cpl/joy/manifest.xml (added) +++ trunk/reactos/dll/cpl/joy/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/joy/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/liccpa/liccpa.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/liccpa/liccpa.rc?re... ============================================================================== --- trunk/reactos/dll/cpl/liccpa/liccpa.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/liccpa/liccpa.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -12,4 +12,6 @@
IDC_CPLICON_1 ICON "resources/cpl_icon1.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/liccpa/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/liccpa/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/liccpa/manifest.xml (added) +++ trunk/reactos/dll/cpl/liccpa/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/liccpa/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/main/main.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/main.rc?rev=60... ============================================================================== --- trunk/reactos/dll/cpl/main/main.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/main/main.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -29,4 +29,6 @@ IDI_REPEAT_DELAY ICON "resources/repeat_delay.ico" IDI_LOOK_KEY ICON "resources/look_key.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/main/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/main/manifest.xml (added) +++ trunk/reactos/dll/cpl/main/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/main/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Added: trunk/reactos/dll/cpl/mmsys/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/mmsys/manifest.xml?... ============================================================================== --- trunk/reactos/dll/cpl/mmsys/manifest.xml (added) +++ trunk/reactos/dll/cpl/mmsys/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/mmsys/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/mmsys/mmsys.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/mmsys/mmsys.rc?rev=... ============================================================================== --- trunk/reactos/dll/cpl/mmsys/mmsys.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/mmsys/mmsys.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -61,4 +61,6 @@ /* Bitmaps */ IDB_SPEAKIMG BITMAP "resources/speaker.bmp"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/powercfg/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/manifest.x... ============================================================================== --- trunk/reactos/dll/cpl/powercfg/manifest.xml (added) +++ trunk/reactos/dll/cpl/powercfg/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/powercfg/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/powercfg/powercfg.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/powercfg.r... ============================================================================== --- trunk/reactos/dll/cpl/powercfg/powercfg.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/powercfg/powercfg.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -18,4 +18,6 @@ IDI_SCREEN ICON "resources/screen.ico" IDI_HIBERNATE ICON "resources/hibernate.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/sysdm/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/manifest.xml?... ============================================================================== --- trunk/reactos/dll/cpl/sysdm/manifest.xml (added) +++ trunk/reactos/dll/cpl/sysdm/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/sysdm/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/sysdm/sysdm.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/sysdm.rc?rev=... ============================================================================== --- trunk/reactos/dll/cpl/sysdm/sysdm.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/sysdm/sysdm.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -22,4 +22,6 @@
RC_LICENSE RTDATA "resources/gpl.txt"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/timedate/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/manifest.x... ============================================================================== --- trunk/reactos/dll/cpl/timedate/manifest.xml (added) +++ trunk/reactos/dll/cpl/timedate/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/timedate/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/timedate/timedate.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/timedate.r... ============================================================================== --- trunk/reactos/dll/cpl/timedate/timedate.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/timedate/timedate.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -15,4 +15,6 @@ IDC_CPLICON ICON "resources/applet.ico" IDC_WORLD BITMAP "resources/world.bmp"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/usrmgr/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/manifest.xml (added) +++ trunk/reactos/dll/cpl/usrmgr/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/usrmgr/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/usrmgr/usrmgr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/usrmgr.rc?re... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/usrmgr.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/usrmgr/usrmgr.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -19,4 +19,6 @@ IDI_LOCKED_USER ICON "resources/locked.ico" IDI_GROUP ICON "resources/group.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/cpl/wined3dcfg/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/manifest... ============================================================================== --- trunk/reactos/dll/cpl/wined3dcfg/manifest.xml (added) +++ trunk/reactos/dll/cpl/wined3dcfg/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/cpl/wined3dcfg/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/wined3dc... ============================================================================== --- trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -14,4 +14,6 @@ /* Icons */ IDI_CPLICON ICON "resources/wined3dcfg.ico"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Modified: trunk/reactos/dll/shellext/deskadp/deskadp.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskadp/deskad... ============================================================================== --- trunk/reactos/dll/shellext/deskadp/deskadp.rc [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/deskadp/deskadp.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -9,4 +9,6 @@ #define REACTOS_STR_ORIGINAL_FILENAME "deskadp.dll\0" #include <reactos/version.rc>
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/shellext/deskadp/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskadp/manife... ============================================================================== --- trunk/reactos/dll/shellext/deskadp/manifest.xml (added) +++ trunk/reactos/dll/shellext/deskadp/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/shellext/deskadp/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/shellext/deskmon/deskmon.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskmon/deskmo... ============================================================================== --- trunk/reactos/dll/shellext/deskmon/deskmon.rc [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/deskmon/deskmon.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -9,4 +9,6 @@ #define REACTOS_STR_ORIGINAL_FILENAME "deskmon.dll\0" #include <reactos/version.rc>
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"
Added: trunk/reactos/dll/shellext/deskmon/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskmon/manife... ============================================================================== --- trunk/reactos/dll/shellext/deskmon/manifest.xml (added) +++ trunk/reactos/dll/shellext/deskmon/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/shellext/deskmon/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Added: trunk/reactos/dll/shellext/slayer/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/slayer/manifes... ============================================================================== --- trunk/reactos/dll/shellext/slayer/manifest.xml (added) +++ trunk/reactos/dll/shellext/slayer/manifest.xml [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -0,0 +1,25 @@ +<?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" + publicKeyToken="6595b64144ccf1df" + processorArchitecture="*" + language="*" + /> + </dependentAssembly> +</dependency> +<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel + level="asInvoker" + uiAccess="false" + /> + </requestedPrivileges> + </security> +</trustInfo> +</assembly>
Propchange: trunk/reactos/dll/shellext/slayer/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/shellext/slayer/slayer.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/slayer/slayer.... ============================================================================== --- trunk/reactos/dll/shellext/slayer/slayer.rc [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/slayer/slayer.rc [iso-8859-1] Mon Sep 16 23:31:38 2013 @@ -9,4 +9,6 @@ #define REACTOS_STR_ORIGINAL_FILENAME "slayer.dll\0" #include <reactos/version.rc>
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + #include "rsrc.rc"