Navigation:  Runtime Engine Version >

Licensing

Previous pageReturn to chapter overviewNext page

Licensing :

 

1. If you install the RT engine without your license file then it will work in Evaluation mode (all Tasks will be limited like in DMC)

 

2. To install YOUR license file on your end-users machines (and lift all limitations), you need from YOUR installer to do so by placing this SetupBuilder script line and adding YOUR dmcrt.lic file to YOUR application installer

 

Set Variable %INSTALL_RTDATA_PATH% to FUNCTION:Get Registry Key Value("Directory Data") from "HKEY_CURRENT_USER\SOFTWARE\CGF\Data Management Center RT"

 

and then to use this variable %INSTALL_RTDATA_PATH% as to where to install the dmcrt.lic file found in YOUR DMC data path (cgf_import) (AFTER you have registered YOUR DMC version).

you need to use the overwrite always Setup Builder option as when the RT engine is started the First time without a License it will generate such a file and you NEED to overwrite it with yours.