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/Bal/wixlib/Mbahost_platform.wxi | |
parent | 652719fc9d4a6afc9fb016d2d379a04c0bf40e04 (diff) | |
download | wix-091573d459d6ab4947bd39bd3bc8faee3d18b4fc.tar.gz wix-091573d459d6ab4947bd39bd3bc8faee3d18b4fc.tar.bz2 wix-091573d459d6ab4947bd39bd3bc8faee3d18b4fc.zip |
Central caDecor and caErr.
Diffstat (limited to 'src/ext/Bal/wixlib/Mbahost_platform.wxi')
-rw-r--r-- | src/ext/Bal/wixlib/Mbahost_platform.wxi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ext/Bal/wixlib/Mbahost_platform.wxi b/src/ext/Bal/wixlib/Mbahost_platform.wxi index 06d7f1fc..9a5241cf 100644 --- a/src/ext/Bal/wixlib/Mbahost_platform.wxi +++ b/src/ext/Bal/wixlib/Mbahost_platform.wxi | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include caDecor.wxi ?> | 5 | <?include ..\..\caDecor.wxi ?> |
6 | |||
6 | <Fragment> | 7 | <Fragment> |
7 | <BootstrapperApplication Id="WixManagedBootstrapperApplicationHost$(var.Suffix)"> | 8 | <BootstrapperApplication Id="WixManagedBootstrapperApplicationHost$(var.Suffix)"> |
8 | <BootstrapperApplicationDll Id="WixManagedBootstrapperApplicationHost" SourceFile="!(bindpath.$(var.platform))\mbahost.dll" /> | 9 | <BootstrapperApplicationDll Id="WixManagedBootstrapperApplicationHost" SourceFile="!(bindpath.$(var.platform))\mbahost.dll" /> |
@@ -10,6 +11,7 @@ | |||
10 | <PayloadGroupRef Id="WixManagedBootstrapperApplicationHostManagedPayloads" /> | 11 | <PayloadGroupRef Id="WixManagedBootstrapperApplicationHostManagedPayloads" /> |
11 | </BootstrapperApplication> | 12 | </BootstrapperApplication> |
12 | </Fragment> | 13 | </Fragment> |
14 | |||
13 | <Fragment> | 15 | <Fragment> |
14 | <BootstrapperApplication Id="WixManagedBootstrapperApplicationHost.Standard$(var.Suffix)"> | 16 | <BootstrapperApplication Id="WixManagedBootstrapperApplicationHost.Standard$(var.Suffix)"> |
15 | <PayloadGroupRef Id="MbaPreqStandardPayloads" /> | 17 | <PayloadGroupRef Id="MbaPreqStandardPayloads" /> |