Installshield Edition :We are using Installshield 2012 premier edition.
Issue Facing: Unable to register the DLL files to GAC (Global Assembly Cache) using Installshield 2012.
Installshield Implementaion :
Step 1 : created one component under a feature and kept the destination as [Global assembly Cache] folder.
Step 2 : In same component under "Advance Setting" have created a "New .Net Assembly" and provide the details along with the "Publictokenkey".
All our assemblies are Strongly Named.
Our aim is to place our assemblies into "C:\Windows\Microsoft.NET\assembly\GAC_MSIL" location for the registration of our binaries into GAC.
Kindly provide your suggestions regarding this.