Levi Wilson wrote:
Sorry if I was not very clear. What I'm trying to achieve is as the user is typing in the serial number, I want to be notified of text changes so I could say enable the next button, or trigger a CA to custom verify the serial, and then display a check mark indicating that the serial has been verified. I already have it so when I click next nothing happens if the serial hasn't been verified, I was just curious if you could attach yourself to the dialog to be notified of these messages.

Nope. The MSI doc <http://msdn2.microsoft.com/en-us/library/aa368036.aspx> says

You can run custom actions <http://msdn2.microsoft.com/en-us/library/aa368066.aspx> by publishing a ControlEvent from a PushButton control <http://msdn2.microsoft.com/en-us/library/aa370937.aspx> or Checkbox control <http://msdn2.microsoft.com/en-us/library/aa367854.aspx>.

The edit controls don't support DoAction control events.

--
sig://boB
http://bobs.org

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