PDA

View Full Version : Packaging Multiple DLLs Built by .NET



PodHunter
01-13-2020, 08:12 AM
My Viz Studio solution contains multiple projects. Viz Studio creates a DLL for each project. I would like to deliver a single DLL to my customer.
Does SetupBuilder provide a way to merge several .NET projects into one DLL for installation?

linder
01-13-2020, 03:08 PM
Hello,

I am afraid I don't understand. SetupBuilder creates a native setup.exe installation executable for your project(s). It installs your original files (e.g. .exes and .dlls) to the target machine. It does not "modify" your original files (e.g. your DLL) in any way.

SetupBuilder lets you package several DLLs (even with the same name) into the same setup.exe for installation, no problem.

Friedrich

PodHunter
01-15-2020, 02:22 AM
Thanks!