WiX Changing UI items based on OS version

66 Views Asked by At

I have created an installer for my application, now my requirement is to customise UI items like some check boxes based on OS version(need to have slightly different UI for Windows 8 and Windows 10). How can I achieve this?

1

There are 1 best solutions below

0
On

Basically you add a condition in the control element based on a property like VersionNT or VersionNT64. The answer here has control conditions of the type you can use:

WIX radio button group