diff options
Diffstat (limited to 'src/ext/UI/wixlib/Common_Platform.wxi')
-rw-r--r-- | src/ext/UI/wixlib/Common_Platform.wxi | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/ext/UI/wixlib/Common_Platform.wxi b/src/ext/UI/wixlib/Common_Platform.wxi index ffaa7114..0c03629c 100644 --- a/src/ext/UI/wixlib/Common_Platform.wxi +++ b/src/ext/UI/wixlib/Common_Platform.wxi | |||
@@ -2,18 +2,15 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include caSuffix.wxi ?> | 5 | <?include ..\..\caDecor.wxi ?> |
6 | <Fragment> | ||
7 | <!-- print EULA functionality --> | ||
8 | <CustomAction Id="WixUIPrintEula$(var.Suffix)" DllEntry="PrintEula" Return="ignore" Execute="immediate" BinaryRef="WixUIWixca$(var.Suffix)" /> | ||
9 | </Fragment> | ||
10 | 6 | ||
11 | <Fragment> | 7 | <!-- |
12 | <!-- Validate install directory --> | 8 | Custom actions to print EULA amd validate install directories are defined |
13 | <CustomAction Id="WixUIValidatePath$(var.Suffix)" DllEntry="ValidatePath" Return="ignore" Execute="immediate" BinaryRef="WixUIWixca$(var.Suffix)" /> | 9 | in WixUIExtension compiler extension, to handle platform-specific custom |
14 | </Fragment> | 10 | actions referred to from `DoAction` control events. |
11 | --> | ||
15 | 12 | ||
16 | <Fragment> | 13 | <Fragment> |
17 | <Binary Id="WixUIWixca$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))uica.dll" /> | 14 | <Binary Id="WixUiCa$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))uica.dll" /> |
18 | </Fragment> | 15 | </Fragment> |
19 | </Include> | 16 | </Include> |