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
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, March 22, 2010 8:34 AM To: wix-users@lists.sourceforge.net Subject: [WiX-us

Re: [WiX-users] Detect an internet connection

2010-03-22 Thread Kristoffer Danielsson
Not sure, but I guess you have to write a custom action DLL that does some tricks. Also note that checking for an internet connection is not as easy as it sounds. The APIs provided by Windows are not 100% reliable, so most of the time pinging a remote server (google.com for instance) proves to