IKeymanKeyboardsInstalled::Install
Installs the keyboard into the Keyman Engine environment. If the parent product for the keyboard is not installed, then the installation will fail.
Declaration
Sub Install(Filename as String, AllUsers as Boolean, Force as Boolean)
Parameters
No | Name | Type | Description |
---|---|---|---|
1 | File | String | Full path and filename of the keyboard to install |
2 | AllUsers | Boolean | Set to True to install for all users. Requires administrative privileges |
3 | Force | Boolean | If True, then will install the keyboard, even if it is already installed, and overwrites the existing keyboard. Can be useful if the keyboard installation has been corrupted, for example, by end user intervention. If False, then an error will be raised if the keyboard is already installed. |