Question

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?

Was it helpful?

Solution

Nevermind, found the answer myself:

Session.DoAction("ActionName")

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top