We have many projects using interop & related DLL. All projects have individual DLL reference with setup, but basically all of them use same DLL. So that's creates problem many times if any DLL register/unregister while installation/unistallation of setup.
Also, above approach can create problem if setup location changed or DLL reference location changed.
We need to place DLL at one location and all projects require to use DLL reference from that location to avoid register/unregister problem. But wondering about how actual reference located in .net for dependencies.
How can we do that? Any better solution or workaround for that?