Browse Source

Merge topic 'cpack-wix-msi-status'

3ed275bbb6 CPack/WiX: Fix installer status text

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9182
Brad King 1 year ago
parent
commit
4c4cd1246e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Modules/Internal/CPack/WIX.template.in
  2. 1 0
      Utilities/Release/WiX/WIX.template.in

+ 1 - 0
Modules/Internal/CPack/WIX.template.in

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

+ 1 - 0
Utilities/Release/WiX/WIX.template.in

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