One little question. How add this provisioned appx package with extension (.MsixBundle or .Msix) by Dism.exe. This question make me think twice before writing this post, anyone have experience with that. ; CortanaApp Package date [Jan 15, 2021] Microsoft.549981C3F5F10_2.2101.15643.0_neutral_~_8wekyb3d8bbwe.MsixBundle
@MSMG, hi, for some mistake i delete TTS (speech) from image with msmg, i didnt notice how.. but now even if i install it from settings another software dont see that i have speech engine... can you please say if there is way to back it on work system? bc i alredy setup everythig... and also how i can add it in my image for future, to not re-do everything from zero..?
Why? What's wrong with the Toolkithelper.exe in v10.1? I'm happy to stay with v10.1 as I won't be moving off 1809 for several years. Doesn't the ToolkitHelper.exe in v10.1 (and 10.2 - 10.4), already work with 17763.1. Unless it's broken, don't spend valuable time making a new version for me. There is nothing worthwhile in any version since 1809 so it's not like there's any compelling reason to upgrade. And since 1809 is supported until 2028 why upgrade?
Tested again on 19042.789 Mounted source (boot.wim, recovery.wim, install.wim). Integrated DaRT, then I integrated kb4577586, kb4586876 inside the WHD folder. Applied , saved and unmounted images. Still the same. The size increased from 4 GB to almost 8 GB. How is it possible? Or must I first integrate Dart, apply, unmount, mount again to integrate the KB's?
@MSMG Hope you don't mind me asking, but are there any updates before today's updates are later released on "patch Tuesday"? I plan to test the new updates once officially released tonight, so am trying to ensure that I am best prepared as the post from @kandido makes me think that there is perhaps an update due to be released from you.
Indeed, patch Tuesday was when I made that post. Re-reading my post I realise I wasn't entirely clear - I mean update to the ToolKitHelper to support the 19042.804 patch.
hi there, @MSMG, would it be possible to have a folder in the toolkit archive where you are able to deposit any apx files that you say download from store.rg-adguard.net? and a option in the integrate menu which will scan sed folder for apx /m6 packages that will be integrated? thanks, Majid Hussain
People who use the Custom Toolkit, I found a small bug in one of my changes. There is a line missing to put an opening parenthesis. do a search for this line: Code: for /d %%z in (de-DE, en-GB, en-IN, es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, pt-PT, ru-RU, zh-CN, zh-HK, zh-TW) do ( from: Code: for /l %%i in (1, 1, 2) do ( echo.=============================[Boot.wim, Index : %%i]============================= echo. if "%SelectedSourceOS%" equ "w10" ( if "%ImageBuild%" geq "15063" if "%ImageBuild%" leq "17134" ( for /d %%z in (de-DE, en-GB, en-IN, es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, pt-PT, ru-RU, zh-CN, zh-HK, zh-TW) do ( note the absence of the opening parentheses in this line... if "%ImageBuild%" geq "15063" This is breaking the code when integrating language packs. Since nobody reported it, the better. Because nobody suffered from the problem, to Code: for /l %%i in (1, 1, 2) do ( echo.=============================[Boot.wim, Index : %%i]============================= echo. if "%SelectedSourceOS%" equ "w10" ( if "%ImageBuild%" geq "15063" ( if "%ImageBuild%" leq "17134" ( for /d %%z in (de-DE, en-GB, en-IN, es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, pt-PT, ru-RU, zh-CN, zh-HK, zh-TW) do ( just put a space and parentesis like this " (" without quotes. I divided long menus into parts for better viewing. And I made other big changes. Everything in test! In the next version of Custom mixed with the next Official Toolkit, everything can be more dynamic. May the tests be successful. I believe that I will need Beta Testers to check the functioning of some functions. I have no storage space to test several editions and all packs. From the tests I did where I had folders without packs, there was only the presentation of missing file messages in the folder. This is OK. However, I have to know if there was any interference in the implementation of the packs, due to changes in the general code. List of tested beta Custom Toolkit Features Integration: Language Packs W7Games Dart NetFX35 NetFX48 NET5 Dedup WinToGo PowerShell7 OpenSSH DirectX9c Sidebar VCRuntime Status: pass. Tested in 18363 and 19041. Then, there will be a need for feedback from you related to the other builds. Wait, more news. @edw9pat, you need to read the main post, readme.txt and the menus you go through within the Toolkit. There have been changes in the removal system. first you select what you want to remove, then you need to go back and choose an option to start the procedure. It's intuitive. if a "+" sign appears it will be kept, for "-" it will be removed. This is shown in the component selection menu itself. Right when this is implemented for integration, intuitively everything will start with the "-" sign and whatever is marked as "+" will be integrated.