Description
Updates information of a registered installation on the server.
To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.
http://yourserver/yourvirtualdirectory/qlmservice.asmx/AnalyticsUpdateInstallHttp?is_installid =[Install ID]&is_osversion=Windows 7&...
Arguments
Parameter | Description |
---|---|
is_installid | ID of the installation returned by the call to AnalyticsAddInstallHttp |
is_swversion | version of your software |
is_osversion | version of the operating system |
is_computer_name | name of the computer. |
is_computerID | unique computer identifier |
is_avkey | activation key on the system |
is_pckey | computer key associated with the system |
is_trial | flag indicating if the license is a trial |
is_productname | name of your product |
is_majorversion | major version of your product |
is_minorversion | minor version of your product |
is_customdata1 | your own custom data |
is_customdata2 | your own custom data |
is_customdata3 | your own custom data |