File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 22 <Bundle Name =" $(var.BundleName)" Version =" $(var.BundleVersion)" Manufacturer =" Microsoft Corporation" UpgradeCode =" $(var.BundleUpgradeCode)" >
33 <BootstrapperApplication >
44 <bal : WixStandardBootstrapperApplication LicenseUrl =" https://go.microsoft.com/fwlink/?LinkId=329770" LogoFile =" DotNetLogo.bmp" SuppressDowngradeFailure =" yes" SuppressOptionsUI =" yes" ThemeFile =" thm.xml" LocalizationFile =" 1033\thm.wxl" Theme =" hyperlinkLicense" />
5- <PayloadGroupRef Id =" PG_Resources" />
65 </BootstrapperApplication >
76
87 <!-- Search references for upgrade policy keys -->
4140 <RelatedBundle Action =" upgrade" Id =" {6F741175-2F75-3845-B30B-6C364101EAA2}" />
4241 <?endif ?>
4342
44- <PayloadGroup Id =" PG_Resources" >
45- <?foreach lcid in 2052;1028;1029;1031;3082;1033;1036;1040;1041;1042;1045;1046;1049;1055?>
46- <Payload Id =" PL_thm_$(var.lcid)" SourceFile =" $(var.lcid)\thm.wxl" Name =" $(var.lcid)\thm.wxl" Compressed =" yes" />
47- <?endforeach ?>
48- </PayloadGroup >
49-
5043 <!-- Customizations of the default BA -->
5144 <Log Prefix =" dd_$(var.BundleLogPrefix)_" Extension =" .log" />
5245 <OptionalUpdateRegistration Manufacturer =" $(var.BundleRegManufacturer)" ProductFamily =" $(var.BundleRegFamily)" Name =" $(var.BundleRegName)" />
You can’t perform that action at this time.
0 commit comments