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/Util/wixlib/UtilExtension.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/Util/wixlib/UtilExtension.wxs')
-rw-r--r-- | src/ext/Util/wixlib/UtilExtension.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Util/wixlib/UtilExtension.wxs b/src/ext/Util/wixlib/UtilExtension.wxs index 0f445ab4..f2786b25 100644 --- a/src/ext/Util/wixlib/UtilExtension.wxs +++ b/src/ext/Util/wixlib/UtilExtension.wxs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include caDecor.wxi ?> | 5 | <?include ..\..\caDecor.wxi ?> |
6 | <?include caerr.wxi ?> | 6 | <?include ..\..\caerr.wxi ?> |
7 | 7 | ||
8 | <Fragment> | 8 | <Fragment> |
9 | <UI Id="ConfigureUsersErrorText"> | 9 | <UI Id="ConfigureUsersErrorText"> |