How to simulate the CustomData value when application running in non-protected state? I would like to use WinlicenseSDK.ini to specifiy the property.

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Registration > Common >

How to simulate the CustomData value when application running in non-protected state? I would like to use WinlicenseSDK.ini to specifiy the property.

Please, open the "WinlicenseSDK.ini" file with Notepad.exe (or any text editor) and you can find the following line:

 

WLRegGetLicenseInfo = Peter Brian/Company Name/pbrian@companyname.com

 

The "/" separator in WLRegGetLicenseInfo corresponds to Name/Company/CustomData.

 

In the above example, the custom data is "pbrian@companyname.com"

 

Notice that you can change the "Separator" char by specifying it inside the WinLicenseSDK.ini file. Just open WinlicenseSDK.ini and edit the "Separator" entry. Example:

 

[WinLicenseSDK]

 

; Separator for fields in "WLRegGetLicenseInfo"

 

Separator = /

 

....