The Deployment Toolkit includes a couple of merge module files (.msi) 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.
Use the /i parameter to install License Manager:
start /wait msiexec /i lmsetupx86.msi
Use the /qn parameter to install License Manager silently:
start /wait msiexec /qn /i lmsetupx86.msi
You can use the -term parameter to silently install the license using your license file. See Installing licenses silently for details.