Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 8.0

Index

On this page

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(AllUsers As Boolean, Force As Boolean)
Parameters
NoNameTypeDescription
1AllUsersBooleanSet to True to install for all users. Requires administrative privileges
2ForceBoolean 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