Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.94 KB

analyticsupdateinstallhttp.md

File metadata and controls

32 lines (26 loc) · 1.94 KB

AnalyticsUpdateInstallHttp

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.

{% code overflow="wrap" %}

https://yourserver/yourvirtualdirectory/qlmservice.asmx/AnalyticsUpdateInstallHttp?is_installid =[Install ID]&is_osversion=Windows 7&...

{% endcode %}

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