Search code examples
user-interfacewixinstallationwindows-installerwix-gui

Wix - Choice of UI based on property


In my Wix application, I want to have 2 different UI. During execution, I want the choice of UI to be done depending of the value of a property. Is it possible to achieve this and how ?


Solution

  • Perhaps what you need is to handle the GUI yourself inside your launcher application. This is possible via the MsiSetExternalUI function.

    See these previous answers:

    UPDATE: WIX Installer with modern look and feel