Add .. using System.Windows.Forms; in declarations and then where you want to show the message box, use:
MessageBox.Show(); Doesn't that work? Rohit -----Original Message----- From: Sagar1111 [mailto:sagarkavitak...@gmail.com] Sent: Tuesday, March 30, 2010 3:49 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Show Dialog from Custom Action Hi I need to show up a dialog box from from my c# custom Action. I browsed through the forum got many threads related to MsiMessageBox and MsiProcessMessage. But all were in C++.:-( Can anybody share a dummy code in C# to pop up a message box through my customAction code. Thanks in advance Sagar -- View this message in context: http://n2.nabble.com/Show-Dialog-from-Custom-Action-tp4823643p4823643.ht ml Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ======= Notice: This e-mail message, together with any attachments, contains information of Symyx Technologies, Inc. or any of its affiliates or subsidiaries that may be confidential, proprietary, copyrighted, privileged and/or protected work product, and is meant solely for the intended recipient. If you are not the intended recipient, and have received this message in error, please contact the sender immediately, permanently delete the original and any copies of this email and any attachments thereto. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users