sonu
Posts: 148
Joined: Tue Oct 30, 2012 10:04 am

Send install information to your web server by HttpPostUrl

HI Team,

We have an problem here to send the properties to https url : do we have any specific properites for Https as like "http" like HttpPostUrl HttpPostCollectData
We passing the HttpPostUrl HttpPostCollectData both the properties with re. quired values...for http url we are succefull in that case .. where as in https url we are facing the problem .. can we have any aknowledgement property describe the details are send to web server ..

We found a property "HttpPostServerResponse" How can we use this...? AM using Advanced installer 11.7.1 version.

Thanks,
Pradeep.
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Send install information to your web server by HttpPostUrl

Hello Pradeep,

The "HttpPostUrl" and the "HttpPostCollectData" property should be used for both protocols: HTTP and HTTPS no matter what protocol your web server uses. Can you please send us the .AIP (project file) and a verbose log of the installation to support at advancedinstaller dot com so we can investigate them?

The "HttpPostServerResponse" property will be set by the setup package with the response sent by your web server (if any) after the submitted POST method.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sonu
Posts: 148
Joined: Tue Oct 30, 2012 10:04 am

Re: Send install information to your web server by HttpPostUrl

Thank you for your reply, Send collected data custom action executed after that HttpPostServerResponse property holds the return value.

Thanks& Regards,
Pradeep
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Send install information to your web server by HttpPostUrl

You're welcome Pradeep.

Just let me know if you have any questions or doubts.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”