What does ActionText Table correspond to in WiX 3.8

て烟熏妆下的殇ゞ 提交于 2019-12-25 02:31:25

问题


I am asking the correspondence in WiX for ActionText table, refered in MSDN page Link. Or rather, how can we provide hint text while system events are happening, like the installer is moving files or writing to registry?


回答1:


All of the elements in WiX are documented in the help file with a list of Windows Installer references. This enables you to search the help backwards to find out which element expresses said table. In this case it's the ProgressText element.

This link might be useful to you if you want to add action text for the build in standard actions.



来源:https://stackoverflow.com/questions/21675059/what-does-actiontext-table-correspond-to-in-wix-3-8

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