Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)Version 17.0

On this page

You are viewing an old version of this documentation. Click here to open the current version, 18.0.

WindowsPackageInstallerCompiler.init() method

Home > @keymanapp/kmc-package > WindowsPackageInstallerCompiler > init

WindowsPackageInstallerCompiler.init() method

Initialize the compiler. Copies options.

Signature:

init(callbacks: CompilerCallbacks, options: WindowsPackageInstallerCompilerOptions): Promise<boolean>;

Parameters

Parameter Type Description
callbacks CompilerCallbacks Callbacks for external interfaces, including message reporting and file io
options WindowsPackageInstallerCompilerOptions Compiler options

Returns:

Promise<boolean>

false if initialization fails