Archive: inetc vs nsisdl


inetc vs nsisdl
Hello,

I am using nsisdl to log installs information.
the way I do it is by calling a PHP file which log the source parameter I sent from NSIS:

NSISdl::download_quiet /NOIEPROXY "http://site.com/log.php?source=${SOURCENAME}" "$PLUGINSDIR\local_file" /END


I want to have the best tracking results and wonder if "inetc" will perform better than nsisdl?

Would love to hear your thoughts,

Thx
G

inetc uses the WinInet windows API and nsisdl uses basic sockets IIRC
WinInet might have a better chance of dealing with weird local computer configurations...

IANAL but I hope you tell your users about this tracking...


Anders, thx.