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