[Home](./index.md) > [@keymanapp/kmc-package](./kmc-package.md) > [WindowsPackageInstallerCompilerOptions](./kmc-package.windowspackageinstallercompileroptions.md) ## WindowsPackageInstallerCompilerOptions interface Options for the .kps Windows package installer compiler **Signature:** ```typescript export interface WindowsPackageInstallerCompilerOptions extends KmpCompilerOptions ``` **Extends:** [KmpCompilerOptions](./kmc-package.kmpcompileroptions.md) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [sources](./kmc-package.windowspackageinstallercompileroptions.sources.md) | | [WindowsPackageInstallerSources](./kmc-package.windowspackageinstallersources.md) | Sources and metadata for the Windows package installer compiler |