Skip to content

Commit fb11817

Browse files
author
Ron Petrusha
authored
Replaced rs4 token with token text (#5104)
1 parent 2a3fc33 commit fb11817

File tree

13 files changed

+15
-17
lines changed

13 files changed

+15
-17
lines changed

docs/framework/deployment/deployment-guide-for-developers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For download links, see the section [Redistributable Packages](#redistributable-
5252

5353
- You must have administrator privileges to install the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)] and its point releases.
5454

55-
- The [!INCLUDE[net_v45](../../../includes/net-v45-md.md)] is included in [!INCLUDE[win8](../../../includes/win8-md.md)] and [!INCLUDE[winserver8](../../../includes/winserver8-md.md)], so you don't have to deploy it with your app on those operating systems. Similarly, the [!INCLUDE[net_v451](../../../includes/net-v451-md.md)] is included in [!INCLUDE[win81](../../../includes/win81-md.md)] and Windows Server 2012 R2. The .NET Framework 4.5.2 isn't included in any operating systems. The [!INCLUDE[net_v46](../../../includes/net-v46-md.md)] is included in Windows 10, the [!INCLUDE[net_v461](../../../includes/net-v461-md.md)] is included in Windows 10 November Update, and the [!INCLUDE[net_v462](../../../includes/net-v462-md.md)] is included in Windows 10 Anniversary Update. The .NET Framework 4.7 is included in Windows 10 Creators Update, the .NET Framework 4.7.1 is included in Windows 10 Fall Creators Update, and the .NET Framework 4.7.2 is included in Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]. For a full list of hardware and software requirements, see [System Requirements](../../../docs/framework/get-started/system-requirements.md).
55+
- The [!INCLUDE[net_v45](../../../includes/net-v45-md.md)] is included in [!INCLUDE[win8](../../../includes/win8-md.md)] and [!INCLUDE[winserver8](../../../includes/winserver8-md.md)], so you don't have to deploy it with your app on those operating systems. Similarly, the [!INCLUDE[net_v451](../../../includes/net-v451-md.md)] is included in [!INCLUDE[win81](../../../includes/win81-md.md)] and Windows Server 2012 R2. The .NET Framework 4.5.2 isn't included in any operating systems. The [!INCLUDE[net_v46](../../../includes/net-v46-md.md)] is included in Windows 10, the [!INCLUDE[net_v461](../../../includes/net-v461-md.md)] is included in Windows 10 November Update, and the [!INCLUDE[net_v462](../../../includes/net-v462-md.md)] is included in Windows 10 Anniversary Update. The .NET Framework 4.7 is included in Windows 10 Creators Update, the .NET Framework 4.7.1 is included in Windows 10 Fall Creators Update, and the .NET Framework 4.7.2 is included in Windows 10 April 2018 Update. For a full list of hardware and software requirements, see [System Requirements](../../../docs/framework/get-started/system-requirements.md).
5656

5757
- Starting with the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], your users can view a list of running .NET Framework apps during setup and close them easily. This may help avoid system restarts caused by .NET Framework installations. See [Reducing System Restarts](../../../docs/framework/deployment/reducing-system-restarts.md).
5858

@@ -248,8 +248,8 @@ dotNetFx45_Full_x86_x64.exe /q /norestart /ChainingPackage Contoso
248248
249249
|Version|Value of the Release DWORD|
250250
|-------------|--------------------------------|
251-
|.NET Framework 4.7.2 installed on Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]|461808|
252-
|.NET Framework 4.7.2 installed on all OS versions other than Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]|461814|
251+
|.NET Framework 4.7.2 installed on Windows 10 April 2018 Update|461808|
252+
|.NET Framework 4.7.2 installed on all OS versions other than Windows 10 April 2018 Update|461814|
253253
|.NET Framework 4.7.1 installed on Windows 10 Fall Creators Update|461308|
254254
|.NET Framework 4.7.1 installed on all OS versions other than Windows 10 Fall Creators Update|461310|
255255
|.NET Framework 4.7 installed on Windows 10 Creators Update|460798|

docs/framework/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you're a developer, choose any programming language that supports the .NET Fr
6969

7070
To develop .NET Framework apps or components, do the following:
7171

72-
1. If it's not preinstalled on your operating system, install the version of the .NET Framework that your app will target. The most recent production version is the .NET Framework 4.7.2, which is preinstalled on Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)] and is available for download on earlier versions of the Windows operating system. For .NET Framework system requirements, see [System Requirements](../../../docs/framework/get-started/system-requirements.md). For information on installing other versions of the .NET Framework, see [Installation Guide](../../../docs/framework/install/guide-for-developers.md). Additional .NET Framework packages are released out of band, which means that they're released on a rolling basis outside of any regular or scheduled release cycle. For information about these packages, see [The .NET Framework and Out-of-Band Releases](../../../docs/framework/get-started/the-net-framework-and-out-of-band-releases.md).
72+
1. If it's not preinstalled on your operating system, install the version of the .NET Framework that your app will target. The most recent production version is the .NET Framework 4.7.2, which is preinstalled on Windows 10 April 2018 Update and is available for download on earlier versions of the Windows operating system. For .NET Framework system requirements, see [System Requirements](../../../docs/framework/get-started/system-requirements.md). For information on installing other versions of the .NET Framework, see [Installation Guide](../../../docs/framework/install/guide-for-developers.md). Additional .NET Framework packages are released out of band, which means that they're released on a rolling basis outside of any regular or scheduled release cycle. For information about these packages, see [The .NET Framework and Out-of-Band Releases](../../../docs/framework/get-started/the-net-framework-and-out-of-band-releases.md).
7373

7474
2. Select the language or languages supported by the .NET Framework that you intend to use to develop your apps. A number of languages are available, including [Visual Basic](../../visual-basic/index.md), [C#](../../csharp/index.md), [F#](../../fsharp/index.md), and C++/CLI from Microsoft. (A programming language that allows you to develop apps for the .NET Framework adheres to the [Common Language Infrastructure (CLI) specification](http://go.microsoft.com/fwlink/?LinkId=199862).)
7575

docs/framework/get-started/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The .NET Framework requires administrator privileges for installation. If you do
5454

5555
| Operating system | Supported editions | Preinstalled with the OS | Installable separately |
5656
| ---------------- | ------------------ | ------------------------ | ---------------------- |
57-
| Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)] | 32-bit and 64-bit | .NET Framework 4.7.2 |--|
57+
| Windows 10 April 2018 Update | 32-bit and 64-bit | .NET Framework 4.7.2 |--|
5858
| Windows 10 Fall Creators Update | 32-bit and 64-bit | .NET Framework 4.7.1 | .NET Framework 4.7.2 |
5959
| Windows 10 Creators Update | 32-bit and 64-bit | .NET Framework 4.7 | .NET Framework 4.7.1<br/><br/>.NET Framework 4.7.2 |
6060
| Windows 10 Anniversary Update | 32-bit and 64-bit | [!INCLUDE[net_v462](../../../includes/net-v462-md.md)]|.NET Framework 4.7<br/><br/>.NET Framework 4.7.1<br/><br/>.NET Framework 4.7.2 |

docs/framework/install/guide-for-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use the following table for quick links, or read further for details. To view th
3939

4040
|.NET Framework version|Developer installation|Redistributable installation|Platform support|
4141
|----------------------------|----------------------------|----------------------------------|----------------------|
42-
|**4.7.2**|[.NET Framework 4.7.2 Developer Pack](http://go.microsoft.com/fwlink/?LinkId=863261)|[Download Center 4.7.2 web installer](http://go.microsoft.com/fwlink/?LinkId=863262)<br/><br/>[Download Center 4.7.2 offline installer](http://go.microsoft.com/fwlink/?LinkId=863265)|Included in: <br/>Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]<br /><br /> You can install on:<br/> <br/>Windows 10 Fall Creators Update<br/>Windows 10 Creators Update <br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br /> Windows Server, version 1709 and earlier<br /> (for a full list, see [system requirements](~/docs/framework/get-started/system-requirements.md))||
42+
|**4.7.2**|[.NET Framework 4.7.2 Developer Pack](http://go.microsoft.com/fwlink/?LinkId=863261)|[Download Center 4.7.2 web installer](http://go.microsoft.com/fwlink/?LinkId=863262)<br/><br/>[Download Center 4.7.2 offline installer](http://go.microsoft.com/fwlink/?LinkId=863265)|Included in: <br/>Windows 10 April 2018 Update<br /><br /> You can install on:<br/> <br/>Windows 10 Fall Creators Update<br/>Windows 10 Creators Update <br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br /> Windows Server, version 1709 and earlier<br /> (for a full list, see [system requirements](~/docs/framework/get-started/system-requirements.md))||
4343
|**4.7.1**|[NET Framework 4.7.1 Developer Pack](http://go.microsoft.com/fwlink/?LinkId=852105)|[Download page for 4.7.1 web installer](http://go.microsoft.com/fwlink/?LinkId=852095)<br /><br /> [Download page for 4.7.1 offline installer](http://go.microsoft.com/fwlink/?LinkId=852107)|Included in: <br/>Windows 10 Fall Creators Update<br/>Windows Server, version 1709<br /><br /> You can install on:<br/> Windows 10 Creators Update <br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br /> Windows Server 2016 and earlier<br /> (for a full list, see [system requirements](~/docs/framework/get-started/system-requirements.md))||
4444
|**4.7**|[NET Framework 4.7 Developer Pack](http://go.microsoft.com/fwlink/?LinkId=825319)|[Download page for 4.7 web installer](http://go.microsoft.com/fwlink/?LinkId=825299)<br /><br /> [Download page for 4.7 offline installer](http://go.microsoft.com/fwlink/?LinkId=825303)|Included in: <br/>Windows 10 Creators Update<br /><br /> You can install on:<br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br /> Windows Server 2016 and earlier<br /> (for a full list, see [system requirements](~/docs/framework/get-started/system-requirements.md))||
4545
|**4.6.2**|[NET Framework 4.6.2 Developer Pack](http://go.microsoft.com/fwlink/?LinkId=780617)|[Download page for 4.6.2 web installer](http://go.microsoft.com/fwlink/?LinkId=780597)<br /><br /> [Download page for 4.6.2 offline installer](http://go.microsoft.com/fwlink/?LinkId=780601)|Included in: <br /> Windows 10 Anniversary Update<br /><br /> You can install on:<br /> Windows 10 November Update <br/> Windows 10 <br /> Windows 8.1 and earlier<br /> Windows Server 2012 R2 and earlier<br /> (for a full list, see [system requirements](~/docs/framework/get-started/system-requirements.md))|

docs/framework/install/on-windows-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You may have arrived on this page after trying to run an application and seeing
2323

2424
The .NET Framework 4.7.2 is included with:
2525

26-
* [Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]](https://www.microsoft.com/software-download/windows10)
26+
* [Windows 10 April 2018 Update](https://www.microsoft.com/software-download/windows10)
2727

2828
> [!div class="button"]
2929
[Download .NET Framework 4.7.2](https://www.microsoft.com/net/download/thank-you/net472?utm_source=ms-docs&utm_medium=referral)

docs/framework/install/on-windows-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The .NET Framework is required to run many applications on Windows. You can use
1818

1919
![This application could not be started](./media/this-application-could-not-be-started.png)
2020

21-
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is supported on Windows 7 SP1 and Windows Server 2008 R2 and is included with [Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]](https://www.microsoft.com/software-download/windows10).
21+
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is supported on Windows 7 SP1 and Windows Server 2008 R2 and is included with [Windows 10 April 2018 Update](https://www.microsoft.com/software-download/windows10).
2222

2323
## .NET Framework 4.7.2
2424

docs/framework/install/on-windows-8-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The .NET Framework is required to run many applications on Windows. You can use
1919

2020
![This application could not be started](./media/this-application-could-not-be-started.png)
2121

22-
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is supported on Windows 8.1 and Windows Server 2012 R2 and is included with the [Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]](https://www.microsoft.com/software-download/windows10).
22+
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is supported on Windows 8.1 and Windows Server 2012 R2 and is included with the [Windows 10 April 2018 Update](https://www.microsoft.com/software-download/windows10).
2323

2424
## .NET Framework 4.7.2
2525

docs/framework/install/on-windows-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The .NET Framework is required to run many applications on Windows. You can use
1919

2020
![This application could not be started](./media/this-application-could-not-be-started.png)
2121

22-
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is supported on Windows Server 2012 but is not supported on Windows 8. It is included with the [Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]](https://www.microsoft.com/software-download/windows10).
22+
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is supported on Windows Server 2012 but is not supported on Windows 8. It is included with the [Windows 10 April 2018 Update](https://www.microsoft.com/software-download/windows10).
2323

2424
## .NET Framework 4.7.2
2525

docs/framework/install/on-windows-vista.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The .NET Framework is required to run many applications on Windows. You can use
1919

2020
![This application could not be started](./media/this-application-could-not-be-started.png)
2121

22-
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is not supported on Windows Vista and Windows Server 2008. It is included with [Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]](https://www.microsoft.com/software-download/windows10).
22+
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is not supported on Windows Vista and Windows Server 2008. It is included with [Windows 10 April 2018 Update](https://www.microsoft.com/software-download/windows10).
2323

2424
## .NET Framework 4.6
2525

docs/framework/install/on-windows-xp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The .NET Framework is required to run many applications on Windows. You can use
2222

2323
![This application could not be started](./media/this-application-could-not-be-started.png)
2424

25-
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is not supported on Windows XP and Windows Server 2003. It is included with [Windows 10 [!INCLUDE [RS4](~/includes/rs4.md)]](https://www.microsoft.com/software-download/windows10).
25+
These instructions will help you install the .NET Framework versions you need. The [.NET Framework 4.7.2](http://go.microsoft.com/fwlink/?LinkID=863255) is the latest version. It is not supported on Windows XP and Windows Server 2003. It is included with [Windows 10 April 2018 Update](https://www.microsoft.com/software-download/windows10).
2626

2727
## .NET Framework 4.0.3
2828

0 commit comments

Comments
 (0)