|
|
#1 |
|
Junior Member
Join Date: Apr 2009
Posts: 14
|
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" /ENDPop $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 |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,203
|
Have you tried accessing your PHP via a web browser?
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2009
Posts: 14
|
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.
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,203
|
What is the return value on this other network?
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|