ここでは、Error 30XX系のメッセージについて説明します。
エラー番号 |
メッセージ |
意味 |
---|---|---|
Error 3001 |
Failed in execution because the specified argument is not one of the expected values. |
pe50.batに送られてきた引数が想定したものではありません。 |
Error 3002 |
Failed to copy. |
pe50.bat内の「copy」コマンドがファイルコピーに失敗しました。 |
Error 3003 |
Failed to copy. |
pe50.bat内の「copy」コマンドがファイルコピー(上書き)に失敗しました。 |
Error 3004 |
Failed to execute command [imagex]. |
pe50.bat内の「imegex」コマンドの実行が失敗しました。 |
Error 3005 |
Failed to mount of the WIM image. |
pe50.bat内の「dism」コマンドがマウントに失敗しました。 |
Error 3006 |
Failed to execute command [dism /Set-ScratchSpace]. |
pe50.bat内の「dism」コマンドがスクラッチ領域の設定に失敗しました。 |
Error 3007 |
Failed to execute command [dism /Add-Package]. |
pe50.bat内の「dism」コマンドがパッケージの追加に失敗しました。 |
Error 3008 |
Failed to execute command [dism Set-SKUIntlDefaults]. |
pe50.bat内の「dism」コマンドがロケール設定に失敗しました。 |
Error 3009 |
Failed to unmount of the WIM image. |
pe50.bat内の「dism」コマンドがマウントの解除に失敗しました。 |
Error 3011 |
Unknown WindowsPE Version. |
pe50.bat内でWindows PE 作成キット(Windows AIK)のバージョンが異なる、または存在しないと判断しました。 |
Error 3012 |
Failed to delete file. |
pe50.bat内でファイルの削除に失敗しました。 |
Error 3013 |
Failed to delete folder. |
pe50.bat内でフォルダーの削除に失敗しました。 |