简体   繁体   中英

WiX Changing UI items based on OS version

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM