SMS_PDF_Program Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_PDF_Program Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a package definition file (PDF) template from which to create an initialized program.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_PDF_Program : SMS_BaseClass
{
      String CommandLine;
      String Comment;
      String DependentProgram;
      String Description;
      String DiskSpaceReq;
      String DriveLetter;
      UInt32 Duration;
      UInt8 Icon[];
      UInt32 IconSize;
      UInt32 PDFID;
      UInt32 ProgramFlags;
      String ProgramName;
      String Publisher;
      String Requirements;
      String WorkingDirectory;
};

Methods

The SMS_PDF_Program class does not define any methods.

Properties

  • CommandLine
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Command that executes when the program is launched.

  • Comment
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Description of the program displayed in the Configuration Manager console.

  • DependentProgram
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    A formatted text string defining any program that should be run prior to executing the current program. The format is defined as: <PackageID>;; <ProgramName>. The default value is "".

  • Description
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Description of the program (not displayed in the Configuration Manager console).

  • DiskSpaceReq
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Approximate disk space that the program requires.

  • DriveLetter
    Data type: String

    Access type: Read/Write

    Qualifiers: [SizeLimit("1"), Range("a-z")]

    Drive letter (one character in the range from a to z) that the program maps to and runs from. The default value is "".

  • Duration
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Approximate duration, in minutes, that the program takes to execute.

  • Icon
    Data type: UInt8 Array

    Access type: Read/Write

    Qualifiers: [lazy, large]

    Icon to associate with the program in the Configuration Manager console.

  • IconSize
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [lazy]

    Size, in bytes, of the icon. The default value is 0.

  • PDFID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key]

    ID of the SMS_PDF_Package Server WMI Class object to which the program belongs.

  • ProgramFlags
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Flags defining the installation characteristics of the program. See the ProgramFlags property of SMS_Program Server WMI Class.

  • ProgramName
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    Name that uniquely identifies the program.

  • Publisher
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Manufacturer of the program.

  • Requirements
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Description of any additional requirements of the program. The default value is "".

  • WorkingDirectory
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    The location from which the program executes. This can be an absolute path on the client or a path relative to the distribution point folder that contains the package. The default value is "".

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application cannot delete individual programs from the package definition file store. To delete a program, the application must delete the package template and then reload the package template without the program.

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

Configuration Manager Software Distribution Server WMI Classes