]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC virtualization.
authorSteve Dower <steve.dower@microsoft.com>
Tue, 22 Sep 2015 21:33:31 +0000 (14:33 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 22 Sep 2015 21:33:31 +0000 (14:33 -0700)
Misc/NEWS
PC/python.manifest

index 350c3c2d2c76ceca44d92e5af07199a4c920ca85..882e310c53365c69be337130c87b8c246f99e7ce 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,9 @@ Build
 Windows
 -------
 
+- Issue #25213: Restores requestedExecutionLevel to manifest to disable
+  UAC virtualization.
+
 - Issue #25022: Removed very outdated PC/example_nt/ directory.
 
 What's New in Python 3.5.0 final?
index 3ac2630e272139d9cf646d9c7c1f9a54903ae44c..9b7b2f8e5156ff530d813572ed4bbadd4dde9fb5 100644 (file)
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+  <trustInfo>
+    <security>
+      <requestedPrivileges>
+        <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
+      </requestedPrivileges>
+    </security>
+  </trustInfo>
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
     <application> 
       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>