japhar
7th September 2004 15:53 UTC
http GET request from installer
Hi, all.
I want to send http GET request to my website URL when user installs my software. How can I implement such feature from NSIS script? I need only to send request and I'm not interested in any responses.
There is a plugin which uses IE to surf web pages, but I need a silent solution, if possible.
Please help me to find solution, thanks.
pengyou
7th September 2004 17:01 UTC
Try the NSISdl plugin, it has a silent mode. The plugin is supplied with NSIS, see the Contrib\NSISdl folder.
Joel
7th September 2004 17:41 UTC
You can also use the system plugin with the proper Wininet api.
delmardale
8th September 2004 21:35 UTC
There is a command line program called wget which you can use for this. I used wget because nsisdl didn't work with https.
http://www.gnu.org/software/wget/wget.html