我使用的是wixui_installdirui,我不想破坏默认布局。我还检查了This answerbut I don't understand how to do it(also,I don't need to update dynamically the status,just to show a text).
在安装顺序中:
<InstallExecuteSequence>
<Custom Action="INSTALL_DRIVERS_32" Before="InstallFinalize"><![CDATA[NOT VersionNT64 AND NOT Installed]]></Custom>
<Custom Action="INSTALL_DRIVERS_64" Before="InstallFinalize"><![CDATA[VersionNT64 AND NOT Installed]]></Custom>
</InstallExecuteSequence>