[Home](./index.md) > [@keymanapp/kmc-package](./kmc-package.md) > [WindowsPackageInstallerCompilerArtifacts](./kmc-package.windowspackageinstallercompilerartifacts.md) ## WindowsPackageInstallerCompilerArtifacts interface Internal in-memory build artifacts from a successful compilation **Signature:** ```typescript export interface WindowsPackageInstallerCompilerArtifacts extends KeymanCompilerArtifacts ``` **Extends:** KeymanCompilerArtifacts ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [exe](./kmc-package.windowspackageinstallercompilerartifacts.exe.md) | | KeymanCompilerArtifact | Binary package installer filedata and filename - installable into Keyman desktop and mobile projects |