Re: [WiX-users] Calling a custom action from a push button

2008-07-07 Thread Lamb, Andrew
Thanks Bob, Really appreciate it... Andrew Lamb If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confidential, so please delete it without sharing it. And if you let us know, we can try to stop it from happening again. Thank

Re: [WiX-users] Calling a custom action from a push button

2008-07-06 Thread Bob Arnson
Lamb, Andrew wrote: > The thing is I don't know how to call this method via the button click. > Publish a DoAction control event for the button. For example: NOT Installed -- sig://boB http://joyofsetup.com/ - Spons

[WiX-users] Calling a custom action from a push button

2008-07-04 Thread Lamb, Andrew
Hi All, I'm new to WiX, so the answer to this may be fairly trivial: I have created a dll with a method in it to validate that the sql details on the current UI form are valid. I have added a button "Test", with the idea that the following will occur: user clicks test the method in t