diff options
Diffstat (limited to 'src/ext/Bal/wixlib/BalExtension_platform.wxi')
-rw-r--r-- | src/ext/Bal/wixlib/BalExtension_platform.wxi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ext/Bal/wixlib/BalExtension_platform.wxi b/src/ext/Bal/wixlib/BalExtension_platform.wxi index 6978ba99..e1d846ce 100644 --- a/src/ext/Bal/wixlib/BalExtension_platform.wxi +++ b/src/ext/Bal/wixlib/BalExtension_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="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)"> | 8 | <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)"> |
8 | <BootstrapperApplicationDll Id="WixDotNetCoreBootstrapperApplicationHost" SourceFile="!(bindpath.$(var.platform))\dnchost.dll" /> | 9 | <BootstrapperApplicationDll Id="WixDotNetCoreBootstrapperApplicationHost" SourceFile="!(bindpath.$(var.platform))\dnchost.dll" /> |
@@ -10,6 +11,7 @@ | |||
10 | <PayloadGroupRef Id="WixDotNetCoreBootstrapperApplicationHostManagedPayloads" /> | 11 | <PayloadGroupRef Id="WixDotNetCoreBootstrapperApplicationHostManagedPayloads" /> |
11 | </BootstrapperApplication> | 12 | </BootstrapperApplication> |
12 | </Fragment> | 13 | </Fragment> |
14 | |||
13 | <Fragment> | 15 | <Fragment> |
14 | <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost.Standard$(var.Suffix)"> | 16 | <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost.Standard$(var.Suffix)"> |
15 | <PayloadGroupRef Id="DncPreqStandardPayloads" /> | 17 | <PayloadGroupRef Id="DncPreqStandardPayloads" /> |
@@ -22,30 +24,35 @@ | |||
22 | <BootstrapperApplicationDll Id="WixStandardBootstrapperApplication" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" /> | 24 | <BootstrapperApplicationDll Id="WixStandardBootstrapperApplication" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" /> |
23 | </BootstrapperApplication> | 25 | </BootstrapperApplication> |
24 | </Fragment> | 26 | </Fragment> |
27 | |||
25 | <Fragment> | 28 | <Fragment> |
26 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)"> | 29 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)"> |
27 | <PayloadGroupRef Id="WixStdbaRtfLicensePayloads" /> | 30 | <PayloadGroupRef Id="WixStdbaRtfLicensePayloads" /> |
28 | </BootstrapperApplication> | 31 | </BootstrapperApplication> |
29 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | 32 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> |
30 | </Fragment> | 33 | </Fragment> |
34 | |||
31 | <Fragment> | 35 | <Fragment> |
32 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)"> | 36 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)"> |
33 | <PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" /> | 37 | <PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" /> |
34 | </BootstrapperApplication> | 38 | </BootstrapperApplication> |
35 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | 39 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> |
36 | </Fragment> | 40 | </Fragment> |
41 | |||
37 | <Fragment> | 42 | <Fragment> |
38 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)"> | 43 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)"> |
39 | <PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" /> | 44 | <PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" /> |
40 | </BootstrapperApplication> | 45 | </BootstrapperApplication> |
41 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | 46 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> |
42 | </Fragment> | 47 | </Fragment> |
48 | |||
43 | <Fragment> | 49 | <Fragment> |
44 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)"> | 50 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)"> |
45 | <PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" /> | 51 | <PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" /> |
46 | </BootstrapperApplication> | 52 | </BootstrapperApplication> |
47 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | 53 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> |
48 | </Fragment> | 54 | </Fragment> |
55 | |||
49 | <Fragment> | 56 | <Fragment> |
50 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)"> | 57 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)"> |
51 | <PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" /> | 58 | <PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" /> |