Dotnetfx.exe Deployment Scenarios
This section provides .NET Framework SDK users with deployment scenarios for redistributing the .NET Framework using Dotnetfx.exe. There are minimum requirements that must be met in order to successfully install the .NET Framework on a computer. An end user's computer must meet these requirements prior to installing Dotnetfx.exe. For a detailed list of specific software and hardware requirements and recommendations, see Minimum Configuration Requirements. The .NET Framework also requires that Microsoft Data Access Components (MDAC) 2.6 or later be installed for any application that includes data access. Microsoft provides MDAC_typ.exe, a stand-alone executable file that can be run to install MDAC. It is available for download from the Universal Data Access Web site. In addition, because Dotnetfx.exe is a significant runtime component, you must have administrator privileges in order to install Dotnetfx.exe on a computer.
Additional information about deploying Dotnetfx.exe is available from the .NET Framework Deployment Guide Web site.
This section provides the following deployment scenarios for redistributing the .NET Framework using Dotnetfx.exe:
Distributing Dotnetfx.exe Using an Electronic Software Distribution Tool describes the requirements for distributing Dotnetfx.exe using an electronic software distribution tool. Specific instructions are provided for distribution using Microsoft Systems Management Server and Microsoft Active Directory.
Manually Installing Dotnetfx.exe from a Share or Web site describes the options for directing users to a download location on a network share, intranet site, or the Microsoft Web site from which they can manually install Dotnetfx.exe.
Creating a Single Setup Project to Install a .NET Framework Application and Dotnetfx.exe demonstrates how to create a single setup program that, when launched, installs Dotnetfx.exe, if necessary, and then installs a .NET Framework application with a Microsoft Windows Installer-based setup program (.msi file).
See Also
Concepts
Distributing Dotnetfx.exe Using an Electronic Software Distribution Tool
Manually Installing Dotnetfx.exe from a Share or Web Site
Creating a Single Setup Project to Install a .NET Framework Application and Dotnetfx.exe
Minimum Configuration Requirements