1. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    368
    747
    10
    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. :confused:

    ; CortanaApp Package date [Jan 15, 2021]
    Microsoft.549981C3F5F10_2.2101.15643.0_neutral_~_8wekyb3d8bbwe.MsixBundle

    Untitled.gif
     
  2. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    59
    6
    0
    @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..?
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    I think, it should be directly executed online after installing the Desktop App Installer.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Try re-doing a new image and then perform in-place upgrade.

     
  5. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    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?
     
  6. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    317
    240
    10
    May i also get it , MSMG ?
    Thanks
     
  7. Sushant Swaraj

    Sushant Swaraj MDL Novice

    Feb 8, 2021
    3
    0
    0
    web devloper
     
  8. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    671
    60
    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?
     
  9. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    59
    6
    0
    yeah, if it only one way it bad ideai...T_______T
     
  10. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @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.
     
  11. babyboom666

    babyboom666 MDL Novice

    Nov 14, 2010
    37
    16
    0
    MSMG please update .NET 5.0.2 Pack to .NET 5.0.3
     
  12. dolivas

    dolivas MDL Junior Member

    Jan 31, 2008
    51
    23
    0
    Could someone tell me how to add the code above to the SOFTWARE registry hive.

    Thanks
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Patch tuesday was yesterday, feb. 9. 2021. check the updates overviews for info and links.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    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.
     
  15. evaw

    evaw MDL Novice

    Jan 7, 2021
    14
    4
    0
    Hi.
    Pls you add to remove - Camera frame server & SIH client (server-initiated healing)
     
  16. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    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
     
  17. edw9pat

    edw9pat MDL Novice

    Dec 3, 2020
    12
    1
    0
    When I want to remove Windows applications, I can't, nothing happens that may be the error.
     
  18. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    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, :rolleyes::eek::):D

    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...