<?xml version="1.0" encoding="utf-8"?>
<assembly
xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd"
manifestVersion="1.0"
xmlns:asmv1="urn:schemas-microsoft-com:asm.v1"
xmlns:asmv2="urn:schemas-microsoft-com:asm.v2"
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"
xmlns="urn:schemas-microsoft-com:asm.v1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<asmv3:trustInfo>
<asmv3:security>
<requestedPrivileges>
<requestedExecutionLevel level="asinvoker" uiAccess="false"/>
</requestedPrivileges>
</asmv3:security>
</asmv3:trustInfo>
<assemblyIdentity name="filename.exe" type="win32" version="1.0.0.0" processorArchitecture="x86" />
</assembly>
はい。サンプル
これのようにしておかないとXPでフリーズしたりするので要注意。
あと、asinvoikerのところをむやみに変えて管理者しか使えないアプリケーションは作らないように