0

以下のリンクに従って、ツールバー ボタンに必要な .reg ファイルを作成しました http://msdn.microsoft.com/en-us/library/bb735854%28VS.85%29.aspx

ワンクリック インストールに使用できる実行可能ファイルに .reg ファイルとアイコン ファイルをバンドルしたいと考えています。

そのようなものを構築するための最良の方法は何ですか?

4

1 に答える 1

0

InfTool is the closest that comes to mind. It allows you to bundle an .inf file and related files into single executable. You would have to rewrite the .reg file into .inf "script" though.

Update: There's a tool to convert the .reg file into .inf, you just have to add the files section then and run InfTool on it.

于 2009-09-01T20:51:55.847 に答える