Skip to main content

Install Dialog

A small set of UI tweaks for the MSIX installer experience.

PropertyTypeRequiredDescription
primaryAccentstringnoHex RGB accent color, e.g., "#01787B".
appInstallerDataFilePathstringnoPath to a custom MSIXAppInstallerData.xml for fully custom App Installer UX. When set, primaryAccent and any EULA URL are ignored.
"msix": {
"installDialog": {
"primaryAccent": "#01787B"
}
}

For a fully custom installer experience, see Microsoft's guide Create custom MSIXAppInstallerData.xml.