diff options
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/UI/wixlib/WixUI_Minimal.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/UI/wixlib/WixUI_Minimal.wxs b/src/ext/UI/wixlib/WixUI_Minimal.wxs index 0c69d8f8..e6f3437a 100644 --- a/src/ext/UI/wixlib/WixUI_Minimal.wxs +++ b/src/ext/UI/wixlib/WixUI_Minimal.wxs | |||
@@ -58,8 +58,8 @@ Patch dialog sequence: | |||
58 | <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg" Order="2" Condition="Installed AND PATCH" /> | 58 | <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg" Order="2" Condition="Installed AND PATCH" /> |
59 | 59 | ||
60 | <InstallUISequence> | 60 | <InstallUISequence> |
61 | <Show Dialog="WelcomeDlg" Before="WelcomeEulaDlg" Condition="Installed AND PATCH" /> | 61 | <Show Dialog="override WelcomeDlg" Before="WelcomeEulaDlg" Condition="Installed AND PATCH" /> |
62 | <Show Dialog="WelcomeEulaDlg" Before="ProgressDlg" Condition="NOT Installed" /> | 62 | <Show Dialog="override WelcomeEulaDlg" Before="ProgressDlg" Condition="NOT Installed" /> |
63 | </InstallUISequence> | 63 | </InstallUISequence> |
64 | 64 | ||
65 | <Property Id="ARPNOMODIFY" Value="1" /> | 65 | <Property Id="ARPNOMODIFY" Value="1" /> |