从 wix 自定义操作 dll 返回值
我有一个在 wix 构建的 .msi 中使用的 .dll,当前在失败时返回 Windows 错误代码。 此页面似乎暗示我只能使用 dll 可执行文件列出的值。
调用失败(返回非零值),但不会向用户提供错误消息。我是否需要修改我的 .dll 以使用“接受的”返回值才能发生这种情况?
I have a .dll I'm using inside a wix-built .msi that is currently returning Windows error codes upon failure. This page seems to imply that I can only use the values listed with dll executables.
The calls are failing (returning non-zero values), but no error message is given to the user. Do I need to modify my .dll to use the "accepted" return values for this to happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。请参阅 http://msdn.microsoft.com/ en-us/library/aa368072%28v=vs.85%29.aspx。
Yes. See http://msdn.microsoft.com/en-us/library/aa368072%28v=vs.85%29.aspx.