[Home](./index.md) > [@keymanapp/kmc-package](./kmc-package.md) > [WindowsPackageInstallerCompilerResult](./kmc-package.windowspackageinstallercompilerresult.md) ## WindowsPackageInstallerCompilerResult interface Build artifacts from the .kps Windows package installer compiler **Signature:** ```typescript 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) |