Could you not attach the Custom Action to the 'Next' button.  I think the 
actions are performed in 
order, so if you had the first one set an 'OK' property, you could then use 
this as a condition for 
showing the next dialog or popping up a 'bad prog ID' message.  I think I have 
something similar 
somewhere I could dig out if you need an example.

Rob

Levi Wilson wrote:
> I'm probably missing something very simple (very new to Windows 
> Installer), but is there a way to be notified by a dialog somehow when 
> text changes?  Or some way to subclass a control?  The reason I ask is 
> that for the MaskEdit control I have a CA that gets called when "Next" 
> is pressed that sets a "MyProdIDIsGood" whenever the entered serial has 
> been validated.  The edit control also is disabled whenever that 
> property is set.  However, this only happens when scrolling to the next 
> or previous dialogs, and then I go back since it takes place in the 
> DlgInit.  I just wanted to be able to have this take place whenever the 
> user enters a valid serial, such as how MS products display a checkbox 
> icon or something whenever the serial number has been entered 
> correctly.  Any help would be greatly appreciated.
> 
> Levi
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to