diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-03 15:55:48 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-03 15:55:48 -0700 |
| commit | ba7bab476501c16e437b0aee71c1be02c3dda176 (patch) | |
| tree | 814fba485c29a7dfe1adb396169e27ed641ef9a3 /src/ext/Bal/wixlib | |
| parent | 14987a72cc1a3493ca8f80693d273352fc314bd9 (diff) | |
| download | wix-ba7bab476501c16e437b0aee71c1be02c3dda176.tar.gz wix-ba7bab476501c16e437b0aee71c1be02c3dda176.tar.bz2 wix-ba7bab476501c16e437b0aee71c1be02c3dda176.zip | |
Move Bal.wixext into ext
Diffstat (limited to 'src/ext/Bal/wixlib')
| -rw-r--r-- | src/ext/Bal/wixlib/BalExtension_arm64.wxs | 7 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/BalExtension_platform.wxi | 69 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/BalExtension_x64.wxs | 7 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/BalExtension_x86.wxs | 7 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/Dnc.wxs | 20 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/Mba.wxs | 43 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/bal.wixproj | 36 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/caDecor.wxi | 39 | ||||
| -rw-r--r-- | src/ext/Bal/wixlib/wixstdba.wxs | 92 |
9 files changed, 320 insertions, 0 deletions
diff --git a/src/ext/Bal/wixlib/BalExtension_arm64.wxs b/src/ext/Bal/wixlib/BalExtension_arm64.wxs new file mode 100644 index 00000000..1b9e11d2 --- /dev/null +++ b/src/ext/Bal/wixlib/BalExtension_arm64.wxs | |||
| @@ -0,0 +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. --> | ||
| 2 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <?define platform=arm64 ?> | ||
| 6 | <?include BalExtension_platform.wxi ?> | ||
| 7 | </Wix> | ||
diff --git a/src/ext/Bal/wixlib/BalExtension_platform.wxi b/src/ext/Bal/wixlib/BalExtension_platform.wxi new file mode 100644 index 00000000..33122fb2 --- /dev/null +++ b/src/ext/Bal/wixlib/BalExtension_platform.wxi | |||
| @@ -0,0 +1,69 @@ | |||
| 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 | |||
| 3 | |||
| 4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <?include caDecor.wxi ?> | ||
| 6 | <Fragment> | ||
| 7 | <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)"> | ||
| 8 | <BootstrapperApplicationDll Id="WixDotNetCoreBootstrapperApplicationHost" SourceFile="!(bindpath.$(var.platform))\dnchost.dll" /> | ||
| 9 | <Payload SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" Name="dncpreq.dll" /> | ||
| 10 | <PayloadGroupRef Id="WixDotNetCoreBootstrapperApplicationHostManagedPayloads" /> | ||
| 11 | </BootstrapperApplication> | ||
| 12 | </Fragment> | ||
| 13 | <Fragment> | ||
| 14 | <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost.Standard$(var.Suffix)"> | ||
| 15 | <PayloadGroupRef Id="DncPreqStandardPayloads" /> | ||
| 16 | </BootstrapperApplication> | ||
| 17 | <BootstrapperApplicationRef Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)" /> | ||
| 18 | </Fragment> | ||
| 19 | |||
| 20 | <Fragment> | ||
| 21 | <BootstrapperApplication Id="WixManagedBootstrapperApplicationHost$(var.Suffix)"> | ||
| 22 | <BootstrapperApplicationDll Id="WixManagedBootstrapperApplicationHost" SourceFile="!(bindpath.$(var.platform))\mbahost.dll" /> | ||
| 23 | <Payload SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" Name="mbapreq.dll" /> | ||
| 24 | <PayloadGroupRef Id="WixManagedBootstrapperApplicationHostManagedPayloads" /> | ||
| 25 | </BootstrapperApplication> | ||
| 26 | </Fragment> | ||
| 27 | <Fragment> | ||
| 28 | <BootstrapperApplication Id="WixManagedBootstrapperApplicationHost.Standard$(var.Suffix)"> | ||
| 29 | <PayloadGroupRef Id="MbaPreqStandardPayloads" /> | ||
| 30 | </BootstrapperApplication> | ||
| 31 | <BootstrapperApplicationRef Id="WixManagedBootstrapperApplicationHost$(var.Suffix)" /> | ||
| 32 | </Fragment> | ||
| 33 | |||
| 34 | <Fragment> | ||
| 35 | <BootstrapperApplication Id="WixStandardBootstrapperApplication$(var.Suffix)"> | ||
| 36 | <BootstrapperApplicationDll Id="WixStandardBootstrapperApplication" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" /> | ||
| 37 | </BootstrapperApplication> | ||
| 38 | </Fragment> | ||
| 39 | <Fragment> | ||
| 40 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)"> | ||
| 41 | <PayloadGroupRef Id="WixStdbaRtfLicensePayloads" /> | ||
| 42 | </BootstrapperApplication> | ||
| 43 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | ||
| 44 | </Fragment> | ||
| 45 | <Fragment> | ||
| 46 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)"> | ||
| 47 | <PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" /> | ||
| 48 | </BootstrapperApplication> | ||
| 49 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | ||
| 50 | </Fragment> | ||
| 51 | <Fragment> | ||
| 52 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)"> | ||
| 53 | <PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" /> | ||
| 54 | </BootstrapperApplication> | ||
| 55 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | ||
| 56 | </Fragment> | ||
| 57 | <Fragment> | ||
| 58 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)"> | ||
| 59 | <PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" /> | ||
| 60 | </BootstrapperApplication> | ||
| 61 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | ||
| 62 | </Fragment> | ||
| 63 | <Fragment> | ||
| 64 | <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)"> | ||
| 65 | <PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" /> | ||
| 66 | </BootstrapperApplication> | ||
| 67 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" /> | ||
| 68 | </Fragment> | ||
| 69 | </Include> | ||
diff --git a/src/ext/Bal/wixlib/BalExtension_x64.wxs b/src/ext/Bal/wixlib/BalExtension_x64.wxs new file mode 100644 index 00000000..69a597ae --- /dev/null +++ b/src/ext/Bal/wixlib/BalExtension_x64.wxs | |||
| @@ -0,0 +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. --> | ||
| 2 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <?define platform=x64 ?> | ||
| 6 | <?include BalExtension_platform.wxi ?> | ||
| 7 | </Wix> | ||
diff --git a/src/ext/Bal/wixlib/BalExtension_x86.wxs b/src/ext/Bal/wixlib/BalExtension_x86.wxs new file mode 100644 index 00000000..3cdd4015 --- /dev/null +++ b/src/ext/Bal/wixlib/BalExtension_x86.wxs | |||
| @@ -0,0 +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. --> | ||
| 2 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <?define platform=x86 ?> | ||
| 6 | <?include BalExtension_platform.wxi ?> | ||
| 7 | </Wix> | ||
diff --git a/src/ext/Bal/wixlib/Dnc.wxs b/src/ext/Bal/wixlib/Dnc.wxs new file mode 100644 index 00000000..d777c473 --- /dev/null +++ b/src/ext/Bal/wixlib/Dnc.wxs | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <!-- | ||
| 6 | Dnc.wxs - .NET Core BA resources. | ||
| 7 | --> | ||
| 8 | <Fragment> | ||
| 9 | <PayloadGroup Id="WixDotNetCoreBootstrapperApplicationHostManagedPayloads"> | ||
| 10 | <Payload SourceFile="WixToolset.Dnc.Host.dll" /> | ||
| 11 | </PayloadGroup> | ||
| 12 | </Fragment> | ||
| 13 | <Fragment> | ||
| 14 | <PayloadGroup Id="DncPreqStandardPayloads"> | ||
| 15 | <Payload Name="mbapreq.thm" SourceFile="!(wix.DncPreqbaThemeXml=SourceDir\dncpreq.thm)" /> | ||
| 16 | <Payload Name="mbapreq.png" SourceFile="!(wix.DncPreqbaLogo=SourceDir\mbapreq.png)" /> | ||
| 17 | <Payload Name="mbapreq.wxl" SourceFile="!(wix.DncPreqbaThemeWxl=SourceDir\dncpreq.wxl)" /> | ||
| 18 | </PayloadGroup> | ||
| 19 | </Fragment> | ||
| 20 | </Wix> | ||
diff --git a/src/ext/Bal/wixlib/Mba.wxs b/src/ext/Bal/wixlib/Mba.wxs new file mode 100644 index 00000000..2d407c88 --- /dev/null +++ b/src/ext/Bal/wixlib/Mba.wxs | |||
| @@ -0,0 +1,43 @@ | |||
| 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 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <!-- | ||
| 6 | Mba.wxs - Managed BA resources. | ||
| 7 | --> | ||
| 8 | <Fragment> | ||
| 9 | <PayloadGroup Id="WixManagedBootstrapperApplicationHostManagedPayloads"> | ||
| 10 | <Payload SourceFile="WixToolset.Mba.Host.dll" /> | ||
| 11 | </PayloadGroup> | ||
| 12 | </Fragment> | ||
| 13 | <Fragment> | ||
| 14 | <PayloadGroup Id="MbaPreqStandardPayloads"> | ||
| 15 | <Payload Name="mbapreq.thm" SourceFile="!(wix.PreqbaThemeXml=SourceDir\mbapreq.thm)" /> | ||
| 16 | <Payload Name="mbapreq.png" SourceFile="!(wix.PreqbaLogo=SourceDir\mbapreq.png)" /> | ||
| 17 | <Payload Name="mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl=SourceDir\mbapreq.wxl)" /> | ||
| 18 | <Payload Name="1028\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1028=SourceDir\1028\mbapreq.wxl)" /> | ||
| 19 | <Payload Name="1029\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1029=SourceDir\1029\mbapreq.wxl)" /> | ||
| 20 | <Payload Name="1030\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1030=SourceDir\1030\mbapreq.wxl)" /> | ||
| 21 | <Payload Name="1031\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1031=SourceDir\1031\mbapreq.wxl)" /> | ||
| 22 | <Payload Name="1032\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1032=SourceDir\1032\mbapreq.wxl)" /> | ||
| 23 | <Payload Name="1035\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1035=SourceDir\1035\mbapreq.wxl)" /> | ||
| 24 | <Payload Name="1036\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1036=SourceDir\1036\mbapreq.wxl)" /> | ||
| 25 | <Payload Name="1038\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1038=SourceDir\1038\mbapreq.wxl)" /> | ||
| 26 | <Payload Name="1040\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1040=SourceDir\1040\mbapreq.wxl)" /> | ||
| 27 | <Payload Name="1041\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1041=SourceDir\1041\mbapreq.wxl)" /> | ||
| 28 | <Payload Name="1042\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1042=SourceDir\1042\mbapreq.wxl)" /> | ||
| 29 | <Payload Name="1043\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1043=SourceDir\1043\mbapreq.wxl)" /> | ||
| 30 | <Payload Name="1044\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1044=SourceDir\1044\mbapreq.wxl)" /> | ||
| 31 | <Payload Name="1045\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1045=SourceDir\1045\mbapreq.wxl)" /> | ||
| 32 | <Payload Name="1046\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1046=SourceDir\1046\mbapreq.wxl)" /> | ||
| 33 | <Payload Name="1049\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1049=SourceDir\1049\mbapreq.wxl)" /> | ||
| 34 | <Payload Name="1051\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1051=SourceDir\1051\mbapreq.wxl)" /> | ||
| 35 | <Payload Name="1053\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1053=SourceDir\1053\mbapreq.wxl)" /> | ||
| 36 | <Payload Name="1055\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1055=SourceDir\1055\mbapreq.wxl)" /> | ||
| 37 | <Payload Name="1060\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl1060=SourceDir\1060\mbapreq.wxl)" /> | ||
| 38 | <Payload Name="2052\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl2052=SourceDir\2052\mbapreq.wxl)" /> | ||
| 39 | <Payload Name="2070\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl2070=SourceDir\2070\mbapreq.wxl)" /> | ||
| 40 | <Payload Name="3082\mbapreq.wxl" SourceFile="!(wix.PreqbaThemeWxl3082=SourceDir\3082\mbapreq.wxl)" /> | ||
| 41 | </PayloadGroup> | ||
| 42 | </Fragment> | ||
| 43 | </Wix> | ||
diff --git a/src/ext/Bal/wixlib/bal.wixproj b/src/ext/Bal/wixlib/bal.wixproj new file mode 100644 index 00000000..fdcc7475 --- /dev/null +++ b/src/ext/Bal/wixlib/bal.wixproj | |||
| @@ -0,0 +1,36 @@ | |||
| 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 | <Project Sdk="WixToolset.Sdk" ToolsVersion="4.0"> | ||
| 3 | <PropertyGroup> | ||
| 4 | <OutputType>Library</OutputType> | ||
| 5 | <BindFiles>true</BindFiles> | ||
| 6 | <Cultures>en-us</Cultures> | ||
| 7 | </PropertyGroup> | ||
| 8 | <ItemGroup> | ||
| 9 | <BindInputPaths Include="..\wixstdba\Resources\" /> | ||
| 10 | <BindInputPaths Include="$(OutputPath)netcoreapp3.1" /> | ||
| 11 | <BindInputPaths Include="$(OutputPath)net20" /> | ||
| 12 | <BindInputPaths Include="$(OutputPath)x86" BindName="x86" /> | ||
| 13 | <BindInputPaths Include="$(OutputPath)x64" BindName="x64" /> | ||
| 14 | <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" /> | ||
| 15 | </ItemGroup> | ||
| 16 | <ItemGroup> | ||
| 17 | <ProjectReference Include="..\dnchost\dnchost.vcxproj" Properties="Platform=ARM64" /> | ||
| 18 | <ProjectReference Include="..\mbahost\mbahost.vcxproj" Properties="Platform=ARM64" /> | ||
| 19 | <ProjectReference Include="..\wixstdba\wixstdba.vcxproj" Properties="Platform=ARM64" /> | ||
| 20 | <ProjectReference Include="..\dnchost\dnchost.vcxproj" Properties="Platform=x86" /> | ||
| 21 | <ProjectReference Include="..\mbahost\mbahost.vcxproj" Properties="Platform=x86" /> | ||
| 22 | <ProjectReference Include="..\wixstdba\wixstdba.vcxproj" Properties="Platform=x86" /> | ||
| 23 | <ProjectReference Include="..\dnchost\dnchost.vcxproj" Properties="Platform=x64" /> | ||
| 24 | <ProjectReference Include="..\mbahost\mbahost.vcxproj" Properties="Platform=x64" /> | ||
| 25 | <ProjectReference Include="..\wixstdba\wixstdba.vcxproj" Properties="Platform=x64" /> | ||
| 26 | </ItemGroup> | ||
| 27 | <ItemGroup> | ||
| 28 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | ||
| 29 | </ItemGroup> | ||
| 30 | <!-- Workaround for bug in ProjectReferenceDefineConstants, they're not needed for this project anyway --> | ||
| 31 | <Target Name="ClearProjectReferenceDefineConstants" AfterTargets="CalculateDefineConstants"> | ||
| 32 | <PropertyGroup> | ||
| 33 | <ProjectReferenceDefineConstants></ProjectReferenceDefineConstants> | ||
| 34 | </PropertyGroup> | ||
| 35 | </Target> | ||
| 36 | </Project> \ No newline at end of file | ||
diff --git a/src/ext/Bal/wixlib/caDecor.wxi b/src/ext/Bal/wixlib/caDecor.wxi new file mode 100644 index 00000000..b1711518 --- /dev/null +++ b/src/ext/Bal/wixlib/caDecor.wxi | |||
| @@ -0,0 +1,39 @@ | |||
| 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 | |||
| 3 | |||
| 4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <?ifdef Prefix ?> | ||
| 6 | <?undef Prefix ?> | ||
| 7 | <?endif?> | ||
| 8 | |||
| 9 | <?define Prefix="Wix4" ?> | ||
| 10 | |||
| 11 | <?ifndef platform ?> | ||
| 12 | <?define platform="x86" ?> | ||
| 13 | <?endif?> | ||
| 14 | |||
| 15 | <?if $(var.platform)="" ?> | ||
| 16 | <?undef platform ?> | ||
| 17 | <?define platform="x86" ?> | ||
| 18 | <?endif?> | ||
| 19 | |||
| 20 | <?ifdef Suffix ?> | ||
| 21 | <?undef Suffix ?> | ||
| 22 | <?endif?> | ||
| 23 | |||
| 24 | <?if $(var.platform)~="x86" ?> | ||
| 25 | <?define Suffix="_X86" ?> | ||
| 26 | <?endif?> | ||
| 27 | |||
| 28 | <?if $(var.platform)~="x64" ?> | ||
| 29 | <?define Suffix="_X64" ?> | ||
| 30 | <?endif?> | ||
| 31 | |||
| 32 | <?if $(var.platform)~="arm" ?> | ||
| 33 | <?define Suffix="_A32" ?> | ||
| 34 | <?endif?> | ||
| 35 | |||
| 36 | <?if $(var.platform)~="arm64" ?> | ||
| 37 | <?define Suffix="_A64" ?> | ||
| 38 | <?endif?> | ||
| 39 | </Include> | ||
diff --git a/src/ext/Bal/wixlib/wixstdba.wxs b/src/ext/Bal/wixlib/wixstdba.wxs new file mode 100644 index 00000000..8181b9b4 --- /dev/null +++ b/src/ext/Bal/wixlib/wixstdba.wxs | |||
| @@ -0,0 +1,92 @@ | |||
| 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 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <!-- RTF License Payload Group --> | ||
| 6 | <Fragment> | ||
| 7 | <PayloadGroup Id="WixStdbaRtfLicensePayloads"> | ||
| 8 | <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=RtfTheme.xml)" /> | ||
| 9 | <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=RtfTheme.wxl)" /> | ||
| 10 | <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" /> | ||
| 11 | |||
| 12 | <Payload Name="!(wix.WixStdbaLicenseRtfName=license.rtf)" Compressed="yes" SourceFile="!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)" /> | ||
| 13 | </PayloadGroup> | ||
| 14 | |||
| 15 | <BundleCustomDataRef Id="WixStdbaInformation"> | ||
| 16 | <BundleElement> | ||
| 17 | <BundleAttribute Id="LicenseFile" Value="!(wix.WixStdbaLicenseRtfName=license.rtf)" /> | ||
| 18 | </BundleElement> | ||
| 19 | </BundleCustomDataRef> | ||
| 20 | </Fragment> | ||
| 21 | |||
| 22 | <!-- RTF Large License Payload Group --> | ||
| 23 | <Fragment> | ||
| 24 | <PayloadGroup Id="WixStdbaRtfLargeLicensePayloads"> | ||
| 25 | <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=RtfLargeTheme.xml)" /> | ||
| 26 | <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=RtfTheme.wxl)" /> | ||
| 27 | <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" /> | ||
| 28 | |||
| 29 | <Payload Name="!(wix.WixStdbaLicenseRtfName=license.rtf)" Compressed="yes" SourceFile="!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)" /> | ||
| 30 | </PayloadGroup> | ||
| 31 | |||
| 32 | <BundleCustomDataRef Id="WixStdbaInformation"> | ||
| 33 | <BundleElement> | ||
| 34 | <BundleAttribute Id="LicenseFile" Value="!(wix.WixStdbaLicenseRtfName=license.rtf)" /> | ||
| 35 | </BundleElement> | ||
| 36 | </BundleCustomDataRef> | ||
| 37 | </Fragment> | ||
| 38 | |||
| 39 | <!-- Hyperlink License Payload Group --> | ||
| 40 | <Fragment> | ||
| 41 | <PayloadGroup Id="WixStdbaHyperlinkLicensePayloads"> | ||
| 42 | <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=HyperlinkTheme.xml)" /> | ||
| 43 | <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)" /> | ||
| 44 | <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" /> | ||
| 45 | </PayloadGroup> | ||
| 46 | |||
| 47 | <BundleCustomDataRef Id="WixStdbaInformation"> | ||
| 48 | <BundleElement> | ||
| 49 | <BundleAttribute Id="LicenseUrl" Value="!(wix.WixStdbaLicenseUrl)" /> | ||
| 50 | </BundleElement> | ||
| 51 | </BundleCustomDataRef> | ||
| 52 | </Fragment> | ||
| 53 | |||
| 54 | <!-- Hyperlink Large License Payload Group --> | ||
| 55 | <Fragment> | ||
| 56 | <PayloadGroup Id="WixStdbaHyperlinkLargeLicensePayloads"> | ||
| 57 | <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=HyperlinkLargeTheme.xml)" /> | ||
| 58 | <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)" /> | ||
| 59 | <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" /> | ||
| 60 | </PayloadGroup> | ||
| 61 | |||
| 62 | <BundleCustomDataRef Id="WixStdbaInformation"> | ||
| 63 | <BundleElement> | ||
| 64 | <BundleAttribute Id="LicenseUrl" Value="!(wix.WixStdbaLicenseUrl)" /> | ||
| 65 | </BundleElement> | ||
| 66 | </BundleCustomDataRef> | ||
| 67 | </Fragment> | ||
| 68 | |||
| 69 | <!-- HyperlinkSidebar License Payload Group --> | ||
| 70 | <Fragment> | ||
| 71 | <PayloadGroup Id="WixStdbaHyperlinkSidebarLicensePayloads"> | ||
| 72 | <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=HyperlinkSidebarTheme.xml)" /> | ||
| 73 | <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)" /> | ||
| 74 | <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" /> | ||
| 75 | <Payload Name="logoside.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogoSide=logoside.png)" /> | ||
| 76 | </PayloadGroup> | ||
| 77 | |||
| 78 | <BundleCustomDataRef Id="WixStdbaInformation"> | ||
| 79 | <BundleElement> | ||
| 80 | <BundleAttribute Id="LicenseUrl" Value="!(wix.WixStdbaLicenseUrl)" /> | ||
| 81 | </BundleElement> | ||
| 82 | </BundleCustomDataRef> | ||
| 83 | </Fragment> | ||
| 84 | |||
| 85 | <!-- BootstrapperApplicationData tables definition --> | ||
| 86 | <Fragment> | ||
| 87 | <BundleCustomData Id="WixStdbaInformation"> | ||
| 88 | <BundleAttributeDefinition Id="LicenseFile" /> | ||
| 89 | <BundleAttributeDefinition Id="LicenseUrl" /> | ||
| 90 | </BundleCustomData> | ||
| 91 | </Fragment> | ||
| 92 | </Wix> | ||
