Also AdvancedInstaller unterstützt ja z.B. das man Per internet eine Serialnummer kontrollieren lässt, und da steht das es per POST gemach that und man mit AnswerCode anworten soll.
Da sins jetzt leider keine Beispiele, das einziegste was da steht ist das:
Server-side validation
This option allows you to validate the serial number entered by the user with your custom validation algorithm implemented on your web server.
The Advanced Installer validation tool will POST a web form containing the serial number entered by the user and its system language id with the following POST variable names: "sn", "languageid". The language identifier is useful if you want the script to return a localized message.
The script must give an answer, so the Advanced Installer validation tool can choose the following course of action. The answer must be in the form:
AnswerCode\nMessage"Message" is an explanatory message, "\n" is the new line character and "AnswerCode" can be one of:
601 - Serial number is valid. The Advanced Installer validation tool will allow the installation to continue.
602 - Serial number is invalid. The Advanced Installer validation tool will not allow the installation to continue and will display a message box containing the explanatory message provided by your server.
You must provide an URL to your serial number validation script page. Enter it in the "URL" field.
If the targeted computer for installation does not have internet connectivity, the provided URL is incorrect, or the web sever does not respond in a timely fashion with the appropriate message format, the Advanced Installer validation tool will not allow the installation to continue.
MfG