Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-install-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The install scripts do not update the registry on Windows. They just download th

- **`-ZipPath|--zip-path <PATH>`**

If set, the downloaded SDK archive is stored at the specified path.
If set, the downloaded SDK archive is stored at the specified path.

- **`-Verbose|--verbose`**

Expand Down
4 changes: 3 additions & 1 deletion docs/framework/install/dotnet-35-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ You don't need to select the child items for **Windows Communication Foundation

## Download the offline installer

The .NET Framework 3.5 SP1 offline installer is available for Windows versions prior to Windows 10 and Windows Server 2016. For more information, see [.NET Framework 3.5 SP1 Download page](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1?wt.mc_id=install-docs).
The .NET Framework 3.5 SP1 offline installer is available for Windows versions **prior to Windows 10 and Windows Server 2016**. For more information, see [.NET Framework 3.5 SP1 Download page](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1?wt.mc_id=install-docs).

Starting with Windows 10 and Windows Server 2016 operating systems, the only supported way of installing .NET Framework 3.5 in an offline mode is by using the original installation media's _:::no-loc text="cab":::_ files. For more information, see [Microsoft .NET Framework 3.5 Deployment Considerations](/windows-hardware/manufacture/desktop/microsoft-net-framework-35-deployment-considerations?view=windows-10).

## Troubleshoot the installation

Expand Down
Loading