简体   繁体   中英

How deploy dll to GAC in production

I tested the GAC in dev, I installed it with the gacutil with the Visual studio's CLI.

For production, there is no Visual studio's CLI and no SDK (I think) so my question is

How can I deploy the dll's to GAC without gacutil? Is it possible to make a sort of exe or msi to put all dll's to server and developper's comuter?

Many thanks to help me

Here's some official information by Microsoft:

http://msdn.microsoft.com/en-us/library/dkkx7f79(v=vs.110).aspx

It seems that you have 2 solutions: Using an installer or using GacUtil. Since GacUtil is not installed (it comes with an SDK), you should go for the installer option.

使用Installshield准备部署软件包,这将有助于安装程序集。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM