dcbasso
Posts: 24
Joined: Thu May 10, 2012 6:31 pm

How to Change Sended Data on Licensing - Server Side Validat

Hi everyone, I´m trying to change the data that is send to my URL on POST method, but I´m not finding how to change (remove and add) data from the page.
Right now I´m trying to change this on Entreprise Trial Version os AI 9.1... It´s possible to do the changes? How to?

Thank´s all!
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: How to Change Sended Data on Licensing - Server Side Val

Hello,

You can specify what property values should be collected by enumerating their names in the Advanced Installer special property called: HttpPostCollectData, separated by ; .
For example, if you want to collect the user name, the company name, the user's email, and his language, you set the property HttpPostCollectData with the value:

Code: Select all

USERNAME;COMPANYNAME;USER_EMAIL;UserLanguageID
Advanced Installer will send every property you specify in HttpPostCollectData as a POST variable, with its value set according to the installation state.

This is described in our "How do I collect installation data and send it to my web server?" user guide article.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”