Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 1st June 2009, 11:59   #1
rikkov
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" /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 is offline   Reply With Quote
Old 1st June 2009, 14:07   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
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
Afrow UK is offline   Reply With Quote
Old 2nd June 2009, 04:39   #3
rikkov
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.
rikkov is offline   Reply With Quote
Old 2nd June 2009, 11:11   #4
Afrow UK
Moderator
 
Afrow UK's Avatar
 
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
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump