Use the ilmerge tool to merge EXE and DLL files in C # into a single file

Source: Internet
Author: User

 

Download the ilmerge Tool

Open the CMD console and enter the folder where ilmerge. EXE is located.

Here, you can combine several DLL files into a DLL file, or merge the DLL files into the EXE file.

1. Merge DLL

Combine the three DLL files appd1.dll, appd2.dll, and appd3.dll into appd. dll and save them to the root directory of the F disk.

Run the following command:

Ilmerge/ndebug/Target: dll/out: F: \ appd. dll/Log F: \ demoapp \ appd1.dll F: \ demoapp \ appd2.dll F: \ demoapp \ appd3.dll

2. Merge the DLL into the EXE file

Merge the app.exe, appd1.dll, appd2.dll, and appd3.dll files into appz.exe and save the files to the root directory of the F disk.

Run the following command:

Ilmerge/ndebug/Target: winexe/out: F: \ appz.exe/Log F: \ demoapp \ app.exe F: \ demoapp \ appd1.dll F: \ demoapp \ appd2.dll F: \ demoapp \ appd3.dll

Note: Put the EXE file first in the file list.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.