You can use [2] Integrate WHD General Updates and then [1] Integrate Windows Setup Media Updates until the issue is fixed with next version of DU for Setup cab file.
Ok identified the issue, will upload the newer Toolkit.cmd, use it or you can replace the lines in bold echo.Copying [\Windows\SysWOW64\mydocs.dll] file... move /y "%Temp%\mydocs.dll" "%InstallMount%\%%i\Windows\SysWOW64\mydocs.dll" >nul echo.Copying [\Windows\SysWOW64\taskmgr.exe] file... move /y "%Temp%\taskmgr.exe" "%InstallMount%\%%i\Windows\SysWOW64\taskmgr.exe" >nul To echo.Copying [\Windows\SysWOW64\mydocs.dll] file... move /y "%Temp%\mydocs_wow64.dll" "%InstallMount%\%%i\Windows\SysWOW64\mydocs.dll" >nul echo.Copying [\Windows\SysWOW64\taskmgr.exe] file... move /y "%Temp%\taskmgr_wow64.exe" "%InstallMount%\%%i\Windows\SysWOW64\taskmgr.exe" >nul
@MSMG Reminding about new template for naming new builds. I'm doubting this issue will be fixed permanently, except short time when both versions will lucky appear an eqal.
Yes the Windows Firewall issue will be fixed in future releases, just need some time to check the related shared components and fix the issue. Will add the Offline files in future, I know you had requested for Hyper-V removal before, will add these components when possible. Yes I'm doing fine, Thank you.
This pack for N Editions, Are you using N Edition? The regular editions do contains this pack built-in. Try retaining WMP if removed.
I have used the older Win32Calc files but with the newer reg files, can you try with older Win32Calc reg files? Do post the older Win32Calc reg files.
Select the required Apps using [3] Remove -> [1] Remove Windows Components -> [1] Select Windows Components [3] Remove -> [1] Remove Windows Components -> [2] Start Removing Windows Components or Use the Package list method using [3] Remove -> [1] Remove Windows Components using Package List -> ToolKitHelper Method You need to add the list of Apps entries in the RemovePkgs.txt file <Bin\Lists> folder, for template check <Bin\Lists\ToolkitHelper_Templates> folder.
I use LTSC2019 and i take this pack from your MEGA for my ver so there is no problem. i need install icloud. dont need WMP and etc
@MSMG - Quick report 1) Fix for Icons integration works. At last I can see the new icons in the OS. 2) "Setup Bug" is still here. See chapter 3) and how to proceed with a quick test. Firewall component was untouched (not removed and removal option is deactivated by you in this release, according to the description) The Launcher works when nothing has been removed in the ISO. Billy ---> <---MSMG Me.... --->
@MSMG, %DefaultIndex% to !DefaultIndexNo! and %DefaultImageIndex% to !DefaultIndexNo! remove C_ManualSetup from for loop in :RemoveWindowsComponents.
I placed this check for N editions. Maybe you need some improvement to support something else, but it's working right. Code: :: Checking whether exists N Editions supported for Windows Media Feature Integration are selected as source. set /A ImageEditionCount=0 for /d %%j in (StarterN, StarterKN, HomeBasicN, HomeBasicKN, CoreN, CloudN, ProessionalN, ProfessionalKN, ProfessionalEducationN, ProfessionalEducationKN, EnterpriseN, EnterpriseKN, EnterpriseSN, EnterpriseGN, UltimateN, UltimateKN, EducationN, EducationKN) do ( if "%ImageEdition%" equ "%%j" set /A ImageEditionCount+=1 ) if %ImageEditionCount% equ 0 ( echo.No N Edition was found. And, Non-N Editions are not supported. echo. goto :Stop )
This pack is only for N Editions like Enterprise N LTSC 2019. Did you removed any components? if so did you tried installing iCloud on untouched ISO?
2) I had tested the Firefox issue with Firewall removed and found out the error is related to UAC, if you don't accept yes when the UAC prompt is shown the Firefox installation doesn't give any errors. Will test the same with DELL Audio Drivers Package also and see if they are related to UAC.
The manual removal is only support from v1809 to v21H2, for v1709 and below use the Remove Windows Apps using Apps list method.
Since Windows 11 is still in preview, I have added only initial support for it like selecting source, integration of drivers and packs. For component removal still time is there until GA and moreover the Windows 11 uses a newer update package format which is still new to know how it works with the images with components removed. So which Toolkit features didn't work for you with Windows 11?