Skip to content

Commit 14b9e6c

Browse files
committed
Issue #25126: Clarifies that the non-web installer will download some components.
1 parent bc25032 commit 14b9e6c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ Windows
152152

153153
- Issue #25091: Increases font size of the installer.
154154

155+
- Issue #25126: Clarifies that the non-web installer will download some
156+
components.
157+
155158
- Issue #25213: Restores requestedExecutionLevel to manifest to disable
156159
UAC virtualization.
157160

Tools/msi/bundle/Default.wxl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Select Customize to review current options.</String>
8686
<String Id="InstallLauncherAllUsersLabel">for &amp;all users (requires elevation)</String>
8787
<String Id="ShortInstallLauncherAllUsersLabel">Install &amp;launcher for all users (recommended)</String>
8888
<String Id="PrecompileLabel">&amp;Precompile standard library</String>
89-
<String Id="Include_symbolsLabel">Install debugging &amp;symbols</String>
90-
<String Id="Include_debugLabel">Install debu&amp;g binaries (requires VS 2015 or later)</String>
89+
<String Id="Include_symbolsLabel">Download debugging &amp;symbols</String>
90+
<String Id="Include_debugLabel">Download debu&amp;g binaries (requires VS 2015 or later)</String>
9191

9292
<String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
9393
<String Id="ProgressLabel">[ActionLikeInstalling]:</String>

0 commit comments

Comments
 (0)