I\'ve developed a simple installation package using WiX that installs an assembly called WBRT.Configuration
into the Global Assembly Cache (GAC). While the file ins
I followed the steps mentioned by @Mohsen , Remove the registry entry and uninstalled the DLL from GAC to resolve a conflict issue.
[HKLM\SOFTWARE\Classes\Installer\Assemblies\Global] and run gacutil /u dllname -And success. I do not know what is the side effect. It worked for me, then I ran
gacutil -u dllThatIWantedToRemove