File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 2 files changed +2
-2
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 =" thm.xml " LocalizationFile =" LCID\1033\thm.wxl" Theme =" hyperlinkLicense" />
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" />
55 <?foreach lcid in 2052;1028;1029;1031;3082;1033;1036;1040;1041;1042;1045;1046;1049;1055?>
6- <Payload Id =" PL_thm_$(var. lcid)" SourceFile =" LCID\$(var. lcid)\thm.wxl" Name =" $(var. lcid)\thm.wxl" Compressed =" yes" />
6+ <Payload Id =" PL_thm_$(lcid)" SourceFile =" LCID\$(lcid)\thm.wxl" Name =" $(lcid)\thm.wxl" Compressed =" yes" />
77 <?endforeach ?>
88 <Payload Name =" DotNetLogo.bmp" Compressed =" yes" SourceFile =" DotNetLogo.bmp" />
99 </BootstrapperApplication >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments