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.
Note that you can edit your Windows registry by using the program RegEdit.
See also Statistica
programming in C++ overview for further details about creating Statistica
COM in Visual C++.