I would like to set a cookie with NSIS to confirm the installation with a php script.
I read the wiki, i found a little thread but it's not verry usefull...
I try to access to the confirmation page with inetc::get (to be silent)
My php don't see any cookie...
I also track-it with Wireshark and no cookie in the header...
Thanks everyone !
System::Call "wininet::InternetSetCookie("http://app.domain.com/download.php", "title", "aaa=ddd; expires = Wed, 30-May-2012 09:21:15")
inetc::get /SILENT "http://app.domain.com/download.php" "$PLUGINSDIR\CORE.exe" /end
Sincerly,
Dave