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've developed a C# windows forms program, and