Skip to content

Commit fe9ab37

Browse files
authored
Remove+redirect framework/deployment docs to /install with updates (#1979)
1 parent 87497d4 commit fe9ab37

40 files changed

+377
-581
lines changed

.openpublishing.redirection.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,34 @@
405405
"redirect_url": "/dotnet/articles/csharp/whats-new/index",
406406
"redirect_document_id": true
407407
},
408+
{
409+
"source_path": "docs/framework/deployment/windows/index.md",
410+
"redirect_url": "/dotnet/articles/framework/install/"
411+
},
412+
{
413+
"source_path": "docs/framework/deployment/windows/7.md",
414+
"redirect_url": "/dotnet/articles/framework/install/on-windows-7"
415+
},
416+
{
417+
"source_path": "docs/framework/deployment/windows/8.md",
418+
"redirect_url": "/dotnet/articles/framework/install/on-windows-8"
419+
},
420+
{
421+
"source_path": "docs/framework/deployment/windows/10.md",
422+
"redirect_url": "/dotnet/articles/framework/install/on-windows-10"
423+
},
424+
{
425+
"source_path": "docs/framework/deployment/windows/vista.md",
426+
"redirect_url": "/dotnet/articles/framework/install/on-windows-vista"
427+
},
428+
{
429+
"source_path": "docs/framework/deployment/windows/xp.md",
430+
"redirect_url": "/dotnet/articles/framework/install/on-windows-xp"
431+
},
432+
{
433+
"source_path": "docs/framework/deployment/windows/installing-dotnet-35-windows-10.md",
434+
"redirect_url": "/dotnet/articles/framework/install/dotnet-35-windows-10"
435+
},
408436
{
409437
"source_path": "docs/framework/docker/aspnetmvc.md",
410438
"redirect_url": "/aspnet/mvc/overview/deployment/docker-aspnetmvc",

docs/framework/TOC.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
## [Developing for multiple platforms](../standard/cross-platform/index.md)
1616
## [Deployment](deployment/index.md)
1717
## [Performance](performance/index.md)
18-

docs/framework/deployment/client-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The .NET Client Profile is a subset of the .NET Framework, which was provided wi
3434

3535
However, if you are targeting the .NET Framework 4 or 3.5 and want to learn more about the Client Profile and when to use it, see [.NET Framework Client Profile](http://msdn.microsoft.com/library/cc656912\(v=vs.100\).aspx) in the .NET Framework 4 documentation.
3636

37-
When you install the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], the .NET Framework 4 Client Profile is updated to the full version of the .NET Framework. For information about installing the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], see [Installation Guide](../../../docs/framework/install/guide-for-developers.md).
37+
When you install the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], the .NET Framework 4 Client Profile is updated to the full version of the .NET Framework. For information about installing the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], see [Install the .NET Framework for developers](../../../docs/framework/install/guide-for-developers.md).
3838

3939
## See Also
4040
[.NET Framework Client Profile (.NET Framework 4)](http://msdn.microsoft.com/library/cc656912\(v=vs.100\).aspx)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ The following table lists .NET Framework language packs that are available for t
395395
## See also
396396
[Deployment Guide for Administrators](../../../docs/framework/deployment/guide-for-administrators.md)
397397
[System Requirements](../../../docs/framework/get-started/system-requirements.md)
398-
[Installation Guide](../../../docs/framework/install/guide-for-developers.md)
399-
[Troubleshooting](../../../docs/framework/install/troubleshoot-blocked-installations-and-uninstallations.md)
398+
[Install the .NET Framework for developers](../../../docs/framework/install/guide-for-developers.md)
399+
[Troubleshoot blocked .NET Framework installations and uninstallations](../../../docs/framework/install/troubleshoot-blocked-installations-and-uninstallations.md)
400400
[Reducing System Restarts During .NET Framework 4.5 Installations](../../../docs/framework/deployment/reducing-system-restarts.md)
401401
[How to: Get Progress from the .NET Framework 4.5 Installer](../../../docs/framework/deployment/how-to-get-progress-from-the-dotnet-installer.md)

docs/framework/deployment/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ This article helps you get started deploying the .NET Framework with your applic
5151

5252
- [Reducing system restarts during .NET Framework 4.5 installations](../../../docs/framework/deployment/reducing-system-restarts.md)
5353

54-
- [Troubleshooting Blocked .NET Framework Installations and Uninstallations](~/docs/framework/install/troubleshoot-blocked-installations-and-uninstallations.md)
54+
- [Troubleshoot blocked .NET Framework installations and uninstallations](~/docs/framework/install/troubleshoot-blocked-installations-and-uninstallations.md)
5555

5656
- Deploying the .NET Framework with a client application (for developers):
5757

58-
- [Using InstallShield](../../../docs/framework/deployment/deployment-guide-for-developers.md#installshield) in a setup and deployment project
58+
- [Using InstallShield](../../../docs/framework/deployment/deployment-guide-for-developers.md#installshield-deployment) in a setup and deployment project
5959

6060
- [Using a Visual Studio ClickOnce application](../../../docs/framework/deployment/deployment-guide-for-developers.md#clickonce-deployment)
6161

docs/framework/deployment/initialization-errors-managing-the-user-experience.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Typical error message for initialization errors
8383
|XBAP host|Launches WPF XBAP applications.|Is shown in case of a missing .NET Framework version, starting with the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)]|No|
8484

8585
## [!INCLUDE[win8](../../../includes/win8-md.md)] Behavior and UI
86-
The CLR activation system provides the same behavior and UI on [!INCLUDE[win8](../../../includes/win8-md.md)] as it does on other versions of the Windows operating system, except when it encounters issues loading CLR 2.0. [!INCLUDE[win8](../../../includes/win8-md.md)] includes the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], which uses CLR 4.5. However, [!INCLUDE[win8](../../../includes/win8-md.md)] does not include the .NET Framework 2.0, 3.0, or 3.5, which all use CLR 2.0. As a result, applications that depend on CLR 2.0 do not run on [!INCLUDE[win8](../../../includes/win8-md.md)] by default. Instead, they display the following dialog box to enable users to install the .NET Framework 3.5. Users can also enable the .NET Framework 3.5 in Control Panel. Both options are discussed in the article [Installing the .NET Framework 3.5 on Windows 8 and later versions](../../../docs/framework/install/net-framework-3-5-on-windows-8-plus.md).
86+
The CLR activation system provides the same behavior and UI on [!INCLUDE[win8](../../../includes/win8-md.md)] as it does on other versions of the Windows operating system, except when it encounters issues loading CLR 2.0. [!INCLUDE[win8](../../../includes/win8-md.md)] includes the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)], which uses CLR 4.5. However, [!INCLUDE[win8](../../../includes/win8-md.md)] does not include the .NET Framework 2.0, 3.0, or 3.5, which all use CLR 2.0. As a result, applications that depend on CLR 2.0 do not run on [!INCLUDE[win8](../../../includes/win8-md.md)] by default. Instead, they display the following dialog box to enable users to install the .NET Framework 3.5. Users can also enable the .NET Framework 3.5 in Control Panel. Both options are discussed in the article [Install the .NET Framework 3.5 on Windows 10, Windows 8.1, and Windows 8](../../../docs/framework/install/dotnet-35-windows-10.md).
8787

8888
![Dialog box for 3.5 install on Windows 8](../../../docs/framework/deployment/media/installdialog.png "installdialog")
8989
Prompt for installing the .NET Framework 3.5 on demand
@@ -99,4 +99,4 @@ Prompt for installing the .NET Framework 3.5 on demand
9999
[Deployment Guide for Developers](../../../docs/framework/deployment/deployment-guide-for-developers.md)
100100
[How to: Configure an App to Support .NET Framework 4 or 4.5](../../../docs/framework/migration-guide/how-to-configure-an-app-to-support-net-framework-4-or-4-5.md)
101101
[How to: Debug CLR Activation Issues](../../../docs/framework/deployment/how-to-debug-clr-activation-issues.md)
102-
[Installing the .NET Framework 3.5 on Windows 8 and later versions](../../../docs/framework/install/net-framework-3-5-on-windows-8-plus.md)
102+
[Install the .NET Framework 3.5 on Windows 10, Windows 8.1, and Windows 8](../../../docs/framework/install/dotnet-35-windows-10.md)

docs/framework/deployment/windows/10.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/framework/deployment/windows/7.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/framework/deployment/windows/8.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/framework/deployment/windows/index.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)