Just any information or validate the information against specific business rules?
If it's just any information, you can do that without any custom actions. Just author a "MessageBox" dialog and use mutually exclusive ControlEvents to either do a SpawnDialog MessageBoxDialog or NewDialog NextDialog based on the property(s) associated input controls. If you need specific business rules, do the same concept but use your business rules to drive a InputValid property and use that for your branching. ---------------------------------------- From: "AxiomaticImpact" <[email protected]> Sent: Thursday, November 17, 2011 11:22 AM To: [email protected] Subject: [WiX-users] Custom Action to verify input What is the best way to implement a Custom Action in a C++ dll so that when the user presses the "Next" button, it verifies that they put information into text boxes? Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action- to-verify-input-tp7004942p7004942.html Sent from the wix-users mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

