Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

Index

On this page

Install the package for use within Keyman Engine.

Declaration
Sub Install(AllUsers As Boolean, Force As Boolean, ShortcutRootPath As String)
Parameters
NoNameTypeDescription
1AllUsersBoolean True if the package should be installed for all users. If true, then requires administrative privileges to install.
2ForceBoolean 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.
3ShortcutRootPathString 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