AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-1062860

hwmartin's questions

Martin Hope
hwmartin
Asked: 2019-07-16 07:35:59 +0800 CST

无法将语言包从 Windows 10 ADK/PE 附加组件添加到 Windows 10 ISO

  • 6

场景:我想向 Windows 10 专业版安装程序添加其他语言,这样我packer只需更改autounattend.xml文件即可轻松构建 Windows 实例。

我希望 Windows 10 在安装过程中安装所需的语言,而不是安装它en-US并在安装后安装语言包。

我知道我可以从 Microsoft 下载每种语言特定的 ISO,但我不喜欢为每种我想支持的语言保留 4-5GB ISO 的想法,而理论上我应该能够创建包含我需要的所有语言的安装程序.

我无权访问 Microsoft OEM 站点、设备合作伙伴中心或 Microsoft 下一代批量许可站点。


资源:

  • Windows 10 ISO:https ://www.microsoft.com/en-us/software-download/windows10ISO
  • Windows ADK/Windows PE 附加组件:https ://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install
  • 按需添加和删除语言包、LIP 和功能:https ://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-language-packs-to-windows#add-and-remove -language-packs-lips-and-features-on-demand

问题

我已经从上面的公共下载链接下载了 Windows 10 ISO,并将内容复制到我电脑上的可写位置。

我还为我正在使用的适当版本的 Windows 10(1809 或 1903)安装了 Windows ADK 和 Windows PE 附加组件。

当我尝试集成 Windows PE 附加组件中附带的语言包时,我注意到该版本与公共 ISO 中的映像版本不匹配。

Windows PE 附加组件的语言包版本似乎是.1,公共 Windows 10 ISO 上的版本似乎总是.3

当我尝试将语言包集成到 的sources\install.wim中时Win10_1809Oct_v2_English_x64.iso,我得到以下输出:

dism /image:C:\mount\boot /add-package /packagepath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\ko-kr\lp.cab"

Deployment Image Servicing and Management tool
Version: 10.0.17763.1

Image Version: 10.0.17763.379

Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~ko-KR~10.0.17763.1
[==========================100.0%==========================]

Error: 0x800f081e

The specified package is not applicable to this image.

我注意到语言包版本似乎是10.0.17763.1,而公共 1809 ISO 似乎包含发布10.0.17763.379

如果我安装适用于 1903 的 Windows ADK/PE 附加组件并尝试使用 1903 ISO Win10_1903_V1_English_x64.iso,我会遇到同样的错误:

dism /image:C:\mount\boot /add-package /packagepath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\lp.cab"

Deployment Image Servicing and Management tool
Version: 10.0.17763.1

Image Version: 10.0.18362.30

Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.18362.1
[==========================100.0%==========================]

Error: 0x800f081e

The specified package is not applicable to this image.

C:\Windows\Logs\DISM\dism.log有大量与此操作相关的输出。我不太了解Windows,但问题似乎是由于版本不匹配而无法找到语言包的父包:

2019-07-15 16:21:50, Info                  DPX    Extraction of file: update.ses failed because it is not present in the container (\\?\C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\lp.cab).
2019-07-15 16:21:50, Info                  DPX    DpxException hr=0x80070002 code=0x020109
2019-07-15 16:21:50, Info                  CBS    Not able to add file to extract: update.ses [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-07-15 16:21:50, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.18362.1, Parent: Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.18362.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
2019-07-15 16:21:50, Info                  CBS    Appl: detectParent: no parent found, go absent
2019-07-15 16:21:50, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.18362.1, applicable state: Absent
2019-07-15 16:21:50, Info                  DISM   DISM Package Manager: PID=3140 TID=15264 Package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.18362.1 with CBS state 0(CbsInstallStateAbsent) being mapped to dism state 1(DISM_INSTALL_STATE_NOTPRESENT) - CDISMPackage::LogInstallStateMapping
2019-07-15 16:21:50, Error                 DISM   DISM Package Manager: PID=3140 TID=15264 The package Microsoft-Windows-WinPE-LanguagePack-Package is not applicable to the image. - CPackageManagerCLIHandler::Private_ProcessPackageChange
2019-07-15 16:21:50, Info                  DISM   DISM Package Manager: PID=3140 TID=15264 Initiating Changes on Package with values: 4, 7 - CDISMPackage::Internal_ChangePackageState
2019-07-15 16:21:50, Info                  DISM   DISM Package Manager: PID=3140 TID=15264 CBS session options=0x0! - CDISMPackageManager::Internal_Finalize

问题

  1. 是否可以从与构建或对应的公共(Microsoft 官方)来源下载 Windows 10 ISO ?10.0.17763.110.0.18362.1
  2. 如果这不可能,是否有发布的公共语言包.3?
  3. 如果没有 MSDN 帐户或许可协议,是否可以将语言包集成到安装程序中?
windows-10 dism
  • 1 个回答
  • 4888 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve