Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies whether a package is identified by name or by file path.
Syntax
enum DismPackageIdentifier
{
DismPackageNone = 0,
DismPackageName = 1,
DismPackagePath = 2
};
Constants
Constant | Value | Description |
---|---|---|
DismPackageNone | 0 | No package is specified. |
DismPackageName | 1 | The package is identified by its name. |
DismPackagePath | 2 | The package is specified by its path. |
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 |