Method InstallLicense
InstallLicense(string, bool)
Add a new license. You can use either an activation .bin file from the website or a .lic file.
Declaration
[HandleProcessCorruptedStateExceptions]
public void InstallLicense(string licensePath, bool user = false)
Parameters
Type | Name | Description |
---|---|---|
string | licensePath | License file path (.bin or .lic) |
bool | user | Decide if the .lic license is installed only for this user or for all users. If false, Pixyz must be configured by running 'PiXYZFinishInstall' utility first (only once). |