Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0Version 17.0 (current version)

On this page

WindowsPackageInstallerCompiler.write() method

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

WindowsPackageInstallerCompiler.write() method

Write artifacts from a successful compile to disk, via callbacks methods. The artifacts written may include:

  • .exe file - binary Windows package installer executable file

Signature:

write(artifacts: WindowsPackageInstallerCompilerArtifacts): Promise<boolean>;

Parameters

Parameter Type Description
artifacts WindowsPackageInstallerCompilerArtifacts object containing artifact binary data to write out

Returns:

Promise<boolean>

true on success