开发者

How to distribute required *.dll files with your application?

开发者 https://www.devze.com 2023-03-02 00:36 出处:网络
How to distribute required *.dll files with your application ? I want to include System.Data.开发者_Python百科SQLite.DLL file To add an assembly to your setup project:

How to distribute required *.dll files with your application ?

I want to include System.Data.开发者_Python百科SQLite.DLL file


To add an assembly to your setup project:

  1. In the File System View of your Setup Project, click on Application Folder.
  2. Right click in the right pane and choose Add>>Assembly.
  3. Navigate to your System.Data.SQLite.dll and click OK.

System.Data.SQLite.dll should now be part of your project and install when you run it.

0

精彩评论

暂无评论...
验证码 换一张
取 消