On 27/06/2012 04:40, Kannan24 wrote:
> For rollback, I need to cancel from BA in UI form. Could you please how to
> cancel the msi setup from BA?

You can call PromptCancel to display a message box asking the user if 
they'd like to cancel, and then from your callbacks call CheckCanceled 
and if it returns TRUE then return IDCANCEL. Ultimately the way to 
cancel setup from a BA is to return IDCANCEL from any of your callbacks.

-- 
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