开发者

DLL on system32 folder on of winforms software

I've developed a C# windows forms program, and I'm using the Install Shield delivered with the visual studio to make开发者_Python百科 the installation process. The software generate many dependencies (dlls) in the release folder. What I want to do is:

I want to install some of these dependencies in the system32 or some windows dlls folder instead of letting it all in the installation folder.

I'm a little newbie with the IS and I'm not figuring out how to do this.


Don't do it - especially if you are writing a managed program. The .net dependency loader will take care of this for you, there is no problem with having your dlls in the application's directory.

However, if they have a strong name (ie. libraries from third party developers, who signed their work with a key) they can be installed in the GAC.

This will prevent the system directories from getting cluttered with dlls, possibly overwriting existing ones, thus breaking other programs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜