Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.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(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