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.
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The ValidateNewPackageSource Windows Management Instrumentation (WMI) class method, in Configuration Manager, validates a new ___location for a driver update.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SInt32 ValidateNewPackageSource(
String PackageSource
);
Parameters
PackageSource
Data type: StringQualifiers: [in]
The driver package content to verify.
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Remarks
This method is new in the latest version of Configuration Manager. Note that it is the only way to change the package source for an SMS_Driver Server WMI Class object. Most other types of packages can be changed in the console, but not the driver package. The access to this package from the console is restricted.
To use this method:
Manually copy the package files from the old source ___location to the new ___location.
In your application, obtain an SMS_DriverPackage Server WMI Class object for the driver.
Include a call to ValidateNewPackageSource on the package.
On successful return from the method, have the application change the StoredPkgPath property in the package to indicate the new source ___location.
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
Concepts
SMS_DriverPackage Server WMI Class
RebuildPackage Method in Class SMS_DriverPackage