inetc::post problem!!!
Hi,
I use inetc::post to send me a notification while the installer is being installed.
inetc::post works fine and send me notification when I use the installer in my system and any system in my network.But it doesnt send me notification when the installer is used in other systems in different network.What could be wrong? Can any one tell me the situations under which inetc::post can not send notification.Below is the code that sends me notification:
;Sending User Info
inetc::post "message=Installing....$\r$\nDate Of Activation : $DATE$\r$\nTime Of Activation : $TIME$\r$\n" /SILENT /NOCANCEL "http://www.xxxx.xx.xx/xxxx/xxx.php" "$INSTDIR\status.php" /END
Pop $0 # return value = exit code, "OK" if OK
${NSD_KillTimer} OnTimer
StrCmp $0 'OK' +5 0
MessageBox MB_OK|MB_ICONEXCLAMATION "Could not Activate"
GetDlgItem $1 $HWNDPARENT 1
EnableWindow $1 1
Abort
Please let me know what I am doing wrong.
Thanks in advance
RIkkov