Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 9.0

On this page

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