Author: mturk
Date: Tue Dec  4 14:07:16 2012
New Revision: 1416946

URL: http://svn.apache.org/viewvc?rev=1416946&view=rev
Log:
DAEMON-269 Add support for UAC for prunmgr.exe

Modified:
    
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest

Modified: 
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest?rev=1416946&r1=1416945&r2=1416946&view=diff
==============================================================================
--- 
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest
 (original)
+++ 
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest
 Tue Dec  4 14:07:16 2012
@@ -23,4 +23,12 @@
 <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" 
version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" 
language="*" />
 </dependentAssembly>
 </dependency>
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+<security>
+<!-- Windows UAC support -->
+<requestedPrivileges>
+<requestedExecutionLevel level="requireAdministrator" 
uiAccess="false"></requestedExecutionLevel>
+</requestedPrivileges>
+</security>
+</trustInfo>
 </assembly>


Reply via email to