how to create custom UI for MSI in Wix?

若如初见. 提交于 2020-01-11 11:09:25

问题


I want to enhance my UI dialog of MSI using Wix. Can you point out me the best tool which provides an option to create such UI? Also, is there possible to show animated GIF image in MSI wizard


回答1:


You want to look into "Embedded UI" (also sometimes called "External UI"). But once you go down this path, you have to provide the entire UI, and nothing in InstallUISequence gets run (like Costing).

There is a sample Embedded UI in Wix that demos a WPF UI and a prgress bar that reacts to what is going on in the MSI installation.

A middle-ground option is to create some Custom Actions that display a UI. I do this to accomplish things like looking up a user in AD, search for SQL Servers on the network, browsing for databases in a SQL Server, and browsing for SSL Certificates. You can then trigger these custom actions through a push button.

As far as animated GIFs go - as far as I know they are not supported.




回答2:


You could look at using burn

http://robmensching.com/blog/posts/2009/7/14/Lets-talk-about-Burn



来源:https://stackoverflow.com/questions/2335354/how-to-create-custom-ui-for-msi-in-wix

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