I am new to Installshield2015 and i need to Install the DLL into GAC and Register from the same location. I have tried several options by creating a custom action and also by creating a supporting file(batch file) and running it from cmd. I am able to Install it in the GlobalAssemblyCache but i cannot register it.
Can anyone please help me some inputs on how to install and register the DLL after installing into the location. I have read several formus but could not see much info on this.
Tried:
- Creted a GlobalAssemblycache folder in IS2015 and tried install/register from the %windir%\Microsoft.NET\assembly\GAC_MSIL
- created a custom action and tried to execute "Installutil -i mydll.dll" 3.created a suuporting batch file and added as new component and tried to execute batch file from command prompt. i added a custom action to run the batch file.
These are the major action i have taken but also verified by changing the Installsequesnce of the Installer.
also looked into this How to register a dll into GAC with Installshield but no luck
Thank you for the help...!!
-Ra Ra