|
|
#1 |
|
Member
Join Date: Feb 2005
Posts: 51
|
Detecting connection speed
Hi,
I need to be able to (roughly) detect the user's connection speed at installation time so I can decide whether his should default to "full installation" or "compact installation". Does anyone have any idea on how to implement this? At the very least, I need to be able to do some timer operations and NSIS doesn't seem to have any...? Thanks, Gili |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,336
|
You can call GetTickCount, using the System plug-in, before and after you use NSISdl to download a file from your website.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,220
|
http://forums.winamp.com/showthread....light=Internet sample of InternetGetConnectedState usage. You can detect connection type LAN/modem.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|