dism.exe Dism Image Servicing Utility f67800ebbfe45d19b2ce92b0b58d2c39

File info

File name: dism.exe.mui
Size: 30208 byte
MD5: f67800ebbfe45d19b2ce92b0b58d2c39
SHA1: 66ac6bef72ee319b97967ee4da746ffb32495861
SHA256: 92e9e7f7d7acc09f085aeed84e4908dddcecef466aa2d16778da9adbab9d146e
Operating systems: Windows 10
Extension: MUI
In x64: dism.exe Dism Image Servicing Utility (32 bits)

Translations messages and strings

If an error occurred or the following message in French (Canadian) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id French (Canadian) English
100
Deployment Image Servicing and Management tool
Version: %1


Deployment Image Servicing and Management tool
Version: %1

101Restarting the computer...
Restarting the computer...
102Do you want to restart the computer now? Do you want to restart the computer now?
103
Attempting to cancel the operation...


Attempting to cancel the operation...

105
The DISM log file can be found at %1

The DISM log file can be found at %1
106Y Y
107N N
108(Y/N) (Y/N)
109Exporting %1!d! of %2!d! - %3!s!: %0 Exporting %1!d! of %2!d! - %3!s!: %0
110The driver package were successfully exported.
The driver package were successfully exported.
1000DismTopLevelHelp DismTopLevelHelp
1001
DISM.exe [dism_options] {Imaging_command} []
DISM.exe {/Image: | /Online} [dism_options]
{servicing_command} []

DESCRIPTION:

DISM enumerates, installs, uninstalls, configures, and updates features
and packages in Windows images. The commands that are available depend
on the image being serviced and whether the image is offline or running.

DISM.exe [dism_options] {Imaging_command} []
DISM.exe {/Image: | /Online} [dism_options]
{servicing_command} []

DESCRIPTION:

DISM enumerates, installs, uninstalls, configures, and updates features
and packages in Windows images. The commands that are available depend
on the image being serviced and whether the image is offline or running.
1002
For more information about these DISM options and their arguments, specify an
option immediately before /?.

Examples:
DISM.exe /Mount-Wim /?
DISM.exe /ScratchDir /?
DISM.exe /Image:C:\test\offline /?
DISM.exe /Online /?



For more information about these DISM options and their arguments, specify an
option immediately before /?.

Examples:
DISM.exe /Mount-Wim /?
DISM.exe /ScratchDir /?
DISM.exe /Image:C:\test\offline /?
DISM.exe /Online /?


1003ImageTopLevelHelp ImageTopLevelHelp
1004
The following commands may be used to service the image:

The following commands may be used to service the image:
1005
For more information about these servicing commands and their arguments,
specify a command immediately before /?.

Examples:
DISM.exe /Image:C:\test\offline /Apply-Unattend /?
DISM.exe /Image:C:\test\offline /Get-Features /?
DISM.exe /Online /Get-Drivers /?



For more information about these servicing commands and their arguments,
specify a command immediately before /?.

Examples:
DISM.exe /Image:C:\test\offline /Apply-Unattend /?
DISM.exe /Image:C:\test\offline /Get-Features /?
DISM.exe /Online /Get-Drivers /?


1006LocalTopLevelHelp LocalTopLevelHelp
1007ConfigTopLevelHelp ConfigTopLevelHelp
1008
DISM OPTIONS:

DISM OPTIONS:
1009ImageSpecificationTopLevelHelp ImageSpecificationTopLevelHelp
1010
IMAGE SPECIFICATIONS:

IMAGE SPECIFICATIONS:
1011DownlevelTopLevelHelp DownlevelTopLevelHelp
1100WinDir WinDir
1101Specifies the path to the Windows directory. Specifies the path to the Windows directory.
1102
/Image: [/WinDir:]

/Image: [/WinDir:]
1103Specifies the path to the Windows directory relative to the image path.
If not specified, it defaults to "Windows".

This option cannot be used with the /Online option.

Example:
DISM.exe /Image:C:\test\offline /WinDir:Win


Specifies the path to the Windows directory relative to the image path.
If not specified, it defaults to "Windows".

This option cannot be used with the /Online option.

Example:
DISM.exe /Image:C:\test\offline /WinDir:Win


1104SysDriveDir SysDriveDir
1105Specifies the path to the system-loader file named
BootMgr.
Specifies the path to the system-loader file named
BootMgr.
1106
/Image: [/SysDriveDir:]

/Image: [/SysDriveDir:]
1107Specifies the path to the directory of the bootmgr file. If not
specified, it defaults to the offline image path.

This option cannot be used with the /Online option.

Example:
DISM.exe /Image:C:\test\offline /SysDriveDir:C:\


Specifies the path to the directory of the bootmgr file. If not
specified, it defaults to the offline image path.

This option cannot be used with the /Online option.

Example:
DISM.exe /Image:C:\test\offline /SysDriveDir:C:\


1108LogPath LogPath
1109Specifies the logfile path. Specifies the logfile path.
1110
/LogPath:

/LogPath:
1111Specifies the path to the DISM logfile. If not specified, the default
is %%windir%%\Logs\DISM\dism.log.

Example:
DISM.exe /Image:C:\test\offline /logpath:C:\LogFiles\dism.log


Specifies the path to the DISM logfile. If not specified, the default
is %%windir%%\Logs\DISM\dism.log.

Example:
DISM.exe /Image:C:\test\offline /logpath:C:\LogFiles\dism.log


1112LogLevel LogLevel
1113Specifies the output level shown in the log (1-4). Specifies the output level shown in the log (1-4).
1114
/LogLevel:

/LogLevel:
1115Specifies the maximum output level shown in logs. The accepted
values are:
1 = Errors only
2 = Errors and warnings
3 = Errors, warnings, and information
4 = All the above and debug output

If not specified, it defaults to 3 (maximum logging).

Example:
DISM.exe /Image:C:\test\offline /loglevel:1


Specifies the maximum output level shown in logs. The accepted
values are:
1 = Errors only
2 = Errors and warnings
3 = Errors, warnings, and information
4 = All the above and debug output

If not specified, it defaults to 3 (maximum logging).

Example:
DISM.exe /Image:C:\test\offline /loglevel:1


1116NoRestart NoRestart
1117Suppresses automatic reboots and reboot prompts. Suppresses automatic reboots and reboot prompts.
1118
/NoRestart

/NoRestart
1119Suppresses restart prompting.

Example:
DISM.exe /Online /norestart


Suppresses restart prompting.

Example:
DISM.exe /Online /norestart


1120Quiet Quiet
1121Suppresses all output except for error messages. Suppresses all output except for error messages.
1122
/Quiet

/Quiet
1123Turns off information and progress output to the console.
Only error messages will be displayed.

Example:
DISM.exe /Image:C:\test\offline /quiet


Turns off information and progress output to the console.
Only error messages will be displayed.

Example:
DISM.exe /Image:C:\test\offline /quiet


1124ScratchDir ScratchDir
1125Specifies the path to a scratch directory. Specifies the path to a scratch directory.
1126
/ScratchDir:

/ScratchDir:
1127Specifies a temporary directory to be used for extracting files for
servicing. The directory must exist.

If not set, the temporary directory will be used.

Example:
DISM.exe /Image:C:\test\offline /scratchdir:D:\Scratch


Specifies a temporary directory to be used for extracting files for
servicing. The directory must exist.

If not set, the temporary directory will be used.

Example:
DISM.exe /Image:C:\test\offline /scratchdir:D:\Scratch


1128Image Image
1129Specifies the path to the root directory of an
offline Windows image.
Specifies the path to the root directory of an
offline Windows image.
1130
/Image:

/Image:
1131This is the path to the root directory of the offline Windows image.
This option must be used with a servicing command.

Example:
DISM.exe /Image:C:\test\offline /Get-Packages


This is the path to the root directory of the offline Windows image.
This option must be used with a servicing command.

Example:
DISM.exe /Image:C:\test\offline /Get-Packages


1132Online Online
1133Targets the running operating system. Targets the running operating system.
1134Format Format
1135Specifies the report output format. Specifies the report output format.
1136
/Format:

/Format:
1137Specifies the output format of a report. The option has no effect when used
with a command that does not generate reports, or a command that does not
support this option. The accepted values for are:
Table = Displays the report in a table.
List = Displays the report in a list of name/value pairs.


Examples:
DISM.exe /Image:C:\test\offline /Format:Table /Get-Packages
DISM.exe /Image:C:\test\offline /Format:List /Get-Features
DISM.exe /Image:C:\test\offline /Format:Table /Get-Drivers
DISM.exe /Image:C:\test\offline /Format:List /Get-Apps
DISM.exe /Image:C:\test\offline /Format:Table /Get-AppPatches


Specifies the output format of a report. The option has no effect when used
with a command that does not generate reports, or a command that does not
support this option. The accepted values for are:
Table = Displays the report in a table.
List = Displays the report in a list of name/value pairs.


Examples:
DISM.exe /Image:C:\test\offline /Format:Table /Get-Packages
DISM.exe /Image:C:\test\offline /Format:List /Get-Features
DISM.exe /Image:C:\test\offline /Format:Table /Get-Drivers
DISM.exe /Image:C:\test\offline /Format:List /Get-Apps
DISM.exe /Image:C:\test\offline /Format:Table /Get-AppPatches


1138English English
1139Displays command line output in English. Displays command line output in English.
1140
/English

/English
1141Displays command line output in English.

Examples:
DISM.exe /Image:C:\test\offline /Format:Table /English /Get-Packages
DISM.exe /Image:C:\test\offline /English /Get-DriverInfo /Driver:oem0.inf


Displays command line output in English.

Examples:
DISM.exe /Image:C:\test\offline /Format:Table /English /Get-Packages
DISM.exe /Image:C:\test\offline /English /Get-DriverInfo /Driver:oem0.inf


1142DriverTopLevelHelp DriverTopLevelHelp
1143
Driver COMMANDS::

Driver COMMANDS::
1144Export-Driver Export-Driver
1145Export all third-party driver packages from an
offline image or a running operating system.
Export all third-party driver packages from an
offline image or a running operating system.
1146
/Export-Driver /Destination:

Export all third-party driver packages from a Windows image to a destination path.

Examples:
DISM.exe /Image:C:\test\offline /Export-Driver /Destination:C:\destpath


/Export-Driver /Destination:

Export all third-party driver packages from a Windows image to a destination path.

Examples:
DISM.exe /Image:C:\test\offline /Export-Driver /Destination:C:\destpath

0x01500020The operation completed successfully. The operation completed successfully.
0x30000001Start Start
0x30000002Stop Stop
0x50000004Information Information
0x81500027A error occurred while initializing the DISM event reporting component. For more information, review the log file. A error occurred while initializing the DISM event reporting component. For more information, review the log file.
0x81500034Logging is disabled: Unable to obtain access to the log file %1!s!. Logging is disabled: Unable to obtain access to the log file %1!s!.
0x90000001Deployment Image Servicing And Management CLI Deployment Image Servicing And Management CLI
0xC1500003An initialization error occurred. For more information, review the log file. An initialization error occurred. For more information, review the log file.
0xC1500004DISM doesn't recognize the command-line option \"%1\". For more information, refer to the help by running DISM.exe /?. DISM doesn't recognize the command-line option \"%1\". For more information, refer to the help by running DISM.exe /?.
0xC1500005Invalid command-line argument. To retrieve help, do not specify a command-line option with an argument. Invalid command-line argument. To retrieve help, do not specify a command-line option with an argument.
0xC1500006An error occurred while parsing the command-line options specified. For more information, review the log file. An error occurred while parsing the command-line options specified. For more information, review the log file.
0xC1500007An initialization error occurred while accessing the path to the offline image.For more information, review the log file. An initialization error occurred while accessing the path to the offline image.For more information, review the log file.
0xC1500008Unable to access the image. Make sure that the image path and the Windows directory for the image exist and you have Read permissions on the folder. Unable to access the image. Make sure that the image path and the Windows directory for the image exist and you have Read permissions on the folder.
0xC150000AAn error occurred while processing the command-line options.For more information, review the log file. An error occurred while processing the command-line options.For more information, review the log file.
0xC150000EThe command-line is missing a required servicing command. For more information, refer to the help by running DISM.exe /Image= /? where is the full path to an offline Windows image. The command-line is missing a required servicing command. For more information, refer to the help by running DISM.exe /Image= /? where is the full path to an offline Windows image.
0xC1500010An error occurred while creating the log file. Ensure that the path to the log file exists and that you have Read/Write permissions on the folder where the log files will be created. An error occurred while creating the log file. Ensure that the path to the log file exists and that you have Read/Write permissions on the folder where the log files will be created.
0xC1500011A path and file name were not specified for the /LogPath option. Make sure the /LogPath argument is not empty. For more information, refer to the help by running DISM.exe /LogPath /? A path and file name were not specified for the /LogPath option. Make sure the /LogPath argument is not empty. For more information, refer to the help by running DISM.exe /LogPath /?
0xC1500012The option /WinDir is not recognized in this context. It can only be used with an offline image. For more information, refer to the help by running DISM.exe /WinDir /?. The option /WinDir is not recognized in this context. It can only be used with an offline image. For more information, refer to the help by running DISM.exe /WinDir /?.
0xC1500013An error occurred closing a servicing component in the image. Wait a few minutes and try running the command again. An error occurred closing a servicing component in the image. Wait a few minutes and try running the command again.
0xC1500014Restart Windows to complete this operation. Restart Windows to complete this operation.
0xC1500016Unable to automatically restart Windows. Manually restart the computer to complete this operation. Unable to automatically restart Windows. Manually restart the computer to complete this operation.
0xC1500018Windows failed to restart. Manually restart the computer to complete this operation. Windows failed to restart. Manually restart the computer to complete this operation.
0xC1500019Do not use the /Image or /WinDir option when using the /Online option to specify a running operating system. For more information, refer to the help by running DISM.exe /Online /?. Do not use the /Image or /WinDir option when using the /Online option to specify a running operating system. For more information, refer to the help by running DISM.exe /Online /?.
0xC150001AUnable to find the Windows directory in the running Windows installation. For more information, review the log file. Unable to find the Windows directory in the running Windows installation. For more information, review the log file.
0xC150001CThe /Image option that is specified points to a running Windows installation. To service the running operating system, use the /Online option. For more information, refer to the help by running DISM.exe /Online /?. The /Image option that is specified points to a running Windows installation. To service the running operating system, use the /Online option. For more information, refer to the help by running DISM.exe /Online /?.
0xC150001EDISM failed. No operation was performed. For more information, review the log file. DISM failed. No operation was performed. For more information, review the log file.
0xC150001FAn error occurred while accessing the DISM binaries in the image. For more information, review the log file. An error occurred while accessing the DISM binaries in the image. For more information, review the log file.
0xC1500021The %1 option is missing a required argument. For more information, refer to the help by running DISM %1 /?. The %1 option is missing a required argument. For more information, refer to the help by running DISM %1 /?.
0xC1500022DISM cannot service an image on a network path. Mount the image locally and run DISM again. DISM cannot service an image on a network path. Mount the image locally and run DISM again.
0xC1500023An error occurred while attempting to access the image at %1.For more information, review the log file. An error occurred while attempting to access the image at %1.For more information, review the log file.
0xC1500024An error occurred while attempting to access the image.For more information, review the log file. An error occurred while attempting to access the image.For more information, review the log file.
0xC1500025An error occurred accessing the DISM binaries on the host system. Ensure that the local DISM binaries exist and that you have Read permission on the folder. An error occurred accessing the DISM binaries on the host system. Ensure that the local DISM binaries exist and that you have Read permission on the folder.
0xC1500026An error occurred while validating the path to the image.Ensure that the image path is correct and that you have Read permissions on the folder. An error occurred while validating the path to the image.Ensure that the image path is correct and that you have Read permissions on the folder.
0xC1500028An error occurred while accessing the temporary directory. Ensure that the path to the directory exists and that you have Read/Write permissions on the folder. For more information, refer to the help by running DISM.exe /ScratchDir /?. An error occurred while accessing the temporary directory. Ensure that the path to the directory exists and that you have Read/Write permissions on the folder. For more information, refer to the help by running DISM.exe /ScratchDir /?.
0xC1500029The directory %1 does not appear to be a valid Windows directory.Ensure that the /WinDir option that is specified is valid. For more information, refer to the help by running DISM.exe /WinDir /?. The directory %1 does not appear to be a valid Windows directory.Ensure that the /WinDir option that is specified is valid. For more information, refer to the help by running DISM.exe /WinDir /?.
0xC150002AElevated permissions are required to run DISM. Use an elevated command prompt to complete these tasks. Elevated permissions are required to run DISM. Use an elevated command prompt to complete these tasks.
0xC150002BAn error occurred while locating the DISM binaries. DISM is attempting to locate dismcore.dll. Ensure that the DISM binaries are present and that you have Read permissions on the folder. An error occurred while locating the DISM binaries. DISM is attempting to locate dismcore.dll. Ensure that the DISM binaries are present and that you have Read permissions on the folder.
0xC150002CAn error occurred while initializing COM security. Try running DISM again. An error occurred while initializing COM security. Try running DISM again.
0xC150002DThe file %1 does not appear to be a valid DLL. Ensure that the file has not been corrupted. The file %1 does not appear to be a valid DLL. Ensure that the file has not been corrupted.
0xC150002EAn error occurred while processing the command.Ensure that the command-line arguments are valid. For more information, review the log file. An error occurred while processing the command.Ensure that the command-line arguments are valid. For more information, review the log file.
0xC1500032An invalid log level was specified. For more information, refer to the help by running DISM.exe /LogLevel /?. An invalid log level was specified. For more information, refer to the help by running DISM.exe /LogLevel /?.
0xC1500035The command-line is missing a required servicing command. For more information, refer to the help by running DISM.exe /Online /?. The command-line is missing a required servicing command. For more information, refer to the help by running DISM.exe /Online /?.
0xC1500036The DISM process encountered a problem and shutdown.For more information, review the log file. The DISM process encountered a problem and shutdown.For more information, review the log file.
0xC1500038Image Version: %1!s! Image Version: %1!s!
0xC1500039No DISM options were specified on the command-line. Run DISM with a command-line option specified, such as /Image or /Online. For more information, refer to the help by running DISM.exe /?. No DISM options were specified on the command-line. Run DISM with a command-line option specified, such as /Image or /Online. For more information, refer to the help by running DISM.exe /?.
0xC150003AAn error occurred while loading DISM. The DISM tool may be corrupt. Try reinstalling DISM. An error occurred while loading DISM. The DISM tool may be corrupt. Try reinstalling DISM.
0xC150003BYou cannot service a running 64-bit operating system with a 32-bit version of DISM. Please use the version of DISM that corresponds to your computer's architecture. You cannot service a running 64-bit operating system with a 32-bit version of DISM. Please use the version of DISM that corresponds to your computer's architecture.
0xC150003CDISM does not support servicing Windows PE with the /Online option. DISM does not support servicing Windows PE with the /Online option.
0xC150003DThe %1 option does not take an argument. Remove the argument and run DISM again. The %1 option does not take an argument. Remove the argument and run DISM again.
0xC150003EAn error occurred while initializing the log file. Ensure that the path to the log file is a valid. For more information, refer to the help by running DISM.exe /LogPath /?. An error occurred while initializing the log file. Ensure that the path to the log file is a valid. For more information, refer to the help by running DISM.exe /LogPath /?.
0xC150003FDISM does not support servicing a Windows Vista RTM or earlier operating system. If the operating system is supported check that SSShim.DLL is present. DISM does not support servicing a Windows Vista RTM or earlier operating system. If the operating system is supported check that SSShim.DLL is present.
0xC1500040An error occurred while attempting to start the servicing process for the image located at %1!s!. For more information, review the log file. An error occurred while attempting to start the servicing process for the image located at %1!s!. For more information, review the log file.
0xC1500041DISM does not support servicing Windows Vista or Windows Server 2008 with the /Online option. DISM does not support servicing Windows Vista or Windows Server 2008 with the /Online option.
0xC1500042Invalid command-line option \"%1\". Ensure that /? is the last option listed on the command-line. Invalid command-line option \"%1\". Ensure that /? is the last option listed on the command-line.
0xC1500043The %1 option is missing a required argument. For more information, refer to the help for the %1 option. The %1 option is missing a required argument. For more information, refer to the help for the %1 option.
0xC1500044Unable to access the System directory for the specified image. Make sure the System directory for the image exists and you have Read permissions on the folder. Unable to access the System directory for the specified image. Make sure the System directory for the image exists and you have Read permissions on the folder.
0xC1500064No help topic could be found for the %1 option.Specify an image to see relevant help topics, using either the /Image or/Online command-line option:/Image: This is the path to the root directory of the offline Windows image. Example: DISM.exe /Image:C:\\test\\offline /?/Online Specifies that the operation is to be performed against the running Windows installation. Example: DISM.exe /Online /? No help topic could be found for the %1 option.Specify an image to see relevant help topics, using either the /Image or/Online command-line option:/Image: This is the path to the root directory of the offline Windows image. Example: DISM.exe /Image:C:\\test\\offline /?/Online Specifies that the operation is to be performed against the running Windows installation. Example: DISM.exe /Online /?
0xC1500066The %1 option is unknown. For more information, refer to the help by running DISM.exe /?. The %1 option is unknown. For more information, refer to the help by running DISM.exe /?.
0xC1500067Error: %1!d! Error: %1!d!
0xC1500068Error: 0x%1!x! Error: 0x%1!x!
0xC1500069The /Image option cannot be used in this context.For more information, refer to the help by running DISM.exe /?. The /Image option cannot be used in this context.For more information, refer to the help by running DISM.exe /?.
0xC150006AThe %1 argument given for the %2 option is invalid.For more information, refer to the help by running DISM.exe /?. The %1 argument given for the %2 option is invalid.For more information, refer to the help by running DISM.exe /?.
0xC150006BOperation was incomplete because of a cancel request. Operation was incomplete because of a cancel request.
0xC150006CInvalid command-line. For more information, refer to the help. Invalid command-line. For more information, refer to the help.
0xC150006DThe %1 option has been duplicated on the command-line. Remove the duplicate option and try the command again. The %1 option has been duplicated on the command-line. Remove the duplicate option and try the command again.
0xC150006EA destination path must be specified. A destination path must be specified.
0xC150006FThe destination path %1!s! does not exist. The destination path %1!s! does not exist.

EXIF

File Name:dism.exe.mui
Directory:%WINDIR%\WinSxS\fr-ca\
File Size:30 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:29696
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:French (Canadian)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Dism Image Servicing Utility
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:dism
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:DISM.EXE.MUI
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0

What is dism.exe.mui?

dism.exe.mui is Multilingual User Interface resource file that contain French (Canadian) language for file dism.exe (Dism Image Servicing Utility).

File version info

File Description:Dism Image Servicing Utility
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:dism
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:DISM.EXE.MUI
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0xC0C, 1200