Hi,

Suppose I have third-party controls used for development. Now I want to deploy my desktop based app. I want all third-party dlls to go into GAC. Say I have A.Charts.dll, A.Editors.dll, A.Graph.dll, A.Grid.dll etc. I have atleast 15 such Dlls. How do I sign all dlls? My objective to thencreate .MSI package using these dlls.

Secondly, do I have to make any changes to my AssemblyInfo.vb file?

Regards,

VNJ