I want to change the folder where the license needs to be present. I cannot use a fix location, but a different one for specific customers. Can I do it with the Plugin system?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Plugins >

I want to change the folder where the license needs to be present. I cannot use a fix location, but a different one for specific customers. Can I do it with the Plugin system?

Yes, you have to define the environment variable “WLDefaultLicenseFolder” with the path where the license file needs to be present. A good place to define the environment variable is at the SecureEngineInitialize event.

 

Please, specify only the folder path and not the license name. Example:

 

SetEnvironmentVariable(“WLDefaultLicenseFolder”, “C:\MyApplication\MyLicenses”);