I have a custom action that is called in my MSI installer which is created by Wix Toolset. The custom action may display a simple windows form if certain conditions are not met.
I have noticed that the form does not display nicely on high-DPI monitors and I have tried to make the form DpiAware by adding an app.manifest file (and uncommenting the dpiAware part) to the CustomAction project but it doesn't seem to have any affect and the form still appears blurry on high-dpi screens.
Is there any way to show a DpiAware form as part of a custom action in a Wix MSI installer?