-
Change DLL of directory
Hi,
I just finished my programme but there are a bunch a DLL linked with it, as I suppose there is no way to incluse them into the exec file, is there a way to put them in a DLL directory by exemple ? instead of all with the Exe file in the same dir.
Thanks you
-
You mean to install these dll in the GAC (Global Assembly Cache) ?
-
I donno really what you mean, but if I could at least have a DLL directory in the directory of my application to put them cause there you have by exemple c:\DVDTeck\ and inside this you have dvdteck.exe and a lot a .dll. Is there at least a way to put DLL into c:\DVDTeck\DLL\
-
Yes, it's possible . You can add a folder (in the setup project you're creating) and name it Dlls or anything you like . Then add your dll files into it .Specify the target (inside application folder) .