Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 9.0

On this page

You are viewing documentation of version 9.0, which is not included in the latest version. Click here to open the index page for version 18.0.

IKeymanAddinsInstalled::Install

Install a .kma addin (optionally bundled in a .kmp package). New addins should be distributed as .msi or .msm. This function may be deprecated in a future version of Keyman.

Declaration
Sub Install(Filename As String, Force As Boolean)
Parameters
No Name Type Description
1 Filename String Full pathname to the .kma addin file or .kmp package containing a .kma addin file
2 Force Boolean Not currently used. Use FALSE
Example Code