The SMS_BootImagePackage Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that serves as the unit of distribution for boot image source files that are used to start a computer with Windows Pre-Installation Environment (PE) 2.0 and allow operating system deployment task sequence actions.

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

Class SMS_BootImagePackage : SMS_PackageBaseclass
{
	UInt32 ActionInProgress;
	String AlternateContentProviders;
	String Architecture;
	String BackgroundBitmapPath;
	String ContextID;
	Boolean DefaultImage;
	String Description;
	Boolean EnableLabShell;
	UInt8 ExtendedData[];
	UInt32 ExtendedDataSize;
	UInt32 ForcedDisconnectDelay;
	Boolean ForcedDisconnectEnabled;
	UInt32 ForcedDisconnectNumRetries;
	UInt8 Icon[];
	UInt32 IconSize;
	Boolean IgnoreAddressSchedule;
	String ImageDiskLayout;
	UInt32 ImageIndex;
	String ImageOSVersion;
	String ImagePath;
	String ImageProperty;
	UInt8 ISVData[];
	UInt32 ISVDataSize;
	String Language;
	DateTime LastRefreshTime;
	String LocalizedCategoryInstanceNames[];
	String Manufacturer;
	String MIFFilename;
	String MIFName;
	String MIFPublisher;
	String MIFVersion;
	String Name;
	UInt32 NumOfPrograms;
	UInt32 OptionalComponents[];
	String PackageID;
	UInt32 PackageSize;
	UInt32 PackageType;
	UInt32 PkgFlags;
	UInt32 PkgSourceFlag;
	String PkgSourcePath;
	String PreExecCommandLine;
	String PreExecSourceDirectory;
	String PreferredAddressType;
	UInt32 Priority;
	SMS_Driver_Details ReferencedDrivers[];
	Boolean RefreshPkgSourceFlag;
	SMS_ScheduleToken RefreshSchedule[];
	UInt32 ScratchSpace;
	String SecuredScopeNames[];
	String SedoObjectVersion;
	String ShareName;
	UInt32 ShareType;
	DateTime SourceDate;
	String SourceSite;
	UInt32 SourceVersion;
	String StoredPkgPath;
	UInt32 StoredPkgVersion;
	String Version;
};

Methods

The following table shows the methods in SMS_BootImagePackage.

Method Description

AddChangeNotification Method in Class SMS_BootImagePackage

Adds a boot image package change notification.

AddDistributionPoints Method in Class SMS_BootImagePackage

Adds the distribution points for the package.

DeleteContextID Method in Class SMS_BootImagePackage

Deletes the status queue that is associated with the specified context ID for the boot image package.

ExportDefaultBootImage Method in Class SMS_BootImagePackage

Finalizes and exports a boot image from a Windows Assessment and Deployment Kit installation source to a specified location.

GetImageProperties Method in Class SMS_BootImagePackage

Reads all image properties from the specified source .wim file to an XML string.

QueryOSDBinaryInjectionStatus Method in Class SMS_BootImagePackage

Queries the current status of the injection of operating system deployment binaries.

RefreshPkgSource Method in Class SMS_BootImagePackage

Refreshes the package source at all distribution points, when the package properties have not changed.

ReloadImageProperties Method in Class SMS_BootImagePackage

Reloads image properties from the source .wim file and updates the database.

SetSourceSite Method in Class SMS_BootImagePackage

Sets the code of the source site for the boot image package.

Unlock Method in Class SMS_BootImagePackage

Sets the source site to the current site, unlocking the boot image package.

UpdateDefaultImage Method in Class SMS_BootImagePackage

Creates a copy of the WIM image pointed to by the ImagePath property and injects it with OSD files for boot image deployment.

UpdateImage Method in Class SMS_BootImagePackage

Creates a copy of the image for the boot image package and updates the image with files for boot image deployment.

UpdateOptionalComponents Method in Class SMS_BootImagePackage

Updates all specified optional components to the boot image.

Properties

Architecture

Data type: StringAccess type: Read-onlyQualifiers: [read]Architecture of the boot image. The following values are the possible values. The default value is "".

x86

I386 32-bit microprocessor

ia64

Itanium 64-bit microprocessor

x64

X86-64 64-bit microprocessor

ActionInProgress

Data type: UInt32Access type: Read-onlyQualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
AlternateContentProviders

Data type: StringAccess type: Read/WriteQualifiers: [large, lazy]See SMS_PackageBaseclass Server WMI Class.
BackgroundBitmapPath

Data type: StringAccess type: Read/WriteQualifiers: [lazy]Universal Naming Convention (UNC) path of the WinPE background bitmap. Your application can set this property to use a custom bitmap by supplying the path to the custom bitmap files.
ContextID

Data type: StringAccess type: Read/WriteQualifiers: [lazy]A context ID that can be queried for the status of injecting operating system deployment binaries. The injection operation takes quite a while, and your application can use this property for periodic status. The default value is "".
DefaultImage

Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if this is a default boot image. The default value is false.
Description

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
EnableLabShell

Data type: BooleanAccess type: Read/WriteQualifiers: [lazy]true if command line support is enabled. The default value is false.
ExtendedData

Data type: UInt8 ArrayAccess type: Read/WriteQualifiers: [large, lazy]See SMS_PackageBaseclass Server WMI Class.
ExtendedDataSize

Data type: UInt32Access type: Read/WriteQualifiers: [lazy]See SMS_PackageBaseclass Server WMI Class.
ForcedDisconnectDelay

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
ForcedDisconnectEnabled

Data type: BooleanAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
ForcedDisconnectNumRetries

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
Icon

Data type: UInt8 ArrayAccess type: Read/WriteQualifiers: [large]See SMS_PackageBaseclass Server WMI Class.
IconSize

Data type: UInt32Access type: Read/WriteQualifiers: [lazy]See SMS_PackageBaseclass Server WMI Class.
IgnoreAddressSchedule

Data type: BooleanAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
ImageDiskLayout

Data type: StringAccess type: Read-onlyQualifiers: [lazy, read]An XML string of disk layout information for the source image, represented by a .wim file (WIM format). The default value is "".
ImageIndex

Data type: UInt32Access type: Read/WriteQualifiers: [lazy]Not used for a boot image.
ImageOSVersion

Data type: StringAccess type: Read/WriteQualifiers: NoneOperating system version for the default image in the boot WIM file.
ImagePath

Data type: StringAccess type: Read/WriteQualifiers: NoneOriginal image source path. Configuration Manager uses this path internally when the administrator imports an image. When the image is imported, Configuration Manager injects it with operating system deployment binaries.
ImageProperty

Data type: StringAccess type: Read/WriteQualifiers: [lazy]An XML string holding metadata of the source .wim file, for example, the version. The default value is "".
ISVData

Data type: UInt8 ArrayAccess type: Read/WriteQualifiers: [large, lazy]See SMS_PackageBaseclass Server WMI Class.
ISVDataSize

Data type: UInt32Access type: Read/WriteQualifiers: [lazy]See SMS_PackageBaseclass Server WMI Class.
Language

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
LastRefreshTime

Data type: DateTimeAccess type: Read-onlyQualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
LocalizedCategoryInstanceNames

Data type: String ArrayAccess type: Read-only Qualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
Manufacturer

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
MIFFilename

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
MIFName

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
MIFPublisher

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
MIFVersion

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
Name

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
NumOfPrograms

Data type: UInt32Access type: Read/Write Qualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
OptionalComponents

Data type: UInt32 ArrayAccess type: Read/Write Qualifiers: [lazy]A list of identifiers of optional components that will be enabled in WinPE. Possible values are:

Identifier Component

1

WinPE-DismCmdlets

2

WinPE-Dot3Svc

3

WinPE-EnhancedStorage

4

WinPE-FMAPI

5

WinPE-FontSupport-JA-JP

6

WinPE-FontSupport-KO-KR

7

WinPE-FontSupport-ZH-CN

8

WinPE-FontSupport-ZH-HK

9

WinPE-FontSupport-ZH-TW

10

WinPE-HTA

11

WinPE-StorageWMI

12

WinPE-LegacySetup

13

WinPE-MDAC

14

WinPE-NetFx4

15

WinPE-PowerShell3

16

WinPE-PPPoE

17

WinPE-RNDIS

18

WinPE-Scripting

19

WinPE-SecureStartup

20

WinPE-Setup

21

WinPE-Setup-Client

22

WinPE-Setup-Server

23

Not applicable

24

WinPE-WDS-Tools

25

WinPE-WinReCfg

26

WinPE-WMI

This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
PackageID

Data type: StringAccess type: [key]See SMS_PackageBaseclass Server WMI Class.
PackageSize

Data type: UInt32Access type: ReadSee SMS_PackageBaseclass Server WMI Class.
PackageType

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.For this class, the package type is PKG_TYPE_BOOTIMAGE (258).
PkgFlags

Data type: UInt32Access type: Read/WriteQualifiers: [bits]See SMS_PackageBaseclass Server WMI Class.
PkgSourceFlag

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
PkgSourcePath

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
PreExecCommandLine

Data type: StringAccess type: Read/WriteQualifiers: [lazy]Command-line for the pre-execution hook injected into WinPE.
PreExecSourceDirectory

Data type: StringAccess type: Read/WriteQualifiers: NoneUNC path of pre-execution hook the source directory injected into WinPE.
PreferredAddressType

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
Priority

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
ReferencedDrivers

Data type: SMS_Driver_Details ArrayAccess type: Read/WriteQualifiers: [lazy]Array of details about Configuration Manager drivers included in the boot image for import.
RefreshPkgSourceFlag

Data type: BooleanAccess type: Read/WriteQualifiers: [lazy]See SMS_PackageBaseclass Server WMI Class.
RefreshSchedule

Data type: SMS_ScheduleToken ArrayAccess type: [max(15), lazy]See SMS_PackageBaseclass Server WMI Class.
ScratchSpace

Data type: UInt32Access type: Read/Write Qualifiers: [lazy]Specifies the amount of available scratch space in WinPE. Possible values are:

Megabytes

32

64

128

256

512

For additional information see Windows PE Servicing Command-Line Options.This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
SecuredScopeNames

Data type: String ArrayAccess type: Read-only Qualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
SedoObjectVersion

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
ShareName

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
ShareType

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
SourceDate

Data type: DateTimeAccess type: Read-onlyQualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
SourceSite

Data type: StringAccess type: Read-onlyQualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
SourceVersion

Data type: UInt32Access type: Read-onlyQualifiers: [read]See SMS_PackageBaseclass Server WMI Class.
StoredPkgPath

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
StoredPkgVersion

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.
Version

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_PackageBaseclass Server WMI Class.

Remarks

Class qualifiers for this class include:

  • Secured

  • Icon("Package.ico")

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

Requirements

Runtime Requirements

Development Requirements

See Also