[tuxdroid-svn] r5316 - software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-inst
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-08-31 12:06:59
|
Author: jerome Date: 2009-08-31 14:06:40 +0200 (Mon, 31 Aug 2009) New Revision: 5316 Added: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/SecondInstaller.exe.manifest Log: * Added manifest. Added: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/SecondInstaller.exe.manifest =================================================================== --- software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/SecondInstaller.exe.manifest (rev 0) +++ software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/SecondInstaller.exe.manifest 2009-08-31 12:06:40 UTC (rev 5316) @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity version="1.0.0.0" + processorArchitecture="msil" + name="SecondInstaller.exe" + type="win32"/> +<description>elevate execution level</description> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> + </requestedPrivileges> + </security> + </trustInfo> +</assembly> + |