Help! Whenever i try to integrate a language pack, it dosent show the language codes and it dosent show dism integration except the lang.ini generation and when it says copying windows setup localized resources it says file not found - *.* also whenever i click integrate to integrate the chromium edge browser it brings me to the remove screen with the windows custom features warning for some reason
@MSMG , Toolkit v10.2 cmd line 21313: Code: if "%Component%" equ "WindowsApps" call :RemoveWindowsComponent "%InstallMount%", "System Apps", "WindowsApps" it should be: Code: if "%Component%" equ "WindowsApps" call :RemoveWindowsComponent "%InstallMount%", "Windows Apps", "WindowsApps"
Should be. But the way it is will do the job correctly. However, if I am not mistaken, it will display "System Apps" instead of "Windows Apps" at the beginning of the removal procedure.
This is not the first time that similar errors have been corrected in Toolkit, and both were discovered during my localization.
I moved it to C:\Toolkit but am still getting the same error when trying to add codec HEVC and the sticky notes app.
Tks..!! Firstly, sorry my bad english. I'm from Brazil..!! I used RemovePkgList method first and doesn't wok. After I used RemoveAppList method and doesn't work also. Both doesn't work for me from 19041.450 and 19042.450..!! From 19041.264 and 19042.264 works fine..!! RemovePkgList => OfficeHub RemoveAppList => Microsoft.MicrosoftOfficeHub Thanks in advance..!!
v10.2 + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v2009 (v10.0.19041.421/v10.0.19042.421) Source OS.
@MSMG: Is it correct that for Windows 8.1 metro app removal we should use Toolkit version 8.8? The first page does not explicitly state that, it says "component removal". The current version doesn't have the metro app removal option in the menu for Windows 8.1. However, the app list template for Windows 8.1 is present in the "lists" folder, do you intent to support metro app removal for W8.1? Cheers.
@MSMG: I found a tiny issue with the integration of PowerShell 7 on Windows 8.1. The Toolkit asks for the win7 reg file instead of the w8.1 reg file. I just renamed the reg file to the w7 version and the Toolkit took it, but it needs correction. Edit: I also found that after integrating updates (not .net 3.5) the pending.xml was created. Likely, the way updates are applied to a Windows 8.1 image differs from that in Windows 10. I looked at pending.xml and there was a huge list of pending operations, referring to multiple updates. It may not be possible to do an offline image cleanup like on Windows 10, or there is a need to filter out all updates that cause the pending.xml file being created. But then, WU will offer the missing patches after deploying the image. I think in the end it's unavoidable to run cleanup on an online image. Thus, the resulting image comes out pretty big, 3.7 GB and that's only the x86 image. Cheers.