[wix-users] subscribe

John Cooper JoCooper at jackhenry.com
Wed Mar 30 06:06:30 PDT 2016


In a bootstrapper application or managed bootstrapper application, the answer is yes since you can hook into all the usual WPF events.

In the MSI UI, there are no validation events to hook into, so you'll have to chain into the "NEXT" button which makes page changes rather slow--but it works.

If you want a good validation experience, a bootstrapper application is the way to go.  All my products are moving in that direction.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Pedro Lopes
Sent: Wednesday, March 30, 2016 4:11 AM
To: WiX Toolset Users Mailing List (wix-users at lists.wixtoolset.org) <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] subscribe

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

Hello Guys,

                I have a custom dialog that has a Edit control for insert an URL.

<Control Type="Edit" Id="Edit_URL" Property="CA_URL" Width="200" Height="15" X="146" Y="199">

I would like validate the URL and make a ping/telnet for testing the connection. I should allow jump to the next dialog if the connection is ok.

Is that possible? If yes, how can I do it?


With kind regards,
Pedro Lopes


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.




More information about the wix-users mailing list