CPack/WiX: Fix installer status text

Previously, installers displayed extra text on some Windows versions:

    File: [1], Directory: [9], Size [6]

Add an option to our WiX templates to suppress that.

Fixes: #25634
This commit is contained in:
Brad King
2024-01-24 14:57:32 -05:00
parent ad50700038
commit 3ed275bbb6
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
<FeatureRef Id="ProductFeature"/>
<UIRef Id="$(var.CPACK_WIX_UI_REF)" />
<UIRef Id="WixUI_ErrorProgressText" />
<?include "properties.wxi"?>
<?include "product_fragment.wxi"?>

View File

@@ -52,6 +52,7 @@
</FeatureRef>
<UIRef Id="$(var.CPACK_WIX_UI_REF)" />
<UIRef Id="WixUI_ErrorProgressText" />
<?include "properties.wxi"?>
<?include "product_fragment.wxi"?>