I’m new to creating installers using Visual Studio, and was wondering about the Global Assembly Cache folder. In the case where a other version of a dll (same version number) is already existing in Gac, will it override or ignore the old dll?
Is there any method to set this in the setup project?
This post seems to describe the same problem and possible workarounds.