I've developed a C# windows forms program, and I'm using the Install Shield delivered with the visual studio to make 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.