Replies: 1 comment
-
Pretty sure you can provide your own theme to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
In WiX v3, we used a custom bootstrapper application (BA) built on .NET Framework 4.8. To handle scenarios where .NET 4.8 was not installed on the target machine, we leveraged PreqbaThemeXml and PreqbaThemeWxl to override the default theme and display a custom UI when a prerequisite check (e.g., for .NET 4.8) failed.
However, in WiX v5, it appears that overriding the default themes in this way is no longer supported. Since our custom BA is built using .NET Framework 4.8, it cannot launch if the framework is missing, and we can no longer fall back to a custom theme to notify the user.
Question:
What is the recommended approach in WiX v5 to handle .NET Framework 4.8 prerequisites when the custom BA depends on it? Specifically:
Any guidance or examples would be greatly appreciated!
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions