Deployment of Dependencies

T

Troy Murphy

How do I add componants to the installation package so they will be
installed with the installer?

I have some COM DLL's that have dependencies (late bound) and I wish to
include those dependencies in the deployment project. If I add them to the
project directly, .NET wants to build an interop around it which is not
necessary. I see a node for detected dependencies in the deployment
project, but no place to manually add files.

Thanks,
Troy
 
D

David Guyer [MS]

All you need to do is add the files to the File System Editor, in the
folder you want them to be installed to, usually the Application Folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top