質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top