Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Unwanted DLL


1 reply to this topic

Island28

Island28
  • Members
  • 10 posts

Posted 23 February 2005 - 16:34

I have an install inwhich I need to use a Dll's interop for my program to communicate with the main programs dll. I need only the interop to be moved over on the install, but for some reason I am also getting the dll copied over? My build report does list the dll in the dynamic link section with the component listed as _68392DC487F844E5A827061D7BC63419. What is adding the dll to the package???? I am using DevStudio 9

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 February 2005 - 08:37

If you use dynamic linking it will add all files from the specified folder to your setup. Use static linking to avoid this, or define an exclude in the dynamic link settings.