Re: [WiX-users] Detect an internet connection

2010-04-07 Thread dB .
attle|New York -Original Message- From: Kristoffer Danielsson [mailto:kristoffer.daniels...@live.se] Sent: Monday, March 22, 2010 12:11 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Detect an internet connection Not sure, but I guess you have to write a custom actio

Re: [WiX-users] Detect an internet connection

2010-04-07 Thread dB .
r XML toolset. Subject: Re: [WiX-users] Detect an internet connection I'm not sure that this is the right forum for that, but I suspect that the IsInternetConnected() API is what you want. Phil Wilson -Original Message- From: Steve Payne [mailto:stvp...@gmail.com] Sent: Monday

Re: [WiX-users] Detect an internet connection

2010-03-22 Thread Wilson, Phil
[WiX-users] Detect an internet connection Hi all, I've been tasked with launching an online survey during uninstall, which I have done with a custom action. However, I do not want the custom action to run if the user is not connected to the internet. What is the best way to check for a

Re: [WiX-users] Detect an internet connection

2010-03-22 Thread Kristoffer Danielsson
to be the best solution. Beware of firewalls too! > Date: Mon, 22 Mar 2010 10:33:59 -0500 > From: stvp...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Detect an internet connection > > Hi all, > > > I've been tasked with launching a

[WiX-users] Detect an internet connection

2010-03-22 Thread Steve Payne
Hi all, I've been tasked with launching an online survey during uninstall, which I have done with a custom action. However, I do not want the custom action to run if the user is not connected to the internet. What is the best way to check for an internet connection and store the result in a pro