aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/Common_Platform.wxi
blob: 51fff6a1d5688c91c2b49f53044f7cc26928c14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- 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. -->


<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <?include ..\..\caDecor.wxi ?>

    <Fragment>
        <CustomAction Id="WixUIValidatePath$(Suffix)" BinaryRef="WixUiCa$(Suffix)" DllEntry="ValidatePath" Return="ignore" Execute="immediate" />
    </Fragment>

    <Fragment>
        <Binary Id="WixUiCa$(Suffix)" SourceFile="!(bindpath.uica.$(platform))uica.dll" />
    </Fragment>
</Include>