Installing an Add-In
After you create a COM component, installing it into the Statistica environment only requires adding its ProgID to the following Windows registry string:
HKEY_LOCAL_MACHINE\SOFTWARE\Statsoft\Statistica\AddIns\[Add-In ProgID]
You can also specify if the add-in should be set to autoload by setting a data DWORD value under this key named AutoLoad. Nonzero means the add-in will autoload at startup, zero means the add-in will not autoload. If the AutoLoad value is missing it defaults to true.
See also Statistica programming in C++ overview for further details about creating Statistica COM in Visual C++.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.