1. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    What was the exact procedure?
    where did you get update 19044.1766 from?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Thank you. I shall probably just wait for v12.3 to guarantee it also works with 22000.739.
     
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    As I have already said don't mix removal methods either use one method, try with only Toolkit method and see if the error occurs.
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If the 8.3 filename generation has been disabled by the user then it will fail, you need to enable it and reboot the system before extracting the Toolkit.
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Give more details about what you have done to the source image before updating it. Did you used the Toolkit to remove the components? if yes which version of Toolkit you used?
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You can also use it with 22000.739, it works, need to update some new packs will upload the new version once it's ready.
     
  9. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    Found another dependency, besides ClientWebExperience it's AADBrokerPlugin
     
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Understood.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG
     

    Attached Files:

  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @MSMG,

    @Mouri_Naruto, from what I understand, refacts the code and is continuing the project of the nsudo, baptized with a new name - Nanarun. The code that is in preview stage. What do you think of doing the tests and if possible migrate in 12.4?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    I did not know that. New news!
    Something that is very good can improve right!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    AADBrokerPlugin is required for the Microsoft Account login, which is required for all Apps that require MS Account Sign-in.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    As I said there existing App version in the image is higher than the one your are trying to integrate which the DISM won't allow, first you need to remove the old one in order to install the one you want.

    Code:
    2022-06-16 12:32:15, Error                 DISM   DISM Appx Provider: PID=2912 TID=6080 onecore\admin\appmodel\utilities\provisionhelper\msixprovisioningrequest.cpp(878)\AppxProvider.dll!00007FF805EC7C50: (caller: 00007FF805EC6702) ReturnHr(1) tid(17c0) C1570118     Msg:[Failed while adding package Microsoft.WindowsNotepad_11.2204.12.0_neutral_~_8wekyb3d8bbwe since an equal or higher version of the package, Microsoft.WindowsNotepad_2022.507.446.0_neutral_~_8wekyb3d8bbwe, already exists]
     - CAppxManager::ResultLoggingCallback
    2022-06-16 12:32:15, Error                 DISM   DISM Appx Provider: PID=2912 TID=6080 onecore\admin\appmodel\utilities\provisionhelper\msixprovisioningrequest.cpp(180)\AppxProvider.dll!00007FF805EC66DF: (caller: 00007FF805EC5FF5) ReturnHr(2) tid(17c0) C1570118     Msg:[Failed to remove existing package version for 'Microsoft.WindowsNotepad_11.2204.12.0_neutral_~_8wekyb3d8bbwe'.]
    
    Code:
    2022-06-16 12:32:23, Error                 DISM   DISM Appx Provider: PID=10188 TID=14728 onecore\admin\appmodel\utilities\provisionhelper\msixprovisioningrequest.cpp(878)\AppxProvider.dll!00007FF805EC7C50: (caller: 00007FF805EC6702) ReturnHr(1) tid(3988) C1570118     Msg:[Failed while adding package Microsoft.Paint_11.2204.2.0_neutral_~_8wekyb3d8bbwe since an equal or higher version of the package, Microsoft.Paint_2022.507.446.0_neutral_~_8wekyb3d8bbwe, already exists]
     - CAppxManager::ResultLoggingCallback
    2022-06-16 12:32:23, Error                 DISM   DISM Appx Provider: PID=10188 TID=14728 onecore\admin\appmodel\utilities\provisionhelper\msixprovisioningrequest.cpp(180)\AppxProvider.dll!00007FF805EC66DF: (caller: 00007FF805EC5FF5) ReturnHr(2) tid(3988) C1570118     Msg:[Failed to remove existing package version for 'Microsoft.Paint_11.2204.2.0_neutral_~_8wekyb3d8bbwe'.]
    
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes I have checked it, it's still in early stage, will include it when the stable release is available.