diff options
author | Bob Arnson <bob@firegiant.com> | 2022-02-10 00:38:43 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-02-10 13:17:31 -0500 |
commit | 091573d459d6ab4947bd39bd3bc8faee3d18b4fc (patch) | |
tree | 88bf9f32b63ad7173189ced351129d41596dd043 /src/ext/ComPlus/wixlib/ComPlusExtension.wxs | |
parent | 652719fc9d4a6afc9fb016d2d379a04c0bf40e04 (diff) | |
download | wix-091573d459d6ab4947bd39bd3bc8faee3d18b4fc.tar.gz wix-091573d459d6ab4947bd39bd3bc8faee3d18b4fc.tar.bz2 wix-091573d459d6ab4947bd39bd3bc8faee3d18b4fc.zip |
Central caDecor and caErr.
Diffstat (limited to 'src/ext/ComPlus/wixlib/ComPlusExtension.wxs')
-rw-r--r-- | src/ext/ComPlus/wixlib/ComPlusExtension.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/ComPlus/wixlib/ComPlusExtension.wxs b/src/ext/ComPlus/wixlib/ComPlusExtension.wxs index fe74eeae..736fd9b5 100644 --- a/src/ext/ComPlus/wixlib/ComPlusExtension.wxs +++ b/src/ext/ComPlus/wixlib/ComPlusExtension.wxs | |||
@@ -1,7 +1,7 @@ | |||
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 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
4 | <?include caerr.wxi ?> | 4 | <?include ..\..\caerr.wxi ?> |
5 | 5 | ||
6 | <Fragment> | 6 | <Fragment> |
7 | <UI Id="ComPlusUI"> | 7 | <UI Id="ComPlusUI"> |