Deployment of Dependencies

  • Thread starter Thread starter Troy Murphy
  • Start date Start date
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
 
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.
 
Back
Top