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?
我已经看到了这样的声明,即从.wxs文件中引用立即自定义操作,并使该自定义操作计划后续(延迟)自定义操作是可能的,甚至是司空见惯的。我不知道的是代码看起来是什么样的。任何人?
1 个解决方案
#1
Nevermind, found the answer myself:
没关系,自己找到了答案:
Session.DoAction("ActionName")
#1
Nevermind, found the answer myself:
没关系,自己找到了答案:
Session.DoAction("ActionName")