aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/WelcomeDlg.wxs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ext/UI/wixlib/WelcomeDlg.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/WelcomeDlg.wxs b/src/ext/UI/wixlib/WelcomeDlg.wxs
index bb13f1dc..b60933b9 100644
--- a/src/ext/UI/wixlib/WelcomeDlg.wxs
+++ b/src/ext/UI/wixlib/WelcomeDlg.wxs
@@ -20,7 +20,7 @@
20 </Dialog> 20 </Dialog>
21 21
22 <InstallUISequence> 22 <InstallUISequence>
23 <Show Dialog="WelcomeDlg" Before="ProgressDlg" Overridable="yes" Condition="NOT Installed OR PATCH" /> 23 <Show Dialog="virtual WelcomeDlg" Before="ProgressDlg" Condition="NOT Installed OR PATCH" />
24 </InstallUISequence> 24 </InstallUISequence>
25 </UI> 25 </UI>
26 </Fragment> 26 </Fragment>