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](./kmc-package.windowspackageinstallercompilerresult.artifacts.md) | [WindowsPackageInstallerCompilerArtifacts](./kmc-package.windowspackageinstallercompilerartifacts.md) | Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with [WindowsPackageInstallerCompiler.write()](./kmc-package.windowspackageinstallercompiler.write.md) |


