Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open the Command Line and run the following command:

Infocode
iconfalse
msiexec -f C:\Temp\VfcIntegrator-15.2.x.xxxxx.msi /qn

Parameters:

Command Line Parameter

Description

-f

Specifies the repair action. Required.

VfcIntegrator-15.2.x.xxxxx.msi

Name of the VFC to WFE Metadata Integrator MSI package, where x.xxxxx represents the version number of the installer. Required.

/qn

Specifies that the msiexec is used in quiet/unattended mode. This mode prevents the MSI from prompting for input.

Required for silent install.

...