aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-05 16:11:05 -0800
committerRob Mensching <rob@firegiant.com>2023-12-16 14:32:21 -0800
commit379926377524951c692e8c342a49fb03da61345f (patch)
tree2dad2c9b622cd871fd69a2968e11bfbcc5bd751d /src/ext
parent7be5d94529c8419b4bd5da4dcd838795622643cb (diff)
downloadwix-379926377524951c692e8c342a49fb03da61345f.tar.gz
wix-379926377524951c692e8c342a49fb03da61345f.tar.bz2
wix-379926377524951c692e8c342a49fb03da61345f.zip
Initial support for virtual symbols.
Completes 7913
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/UI/wixlib/WixUI_Minimal.wxs4
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" />