スペイン語の言語パックを追加し、英語のLPをWindows Vista Ultimate x64 SP2isoファイルに削除しようとしていました。
あなたが答えるのを助けるいくつかの情報:
.iso
ファイルのOSはWindowsVista Ultimate x64SP2ですinstall.wim
ファイルをフォルダに正常にマウントしました。問題はここから始まります:
コマンドdism /Image:mountedfolder /Get-Packages
を入力すると、dismは次のように出力します。
The command specified is unknown or not supported when running DISM.exe against a Windows Vista with Service Pack 1 or a Windows Server 2008 target image.
For more information, see the Help documentation available in the Windows Automated Installation Kit <Windows-AIK> or the Windows OEM Preinstallation Kit <OPK>.
DismはWindowsVistaイメージと互換性がないようです。
DISMはWindowsVistaイメージで動作しますか? dismの代替手段はありますか?サードパーティのソフトウェア(Microsoftツールを除く)をダウンロードせずにLPを追加する方法はありますか?
imagex.exe
とpeimg.exe
を探しているようです。
最も低いDISMバージョンはWindows7用に作成されました。WindowsVistaでも同じことを行う必要がある場合は、WAIK for Vistaを使用できます(例:imagex.exe
、intlcfg.exe
、pkgmgr.exe
、peimg.exe
。パッケージを管理している場合は、正確なニーズに合うpeimg.exe
をお勧めします。
VistalizatorからLPをダウンロードした場合は、 http://www.froggie.sk/download/langadd64.cmd および http://www.froggie.sk/download/langlist64)を確認してください。 .cmd これらのコマンドはWindowsVista用に作成されています。サードパーティのツールを使用したくない場合は、これらのコマンドファイルを読んで、peimg.exe
の使用方法を学ぶことができます。
/Get-Packages
のpeimg.exe
に相当するものはです。
peimg.exe /list path\to\your\mounted\wim
/Add-Package
のpeimg.exe
に相当するものはです(次の例は、質問とニーズに基づいています)。
"%WAIK%\Tools\PETools\peimg.exe" /import=path\to\your\lp.cab path\to\your\mounted\wim
"%WAIK%\Tools\PETools\peimg.exe" /install=*LanguagePack* path\to\your\mounted\wim
ISOをマウント/マウント解除するには、imagex.exe
を使用します。