...
Open the Command Line and run the following command:
Infocode | ||
---|---|---|
| ||
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. |
...