diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/install/windows/installer-windows.wxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/install/windows/installer-windows.wxs b/resources/install/windows/installer-windows.wxs index ec81d99..99b0ab2 100644 --- a/resources/install/windows/installer-windows.wxs +++ b/resources/install/windows/installer-windows.wxs @@ -494,6 +494,9 @@ <?endif?>
<Binary Id="CleanSweepExe" SourceFile="cleansweep.exe" />
+<!-- Includes any default translated Error or ProgressText elements -->
+<UIRef Id="WixUI_ErrorProgressText" />
+
</Product>
<!-- Modified ProgressDlg to not include InstallUISequence -->
|