Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 8.0

Index

On this page

Install the package for use within Keyman Engine.

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