'Installed file differences : Setup Project of Visual studio vs Installshield

My solution(.net frame work 4.6) composed of one main project with 3 reference projects(class library). If I run setup file created by Installshied which finally install main.exe with 3 dlls and sytem.value.tuple. However, setup file created by visual studio setup project, it install lots of dlls in application folder. I set .net 4.6 launch condition both software.

Visual studio looks installed all the .net assemblies I used. What's wrong with visual studio or what I missing?

Update: I gave up.... But adding main.exe file instead of primary output of project. That's my current solution



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source