The property name alone only tests to see that the property is assigned. <Publish Event="SpawnDialog" Order="2" Value="ConfigDlg">UserInfoVerified</Publish> <Publish Event="NewDialog" Order="3" Value="PassDlg">Not UserInfoVerified</Publish>
should be <Publish Event="SpawnDialog" Order="2" Value="ConfigDlg">UserInfoVerified ~= "TRUE"</Publish> <Publish Event="NewDialog" Order="3" Value="PassDlg"> (UserInfoVerified ~= "FALSE")</Publish> -----Original Message----- From: AxiomaticImpact [mailto:ke...@legendary-immersion.com] Sent: Monday, November 21, 2011 2:30 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action to verify input -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Act ion-to-verify-input-tp7004942p7017845.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 WiX-users@lists.sourceforge.net 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users