LoginSignup
6
6

More than 5 years have passed since last update.

dllやexeをマージするツールILMerge

Posted at

概要

EXEファイルと、その実行に必要な複数のDLLファイルを1つのEXEファイルにまとめることが可能です。ソフトの配布が楽になるでしょう。

ダウンロード

Microsoft Download Center内のILMergeダウンロード・ページ(英語)

使い方

例:MainApp.exe、ConponentA.dll、ComponentB.dllを、MergedApp.exeにまとめる。
C:\> ILMerge /out:MergedApp.exe MainApp.exe ComponentA.dll ComponentB.dll

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6