Skip to content
⌘ NSIS Forum Archive

inetc::post problem!!!

4 posts

rikkov#

inetc::post problem!!!

Hi,

I use inetc:😛ost to send me a notification while the installer is being installed.

inetc:😛ost 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:😛ost can not send notification.Below is the code that sends me notification:

;Sending User Info
inetc:😛ost "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
rikkov#
I tried accessing it via we browser and it works fine from our network as well as other networks. I get mails from the php.