File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11<Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" xmlns : util =" http://wixtoolset.org/schemas/v4/wxs/util" xmlns : bal =" http://wixtoolset.org/schemas/v4/wxs/bal" >
22 <Bundle Name =" $(var.BundleName)" Version =" $(var.BundleVersion)" Manufacturer =" Microsoft Corporation" UpgradeCode =" $(var.BundleUpgradeCode)" >
33 <BootstrapperApplication >
4- <bal : WixStandardBootstrapperApplication LicenseUrl =" https://go.microsoft.com/fwlink/?LinkId=329770" LogoFile = " DotNetLogo.bmp " SuppressDowngradeFailure =" yes" SuppressOptionsUI =" yes" ThemeFile =" bundle.thm" LocalizationFile =" LCID\1033\thm.wxl" Theme =" hyperlinkLicense" />
4+ <bal : WixStandardBootstrapperApplication LicenseUrl =" https://go.microsoft.com/fwlink/?LinkId=329770" SuppressDowngradeFailure =" yes" SuppressOptionsUI =" yes" ThemeFile =" bundle.thm" LocalizationFile =" LCID\1033\thm.wxl" Theme =" hyperlinkLicense" />
55 <?foreach lcid in 2052;1028;1029;1031;3082;1033;1036;1040;1041;1042;1045;1046;1049;1055?>
66 <Payload Id =" PL_thm_$(lcid)" SourceFile =" LCID\$(lcid)\thm.wxl" Name =" $(lcid)\thm.wxl" Compressed =" yes" />
77 <?endforeach ?>
88 <Payload Name =" DotNetLogo_256x.png" Compressed =" yes" SourceFile =" DotNetLogo_256x.png" />
9+ <Payload Name =" dotnet.ico" Compressed =" yes" SourceFile =" dotnet.ico" />
910 </BootstrapperApplication >
1011
1112 <!-- Search references for upgrade policy keys -->
You can’t perform that action at this time.
0 commit comments