Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | 
  | 
| DLL | 
  |