On 28/04/2012 21:45, Alexander Lamaison wrote:
> Now I see that WixStdBA calls methods of the engine to drive it. Is 
> the required sequence of interactions documented anywhere or do I just 
> have to pick WixStdBA apart? 

I've just been picking WixStdBA apart. I think a typical application 
will call Detect() at startup, and then when the user clicks "Install" 
it'll call Plan(). Once Plan completes it'll automatically call Apply().
For a BA with no UI I think you'd call Detect() in OnStartup(), Plan() 
in OnDetectComplete(), and Apply() in your OnApplyComplete() method.

-- 
Bruce Cran

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to