diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/Common_Platform.wxi | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/wixlib/Common_Platform.wxi b/src/wixlib/Common_Platform.wxi index 1dc0de19..20cf8b86 100644 --- a/src/wixlib/Common_Platform.wxi +++ b/src/wixlib/Common_Platform.wxi | |||
@@ -1,20 +1,19 @@ | |||
1 | <?xml version="1.0"?> | 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 | <!-- 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. --> | ||
3 | 2 | ||
4 | 3 | ||
5 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
6 | <?include caSuffix.wxi ?> | 5 | <?include caSuffix.wxi ?> |
7 | <Fragment> | 6 | <Fragment> |
8 | <!-- print EULA functionality --> | 7 | <!-- print EULA functionality --> |
9 | <CustomAction Id="WixUIPrintEula$(var.Suffix)" BinaryKey="WixUIWixca$(var.Suffix)" DllEntry="PrintEula" Return="ignore" Execute="immediate" /> | 8 | <CustomAction Id="WixUIPrintEula$(var.Suffix)" BinaryKey="WixUIWixca$(var.Suffix)" DllEntry="PrintEula" Return="ignore" Execute="immediate" /> |
10 | </Fragment> | 9 | </Fragment> |
11 | 10 | ||
12 | <Fragment> | 11 | <Fragment> |
13 | <!-- Validate install directory --> | 12 | <!-- Validate install directory --> |
14 | <CustomAction Id="WixUIValidatePath$(var.Suffix)" BinaryKey="WixUIWixca$(var.Suffix)" DllEntry="ValidatePath" Return="ignore" Execute="immediate" /> | 13 | <CustomAction Id="WixUIValidatePath$(var.Suffix)" BinaryKey="WixUIWixca$(var.Suffix)" DllEntry="ValidatePath" Return="ignore" Execute="immediate" /> |
15 | </Fragment> | 14 | </Fragment> |
16 | 15 | ||
17 | <Fragment> | 16 | <Fragment> |
18 | <Binary Id="WixUIWixca$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))uica.dll" /> | 17 | <Binary Id="WixUIWixca$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))uica.dll" /> |
19 | </Fragment> | 18 | </Fragment> |
20 | </Include> | 19 | </Include> |