首页 > 其他 > 详细

Error 1937.An error occurred during the installation of assembly...

时间:2014-02-11 20:10:00      阅读:415      评论:0      收藏:0      [点我收藏+]

工具:Installshield 2008 


任务:
1. 创建一个 Merge Module 工程, 在 Merge Module 中包含若干 dll, 在安装过程中,dll 会被安装到指定路径。
2. 创建一个 MSI 工程,将编译后的 merge module 包含到 工程当中,编译,实现 dll 的正确安装。
 
 
问题: 在安装过程中,出现下面的error. 
 
bubuko.com,布布扣
 
 
解决方案:

进入 %temp% 路径,查看安装日志。

在日志中找到error的主要信息,原来是相应的 dll 没有强签名。强签名之后,重新编译,安装通过。

 

MSI (s) (9C:40) [14:34:17:139]: Assembly Error:Strong name signature verification failed for assembly‘%1‘.  The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key.

Error 1937.An error occurred during the installation of assembly...

原文:http://www.cnblogs.com/cindy-hu-23/p/3544511.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!