raviraj87 wrote
> 
> I am using
> session.Message(InstallMessage.Error | (InstallMessage)(icon) |
>                 (InstallMessage)MessageBoxButtons.OK,
>                 new Record { FormatString = message });
> to display any messages during deferred CA and everything works great.
> The message box shows only one button named OK.
> I can use Yes/No/Cancel using MessageBoxButtons option but then how to
> handle these buttons? Any suggestions?
> 

session.Message will return a
Microsoft.Deployment.WindowsInstaller.MessageResult. Simply check the value
of it if you wish to handle the results differently.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Session-Message-to-display-messages-during-Deferred-custom-action-tp7578923p7578929.html
Sent from the wix-users mailing list archive at Nabble.com.

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