Wix - Choice of UI based on property

此生再无相见时 提交于 2019-12-01 13:24:45

问题


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 ?


回答1:


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:

  • Is there anyway to get msiexec to echo to stdout instead of logging to a file
  • Uncommon UI layout for Windows installer for Techsmith Snagit
  • How to interactive a silently installing msi? (Progress data and cancel it)

UPDATE: WIX Installer with modern look and feel



来源:https://stackoverflow.com/questions/25104121/wix-choice-of-ui-based-on-property

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!