diff options
author | Damian Minkov <damencho@jitsi.org> | 2012-05-14 09:35:37 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2012-05-14 09:35:37 +0000 |
commit | 9e2ff448e7898ab81105b213b8dbc74ca7da8600 (patch) | |
tree | 4b52cacea41cefaec5dc4dd1ef8b5da9084ac10d | |
parent | 7ac06f5fd715b0b0a4964c9cb9cb5c412b50ed32 (diff) | |
download | jitsi-9e2ff448e7898ab81105b213b8dbc74ca7da8600.zip jitsi-9e2ff448e7898ab81105b213b8dbc74ca7da8600.tar.gz jitsi-9e2ff448e7898ab81105b213b8dbc74ca7da8600.tar.bz2 |
Includes any default translated Error or ProgressText elements when building msi packages.
-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 -->
|