Soru

Zorluk: OrtaApplication Installation and Configuration Concepts

A systems administrator needs to deploy an enterprise accounting application on several Windows 11 Pro workstations located in an isolated laboratory network without internet access. The application setup wizard requires Microsoft .NET Framework 3.5 to be installed as a prerequisite before setup can proceed. The administrator mounts a Windows 11 installation ISO image assigned to drive letter D:. Which of the following commands should the administrator execute to install the required application prerequisite offline?

  1. dism /online /enable-feature /featurename:NetFx3 /all /source:D:\sources\sxs /limitaccessCevap
  2. B
    sfc /scannow /offbootdir=D:\ /offwindir=D:\windows
  3. C
    Open Programs and Features in Control Panel and select Turn Windows features on or off without specifying a local source
  4. D
    Perform an in-place downgrade to Windows 11 Home edition to automatically include legacy application frameworks

Cevap

Execute the Deployment Image Servicing and Management (DISM) tool with the /online, /enable-feature, /source, and /limitaccess parameters to pull the .NET Framework 3.5 files from the mounted installation media.
The command specifying DISM with the /online, /enable-feature, /source:D:\sources\sxs, and /limitaccess switches is the correct approach. It enables optional feature dependencies like .NET Framework 3.5 directly from local media without requiring an internet connection.

Adım Adım Çözüm

1
Identify the missing application prerequisite and environment constraints.
The target system requires .NET Framework 3.5, but the system is isolated from the internet.
Windows 10 and 11 do not include the binary payload for legacy .NET Framework 3.5 in the default active OS footprint.
2
Locate the offline installation source payload on the installation media.
The installation files are present under D:\sources\sxs.
The side-by-side (sxs) folder on Windows installation media contains the compressed feature payload files for optional components.
3
Run DISM with flags pointing to the local payload directory and preventing online fallback.
The feature installs successfully offline.
The /limitaccess switch prevents DISM from attempting to contact Windows Update, relying strictly on the designated /source path.

Anahtar Kavram

Offline Application Prerequisite Installation using DISM
Bu soruyu puanla