开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜