Register assemblies to GAC using InstallShield
Posted
by Cornel
on Stack Overflow
See other posts from Stack Overflow
or by Cornel
Published on 2010-03-26T16:14:28Z
Indexed on
2010/03/26
16:23 UTC
Read the original article
Hit count: 517
I have to register multiple assemblies to GAC using InstallSheild and also I need the assemblies to be copied on the INSTALLDIR also. What's the best way to do it? Also I need to call regasm.exe for an assembly; can I do this using InstallShield?
I really need a new 'component' for each assembly that has to be registered in GAC?
© Stack Overflow or respective owner