diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 19:48:54 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | eff9d4204880535f821827e5aece5068402358f6 (patch) | |
tree | 11b8158605bf2853242321fbaf2880792cb8d6b5 /src/ext | |
parent | 379926377524951c692e8c342a49fb03da61345f (diff) | |
download | wix-eff9d4204880535f821827e5aece5068402358f6.tar.gz wix-eff9d4204880535f821827e5aece5068402358f6.tar.bz2 wix-eff9d4204880535f821827e5aece5068402358f6.zip |
Introducing the WiX Standard Library
Completes 7914
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/UI/wixlib/WixUI_Minimal.wxs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/WixUI_Minimal.wxs b/src/ext/UI/wixlib/WixUI_Minimal.wxs index e6f3437a..80a011e6 100644 --- a/src/ext/UI/wixlib/WixUI_Minimal.wxs +++ b/src/ext/UI/wixlib/WixUI_Minimal.wxs | |||
@@ -59,7 +59,6 @@ Patch dialog sequence: | |||
59 | 59 | ||
60 | <InstallUISequence> | 60 | <InstallUISequence> |
61 | <Show Dialog="override WelcomeDlg" Before="WelcomeEulaDlg" Condition="Installed AND PATCH" /> | 61 | <Show Dialog="override WelcomeDlg" Before="WelcomeEulaDlg" Condition="Installed AND PATCH" /> |
62 | <Show Dialog="override WelcomeEulaDlg" Before="ProgressDlg" Condition="NOT Installed" /> | ||
63 | </InstallUISequence> | 62 | </InstallUISequence> |
64 | 63 | ||
65 | <Property Id="ARPNOMODIFY" Value="1" /> | 64 | <Property Id="ARPNOMODIFY" Value="1" /> |