Archive: Execute server script


Execute server script
Hi :-)

Was wondering what the correct way is to execute eg. a php or perl script using nsis. What i want to to is to run a script on a remote server when running an install system.

http://remoteserver.com/updatecounter.php

This script will increment the counter everytime it is run so there is no need to download files to the install system, it should simply just execute the url

Regards
Daniel


Use the InetLoad plugin (on Wiki). You can use it to send POST and GET data as well.

-Stu


Great will try that, thanx a lot for the reply.