Registers an installation with the server. You should call this function once when your application is installed. You should store the returned installID in your application's settings and reuse it on subsequent calls to the QlmAnalytics API.
Note that to call this function, you must:
- Have a QLM Enterprise License
To invoke this method via a URL:
http://yourserver/yourvirtualdirectory/qlmservice.asmx/AnalyticsAddInstallHttp?is_swversion=1.0&is_osversion=Windows 7&...
where
- is_swversion= Version of your software
- is_osversion= Version of the operating system
- is_computer_name = Name of the computer
- is_computerID= Unique identifier of the computer
- is_avkey = activation key on the system
- is_pckey= computer key associated to 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
Comments
0 comments
Please sign in to leave a comment.