summaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/WixUI_Advanced.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/UI/wixlib/WixUI_Advanced.wxs')
-rw-r--r--src/ext/UI/wixlib/WixUI_Advanced.wxs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/UI/wixlib/WixUI_Advanced.wxs b/src/ext/UI/wixlib/WixUI_Advanced.wxs
index bab05ec9..4f8bfa0c 100644
--- a/src/ext/UI/wixlib/WixUI_Advanced.wxs
+++ b/src/ext/UI/wixlib/WixUI_Advanced.wxs
@@ -8,7 +8,7 @@ installs, install path, and features.
8WiX variables used: 8WiX variables used:
9 - WixUISupportPerMachine 9 - WixUISupportPerMachine
10 - WixUISupportPerUser 10 - WixUISupportPerUser
11 11
12Todo: 12Todo:
13 - Clicking Install doesn't work! - APPLICATIONFOLDER isn't set; need to accept another "incoming" property. 13 - Clicking Install doesn't work! - APPLICATIONFOLDER isn't set; need to accept another "incoming" property.
14 - Replace this dialog set UI fragment with the UI extension. 14 - Replace this dialog set UI fragment with the UI extension.
@@ -33,8 +33,8 @@ Todo:
33 <?endforeach?> 33 <?endforeach?>
34 34
35 <Fragment> 35 <Fragment>
36 <WixVariable Id="WixUISupportPerUser" Value="1" Overridable="yes" /> 36 <WixVariable Id="virtual WixUISupportPerUser" Value="1" />
37 <WixVariable Id="WixUISupportPerMachine" Value="1" Overridable="yes" /> 37 <WixVariable Id="virtual WixUISupportPerMachine" Value="1" />
38 38
39 <PropertyRef Id="ApplicationFolderName" /> 39 <PropertyRef Id="ApplicationFolderName" />
40 40
@@ -119,7 +119,7 @@ Todo:
119 </UI> 119 </UI>
120 120
121 <InstallUISequence> 121 <InstallUISequence>
122 <Show Dialog="WelcomeDlg" Before="AdvancedWelcomeEulaDlg" Condition="Installed AND PATCH" /> 122 <Show Dialog="override WelcomeDlg" Before="AdvancedWelcomeEulaDlg" Condition="Installed AND PATCH" />
123 </InstallUISequence> 123 </InstallUISequence>
124 124
125 <Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONFOLDER" /> 125 <Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONFOLDER" />