Hello everyone!!!
I've created my custom bootstrapp application that depends on .Net Framework 4.5.1, support runtime from my BootstrappCore.config:
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
When I run my custom bootstrap application on Windows 7, WIX shows the window:
screenshot
How I can customize this window?
Thank you in advance!