如何在 Wix/DTF 中从立即自定义操作安排延迟自定义操作?
我见过这样的说法:从 .wxs 文件引用立即自定义操作,并让该自定义操作安排后续(延迟)自定义操作是可能的,甚至是常见的。 我不知道执行此操作的代码是什么样的。 任何人?
I've seen statements to the effect that it is possible, even commonplace, to reference an immediate custom action from a .wxs file, and to have that custom action schedule subsequent (deferred) custom actions. What I don't know is what the code looks like that does this. Anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我自己找到了答案:
Session.DoAction("ActionName")
Nevermind, found the answer myself:
Session.DoAction("ActionName")