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