中の技術日誌ブログ

C#とC++/CLIと
VBと.NETとWindowsで戯れる
 

目次

Blog 利用状況

ニュース

自己紹介

東京でソフトウェアエンジニアをやっています。
お仕事大募集中です。
記事執筆や、講師依頼とかでも何でもどうぞ(*^_^*)
似顔絵 MSMVPロゴ
MSMVP Visual C# Since 2004/04-2013/03

記事カテゴリ

書庫

日記カテゴリ

00-整理

01-MSMVP

ベースになるmanifestファイル

<?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のところをむやみに変えて管理者しか使えないアプリケーションは作らないように

投稿日時 : 2007年9月16日 22:36

コメントを追加

# re: ベースになるmanifestファイル 2007/09/17 0:33 IIJIMAS

どうもありがとうございます。勉強になります。

# It's a relief to find someone who can explain tignhs so well 2012/10/17 22:39 Burak

It's a relief to find someone who can explain tignhs so well

# Pleasnig you should think of something like that 2012/10/20 18:38 Mavi

Pleasnig you should think of something like that

# One or two to reemembr, that is. 2012/10/20 18:38 Dulce

One or two to reemembr, that is.

タイトル
名前
URL
コメント