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.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论