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