The Deployment Toolkit includes .msi files to enable you to install the Micro Focus License Manager to work alongside COBOL Server and your installed application.
The file to use on 32-bit Windows systems is lmsetupx86.msi while for 64-bit Windows systems the file is lmsetupx64.msi.
The following examples all use the lmsetupx86.msi file. If you need to install the License Manager onto a 64-bit Windows system, change instances of lmsetupx86.msi to lmsetupx64.msi.
To install License Manager with SafeNet (the default):
start /wait msiexec /i lmsetupx86.msi
To silently install License Manager with SafeNet (the default):
start /wait msiexec /qn /i lmsetupx86.msi
To install License Manager without SafeNet:
start /wait msiexec /i lmsetupx86.msi NOSAFENET=1
To silently install License Manager without SafeNet:
start /wait msiexec /qn /i lmsetupx86.msi NOSAFENET=1