RunUpdateInstaller method of the MSFT_CAUNode class

Runs the update installer out of process on the node.

Syntax

uint32 RunUpdateInstaller(
  [in]  string                           InstallerProgramPath,
  [in]  string                           Parameters,
  [in]  string                           UpdatePath,
  [in]  boolean                          RequireSmbEncryption,
  [out] MSFT_CAU_Update_Installer_Result Result
);

Parameters

InstallerProgramPath [in]

The full path to the installer program. The path must be contained in quotation marks.

Parameters [in]

The parameters to the installer program.

UpdatePath [in]

The path to the update file.

RequireSmbEncryption [in]

True to require SMB Encryption to be enabled in a hotfix file share before installing the update; otherwise, false.

Result [out]

An embedded instance of MSFT_CAU_Update_Installer_Result representing the result of the run installer.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\ClusterUpdate
MOF
CAUWMIv2.mof
DLL
CauWmiV2.dll

See also

MSFT_CAUNode