Licenses Management
An XR Kitting license is required to use the software. The validity of the license is checked when the software is launched.
To authorize your workstation, you need to enter the IP address (or alias) and port of your license server in the C:\ProgramData\LightAndShadows\XR Kitting\License.xml
file before launching the software.
- Enter the IP address between the
<XRKittingIp>
tags. - Enter the port between the tags
<XRKittingPort>
.
In the event of a problem with your license, an error message will appear at startup.
If the License.xml
file does not exist on your computer, you must create it by hand, pasting the contents below into it.
<LSGROUP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<License>
<Application name="xrkitting">
<server>192.168.0.1</server>
<port>1234</port>
<mode>1</mode>
<admin>false</admin>
</Application>
</License>
</LSGROUP>