visual studio 2010 - How to include dependencies in Setup and Deployment Project? -


i have solution consists of 3 projects. i've created deployment project including dependencies 1 of projects in solution.

what i've done far in setup , deployment project, right-clicked "application folder" add --> project output. next selected main project dropdown , selected "primary output". clicked ok , project's dependencies included in deployment.

i tried repeat same process other dlls in solution, didn't include dependencies.

how include dependencies each project?

please note dependencies detected visual studio setup project more suggestions. shouldn't put trust in them since false positives common.

for professional installer should determine correct dependencies , add them in project in appropriate form. example, of dependencies may part of runtime or framework can added prerequisite installer.

if can't figure out dependencies application has, can try using dependency walker.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -