Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.0

Index

On this page

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

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
NoNameTypeDescription
1FileStringFull path and filename of the keyboard to install
2AllUsersBooleanSet to True to install for all users. Requires administrative privileges
3ForceBoolean 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.
Example Code