diff options
Diffstat (limited to 'src/ext/UI/wixlib/Common_Platform.wxi')
-rw-r--r-- | src/ext/UI/wixlib/Common_Platform.wxi | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/ext/UI/wixlib/Common_Platform.wxi b/src/ext/UI/wixlib/Common_Platform.wxi index 0c03629c..cd050e06 100644 --- a/src/ext/UI/wixlib/Common_Platform.wxi +++ b/src/ext/UI/wixlib/Common_Platform.wxi | |||
@@ -1,16 +1,18 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | 2 | ||
3 | 3 | ||
4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include ..\..\caDecor.wxi ?> | 5 | <?include ..\..\caDecor.wxi ?> |
6 | 6 | ||
7 | <!-- | 7 | <Fragment> |
8 | Custom actions to print EULA amd validate install directories are defined | 8 | <CustomAction Id="WixUIPrintEula$(Suffix)" BinaryRef="WixUiCa$(Suffix)" DllEntry="PrintEula" Return="ignore" Execute="immediate" /> |
9 | in WixUIExtension compiler extension, to handle platform-specific custom | 9 | </Fragment> |
10 | actions referred to from `DoAction` control events. | 10 | |
11 | --> | 11 | <Fragment> |
12 | <CustomAction Id="WixUIValidatePath$(Suffix)" BinaryRef="WixUiCa$(Suffix)" DllEntry="ValidatePath" Return="ignore" Execute="immediate" /> | ||
13 | </Fragment> | ||
12 | 14 | ||
13 | <Fragment> | 15 | <Fragment> |
14 | <Binary Id="WixUiCa$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))uica.dll" /> | 16 | <Binary Id="WixUiCa$(Suffix)" SourceFile="!(bindpath.$(platform))uica.dll" /> |
15 | </Fragment> | 17 | </Fragment> |
16 | </Include> | 18 | </Include> |