Skip to content

Commit 202f9b9

Browse files
author
Paweł Andruszkiewicz
committed
BUG#37033676 MSI installer shows placeholders during the installation
When running the MSI installer on Windows 11, progress dialog showed status messages with placeholders, i.e.: Copying new files File: [1], Directory: [9], Size [6] The WIX template has been updated according to the suggested fix, tested manually on Windows 2022. Change-Id: I4b8ee53d910e3967db39d511acc72c583195c03e
1 parent 87616b1 commit 202f9b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/WIX.template.in

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
Condition="WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed" />
8686
</UI>
8787

88+
<!-- BUG#37033676 -->
89+
<UIRef Id="WixUI_ErrorProgressText" />
90+
8891
<?if "1" = "@CPACK_WIX_VS_REDIST_CHECK@" ?>
8992
<Property Id="VS14REDIST">
9093
<RegistrySearch Id="FindRedistVS14"

0 commit comments

Comments
 (0)