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.
Specifies whether an image is mounted as read-only or as read-write.
Syntax
enum DismMountMode
{
DismReadWrite = 0,
DismReadOnly = 1
};
Constants
| Constant | Value | Description |
|---|---|---|
| DismReadWrite | 0 | Mounts an image in read-write mode. |
| DismReadOnly | 1 | Mounts an image in read-only mode. |
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 |