Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 9.0

On this page

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

IKeymanPackageFile::Install

Install the package for use within Keyman Engine.

Declaration
Sub Install(AllUsers As Boolean, Force As Boolean, ShortcutRootPath As String)
Parameters
No Name Type Description
1 AllUsers Boolean True if the package should be installed for all users. If true, then requires administrative privileges to install.
2 Force Boolean If True, then overwrites an existing package with the same name if it exists. If false, then will raise an exception if the package is already installed.
3 ShortcutRootPath String The base path name for shortcuts to be installed into. For example, Keyman Desktop may specify "[StartMenuPrograms]\Tavultesoft Keyman Desktop Professional 7.0\" (where [StartMenuPrograms] is the full path to the Start Menu Programs folder).
Example Code