NTLite v2023.11.9477 Can't integrate some WinPE updates

  • Thread starter Thread starter Deleted member 20447
  • Start date Start date
D

Deleted member 20447

Guest
I updated to v2023.10.9447 and I tried to integrate Language Packs,
But I tried to integrate language packs to Windows PE, it ignores integrating language pack........
And .net framework 3.5 also ignored.............
Is this a bug?
View attachment 10601
 
WinPE is a modified version of Windows, and has different CAB packages for its Language Packs, .NET 3.5, WMI and PowerShell.

You must download the ADK add-on kit for your Windows release, extract the Optional Component (OC) packages, and integrate them in WinPE. WinPE and Windows packages are not interchangeable.

Windows PE add-on for the ADK for Windows 11, version 22H2
Windows PE add-on for the ADK for Windows 11
Windows PE add-on for the ADK, version 2004 (W10 thru 22H2)
Windows PE add-on for ADK, version 1903 (W10 1903)

Unless you're building a custom WinPE to run apps, there's no real need to integrate LP's or .NET.
Most of the time you're using WinPE to execute Setup. If you really need to run Setup in several languages, then add the WinPE LP's.
 
I updated to v2023.10.9447 and I tried to integrate Language Packs,
But I tried to integrate language packs to Windows PE, it ignores integrating language pack........
And .net framework 3.5 also ignored.............
Is this a bug?
View attachment 10601
The screenshot shows Windows 10 Enterprise RTM, is the report about WinRE or that?
Btw that OS is 8 years old, consider upgrading, still it should have integrated the .NET 3.5.
I would be interested in the log of that action from the screen.
Please attach %temp%\ntlite.log next time it happens, and make sure the .NET CAB is for that exact version, use the NTLite's Updates page - Template menu option to add the correct CAB from that same image.
 
WinPE is a modified version of Windows, and has different CAB packages for its Language Packs, .NET 3.5, WMI and PowerShell.

You must download the ADK add-on kit for your Windows release, extract the Optional Component (OC) packages, and integrate them in WinPE. WinPE and Windows packages are not interchangeable.

Windows PE add-on for the ADK for Windows 11, version 22H2
Windows PE add-on for the ADK for Windows 11
Windows PE add-on for the ADK, version 2004 (W10 thru 22H2)
Windows PE add-on for ADK, version 1903

Unless you're building a custom WinPE to run apps, there's no real need to integrate LP's or .NET to WinPE, since most of the time you're using to clean boot and run Setup. If you really needed to run Setup in several languages, then you n
Now, ResetBase was run first and then .net 3.5 integrated
But Other Version of Windows PE, still can't integrate language pack from ADK (Windows 11 too)
 
WinPE packages are specific to each Windows version. You can't mix ADK kits.
Unless you find a copy of ADK 1507 saved as an installable ISO, it's too late to add WinPE updates.

What you can do is find a later W10 LTSC ISO, update its WinPE (which is still supported), and replace install.wim with your 1507 version. A newer WinPE will install an older
 
Back
Top