Every version of ToolKitHelper.exe is tied only to a particular version of CU stated in the changelog. I do have plans for future to make it to adapt to any CU.
hi there sir @MSMG I hope you and your family are well. and that your covid simptoms are vanishing swiftly. or should that be long covid? p.s erelevent note alert! it's my birthday today yay! another year older but don't feel wizer. god I sound so old, i'm 29. sorry for sounding like a reppetative bore, but would it be possible for you to add the components offline files, hyper-v components to the removal list? and reinstate the removal of windows firewall? yes I understand it may take meny a month to add these components, but reminding I hope does no harm? I alwaze believe that having the option there to remove the components is a good thing, vs not having the option. what you remove is your issue, and when you choose to remove sed components, it's all down to you. @MSMG that last part was not to you, it was genneral. the reason I would like windows firewall to be purged is 1. this machine/install is behind a home rooter. it will never lieve the home network. an alternative firewall sollution is inplace on my network. thank you for reading this long and some may say frankly boring message. Majid
Hi @MSMG. I know you;re busy, but I'm wondering if you had a chance to look at the webp codec package in LTSC that doesn't seem to work
@MSMG , In 11.8 line 13552: Code: if "%UpdateType%" equ "ESU" echo.####Starting Integrating WHD Integrate WHD Extended Security Updates########### it should be: Code: if "%UpdateType%" equ "ESU" echo.####Starting Integrating WHD Extended Security Updates######################### In 11.8 line 13832: Code: if "%UpdateType%" equ "ESU" echo.####Integrating WHD Integrate WHD Extended Security Updates#################### it should be: Code: if "%UpdateType%" equ "ESU" echo.####Integrating WHD Extended Security Updates################################## In 11.8 line 14204: Code: if "%UpdateType%" equ "ESU" echo.####Finished Integrating WHD Integrate WHD Extended Security Updates########### it should be: Code: if "%UpdateType%" equ "ESU" echo.####Finished Integrating WHD Extended Security Updates#########################
@MSMG ,When I integrate app, I get error for several apps, such as officehub etc. For the error, I try to change the code, first, I saw Toolkit was crashed Second, I change the code like the other app, I get DISM Error 0x8051100f Third, I change the code with you answered thread, I get DISM Error 87
I have to report an issue while integrating the LanguagePack in the boot image: Integrate the Windows Language Packs using [Integrate->Windows Language Packs] menu. (2 --> 1 --> 1 --> "en-US"). After pressing "Enter" I get: As you can see it mentions: WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab But it should be: WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.cab The issue does not appear while using the install or recovery images. It only happens with the boot image.
Yes me and my family are fine, thanks. Wishing you Happy Birthday, Yes will be adding Offline files and Hyper-V in future versions, currently need to fix the existing bugs, will update about new components when things get better. Been busy with our agricultural land ownership transfer, survey, fencing and clearing encroachment in our land.
For which W10 version are you trying to integrate the app? The dependency for Office Hub, make sure the below files are present in the Apps\<OS> folder. Code: <Dependencies> <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.29231.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> <PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.29231.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> </Dependencies>
If you are using UUP generated image as source then the boot.wim is created using the Winre.wim and so it doesn't contain the base packages required for integrating the WinPE-Setup-Client-Package language resource packages. In earlier versions of Toolkit, I had embedded these base packages for each Windows 10 versions inside the Toolkit's <Bin\Patches\WinPE> folder and the Toolkit script used to integrate the base packages from here if the base packages are not present in the image. Due to the size of these base packages grew I have moved these packages to Toolkit's <Packs\LanguagePacks\w10\<Version>\<Architecture>> folder and the same can be found in the download location. Do download the those the below three packages from the download link to <Packs\LanguagePacks\w10\10.0.19041\x64> folder and then try to integrate the language packs. Code: WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab WinPE-Setup-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab WinPE-Setup-Server-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab
Yes, I've already figured it out. And removed it in the next test with RemoveAppsList.txt like Microsoft.BingNews. But if you have noticed, in my RemovePkgsList.txt this application is present as News. Why doesn't ToolkitHelper remove it? Is it possible to add it to the list for deletion? In my opinion , it is one of the useless things. By the way, Get Started is also present in my RemovePkgsList.txt. So ToolkitHelper.exe does not delete this application for some reason either?