Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0Version 17.0 (current version)

On this page

WindowsPackageInstallerCompilerResult interface

Home > @keymanapp/kmc-package > WindowsPackageInstallerCompilerResult

WindowsPackageInstallerCompilerResult interface

Build artifacts from the .kps Windows package installer compiler

Signature:

export interface WindowsPackageInstallerCompilerResult extends KeymanCompilerResult 

Extends: KeymanCompilerResult

Properties

Property Modifiers Type Description
artifacts WindowsPackageInstallerCompilerArtifacts Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with WindowsPackageInstallerCompiler.write()