Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.87 KB

File metadata and controls

51 lines (37 loc) · 1.87 KB
description The SetIgnorePrereqWarning Windows Management Instrumentation class method, in Configuration Manager, updates the ignore prerequisites warning flag of the update packages.
title SetIgnorePrereqWarning Method
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

SetIgnorePrereqWarning Method in Class SMS_CM_UpdatePackages

The SetIgnorePrereqWarning Windows Management Instrumentation (WMI) class method in Configuration Manager updates the ignore prerequisites warning flag of the update packages.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method:

Syntax

SInt32 SetIgnorePrereqWarning(
     UInt32 flag
);

Parameters

flag Data type: UInt32

Qualifiers: [in]

Flag to ignore the prerequisites warning flag of the update packages. Possible values are:

Value Flag
0 NOT_CONTINUE_ON_PREREQ_WARNING. During installation, stop the upgrade if there's a prerequisite warning.
1 PREREQ_ONLY. Run only the prerequisite.
2 CONTINUE_ON_PREREQ_WARNING. During installation, ignore the prerequisite warning.

Return Values

An SInt32 data type that is 0 to indicate success or nonzero to indicate failure.

For more information about handling returned errors, see About Configuration Manager Errors.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_CM_UpdatePackages Server WMI Class