nerdexam
CompTIA

SK0-004 · Question #250

Which of the following file types can Microsoft servers package for remote installation by default?

The correct answer is C. .msi. Microsoft Windows servers use the .msi Windows Installer package format as the default file type for remote software deployment through mechanisms such as Group Policy Software Installation.

Server administration

Question

Which of the following file types can Microsoft servers package for remote installation by default?

Options

  • A.exe
  • B.ini
  • C.msi
  • D.dll

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    90% (27)

Why each option

Microsoft Windows servers use the .msi Windows Installer package format as the default file type for remote software deployment through mechanisms such as Group Policy Software Installation.

A.exe

EXE files are general-purpose executables and are not natively supported by Group Policy Software Installation, which requires the structured MSI format to manage deployment lifecycle.

B.ini

INI files are plain-text configuration files with no installation logic or package structure, and they cannot be processed by Windows remote deployment services as installation packages.

C.msiCorrect

The .msi format is the native Windows Installer package format and is specifically required by Group Policy Software Installation (GPSI) for assigning or publishing software to domain-joined machines. MSI packages encapsulate installation logic, registry changes, and file manifests in a standardized structure that the Windows Installer service can process for installation, repair, and removal without user interaction. This standardized format is the foundation of software deployment in Active Directory environments and is what Microsoft server tools target by default.

D.dll

DLL files are shared code libraries that applications link against at runtime and are not self-contained installation packages that remote deployment services can execute or manage directly.

Concept tested: Windows Installer MSI format for remote software deployment

Source: https://learn.microsoft.com/en-us/windows/win32/msi/windows-installer-portal

Topics

#remote installation#MSI packages#Windows server#software deployment

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice