5.4 Restrict the number of license that can roam
Create an option file called microchip.opt
in the same location as the
license files and add the following line to the file:
ROAM_MAX_COUNT 2 product_name
where product_name
is represents values found in Determine the Product Name.
This line limits the number of MPLAB XC C compiler Pro licenses that can roam to 2.
The last value on the ROAM_MAX_COUNT
is the product and must be the same
as the third value of the LICENSE
line in the license file:
LICENSE microchip product_name permanent 24 …
See also The ISV Options File.