DismFullyOfflineInstallableType Enumeration

Specifies whether a package can be installed to an offline image without booting the image.

Syntax

enum DismFullyOfflineInstallable
{
    DismFullyOfflineInstallable = 0,
    DismFullyOfflineNotInstallable = 1,
    DismFullyOfflineInstallableUndetermined = 2
};

Constants

Constant Value Description
DismFullyOfflineInstallable 0 The package can be installed to an offline image without booting the image.
DismFullyOfflineNotInstallable 1 You must boot into the image in order to complete installation of this package.
DismFullyOfflineInstallableUndetermined 2 You may have to boot the image in order to complete the installation of this package.

Requirements

Requirement Description
Supported host platforms DISM API can be used on any operating system supported by the Windows Assessment and Deployment Kit (Windows ADK). For more information, see the Windows ADK Technical Reference.
Supported image platforms Windows 7, Windows Server 2008 R2, Windows PE 3.0, Windows 8, Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0

DismGetPackageInfo Function

DismPackageInfo Structure