Pārlūkot izejas kodu

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 gadu atpakaļ
vecāks
revīzija
4c4cd1246e

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

@@ -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"?>

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

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