首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >WIX自定义操作执行失败

WIX自定义操作执行失败
EN

Stack Overflow用户
提问于 2013-07-09 14:40:41
回答 1查看 541关注 0票数 0

我已经创建了一个在数据库上执行脚本的设置。但是,当我尝试运行安装程序时,我从日志中获取了以下错误。

代码语言:javascript
复制
Doing action: VerifyConnection Action 12:03:17: VerifyConnection.  
Action start 12:03:17: VerifyConnection. MSI (c) (38:E0) 
[12:03:17:739]: Invoking remote custom action. DLL: C:\Users\adityak\AppData\Local\Temp\MSI4F99.tmp, Entrypoint: VerifyConnection MSI (c) (38:A4) [12:03:17:741]: Cloaking enabled. MSI (c) (38:A4) 
[12:03:17:741]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (38:A4) 
[12:03:17:742]: Connected to service for CA interface. MSI (c) (38:54) 
[12:03:17:788]: Note: 1: 1723 2: VerifyConnection 3: VerifyConnection 4: C:\Users\adityak\AppData\Local\Temp\MSI4F99.tmp  Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.  Action VerifyConnection, entry: VerifyConnection, library: C:\Users\adityak\AppData\Local\Temp\MSI4F99.tmp  MSI (c) (38:54) 
[12:03:19:186]: Product: CRMnext -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.  Action VerifyConnection, entry: VerifyConnection, library: C:\Users\adityak\AppData\Local\Temp\MSI4F99.tmp

Action ended 12:03:19: VerifyConnection. Return value 3.
DEBUG: Error 2896:  Executing action VerifyConnection failed

有没有办法解决这个问题?

EN

回答 1

Stack Overflow用户

发布于 2014-08-15 06:39:13

  1. 确保您的操作具有正确的签名;尤其是方法需要是“公共的”和“静态的”,即类似于"public static ActionResult doSomething(Session )“的内容
  2. 使用"CustomAction”属性标记方法,以便在处理在一个dll中实现的多个自定义操作时导出
  3. ,确保您不会遇到已知的MakeSfxCA错误(参见。http://wixtoolset.org/issues/4502/Adding a new Custom Action to a project prevents an existing Custom Action from being run)
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17541609

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档