You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<StringId="HelpText"Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default.
9
+
10
+
/passive | /quiet - displays minimal UI with no prompts or displays no UI and no prompts. By default, UI and all prompts are displayed.
11
+
12
+
/norestart - suppress any attempts to restart. By default UI will prompt before restart.
13
+
14
+
/log <LOG_FILE> - logs to the specified file. By default a log file is created in %TEMP%.
15
+
16
+
/lang <LCID> - displays the UI using the specified numeric language code identifier."/>
17
+
<StringId="HelpCloseButton"Value="&Close"/>
18
+
<StringId="InstallAcceptCheckbox"Value="I &agree to the license terms and conditions"/>
<StringId="FailureHyperlinkLogText"Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information, see the <a href="#">log file</a>."/>
49
+
<StringId="FailureRestartText"Value="You must restart your computer to complete the rollback of the software."/>
<StringId="WelcomeDescription"Value="The .NET SDK is used to build, run, and test .NET applications. You can choose from multiple languages, editors, and developer tools, and take advantage of a large ecosystem of libraries to build apps for web, mobile, desktop, gaming, and IoT. We hope you enjoy it!"/>
78
+
<StringId="VisualStudioWarning"Value="If you plan to use .NET [VERSIONMAJOR].[VERSIONMINOR] with Visual Studio, Visual Studio 2022 [MINIMUMVSVERSION] or newer is required. <A HREF="https://aka.ms/dotnet[VERSIONMAJOR]-release-notes">Learn more</A>."/>
79
+
<StringId="LicenseAssent"Value="By clicking Install, you agree to the following terms:"/>
80
+
<StringId="LearnMoreTitle"Value="Learn more about .NET"/>
<StringId="InstallationNote"Value="A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."/>
89
+
90
+
<StringId="VisualStudioWarning"Value="If you plan to use .NET [VERSIONMAJOR].[VERSIONMINOR] with Visual Studio, Visual Studio 2022 [MINIMUMVSVERSION] or newer is required. <A HREF="https://aka.ms/dotnet[VERSIONMAJOR]-release-notes">Learn more</A>."/>
91
+
<StringId="LicenseAssent"Value="By clicking Install, you agree to the following terms:"/>
92
+
<StringId="InstallPathx64x86"Value="The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]""/>
93
+
<StringId="InstallPathARM64x86"Value="The installation path for ARM64 SDK installations: "[DOTNETHOME_ARM64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]""/>
94
+
<StringId="InstallPathARM64x64"Value="The installation path for ARM64 SDK installations: "[DOTNETHOME_ARM64]" cannot be the same as for x64 SDK installations: "[DOTNETHOME_X64]""/>
0 commit comments