Registry Settings

Back to index page

Entry point and the main component, which firstly loaded is the ConnectProxy. This component represents the basic proxy calls from Excel to the Core of JChem for Excel.

 

Loading strategy of the Core can be done by the predefined 2 different approaches represented in the registry. After deployment it can be customized by the system administrator.

 

Registry for loading strategy is:

HKEY_CLASSES_ROOT\CLSID\{c0938b3b-20e4-42dd-99af-35d21296ff74}\InprocServer32\InstantCLRLoad

 

Settings can be 0 or 1 for the integer type (WORD) entry.

0x0 means that JChem for Excel will be loaded in a very lazy way, when the user firstly hits any of JChem for Excel functionalities requiring CLR to be running.
0x1 (default and recommended) means that CLR host for managed area will be loaded instantly but on a separate thread not to block loading of further add-in(s).

 

Instant loading of CLR is also useful for trusted VSTO custom add-in, since CLR will be loaded by the secured call stack of Excel in the beginning.

 

 

Another changeable part of the loading process is the Splash Screen.

HKEY_CLASSES_ROOT\CLSID\{c0938b3b-20e4-42dd-99af-35d21296ff74}\InprocServer32\ShowSplashScreen

 

Settings can be 0 or 1 for the integer type (WORD) entry.

0x0 means that Splash Screen is skipped/off whilst loading.
0x1 (default) Splash is on.

 


Back to index page

Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!