Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Copy the liblmxvendor.dll/so file from the LM-X distribution to the machine that contains the lmxdev executable.

  2. Run lmxdev using the -embedsecurityconfig option, as follows:

    Code Block
    languagecpp
    C:\lm-x\win32_x86\no_security_config> ..\lmxdev.exe -embedsecurityconfig ..\..\config\xformation.lmx liblmxvendor.dll
    LM-X Developer Tool v3.3
    Copyright (C) 2002-2010 X-Formation. All rights reserved.
    Licensed to X-FORMATION
    Security configuration successfully embedded!



  3. Run lmxdev again using the -embedlicense option, as follows:

    Code Block
    languagecpp
    lmxdev -embedlicense ../config/lmx.lic liblmxvendor.dll
    LM-X Developer Tool v4.4.0
    Copyright (C) 2002-2012 X-Formation. All rights reserved.
    License file successfully embedded!


  4. Send the LM-X End-user Tools installer and the liblmxvendor.dll/so file to your customers who wish to run the license server on that particular platform.

...