1. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
  2. bala1

    bala1 MDL Member

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

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    upload_2023-8-27_13-51-58.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. GreenGremlin

    GreenGremlin MDL Novice

    Jul 4, 2010
    23
    16
    0
    Have someone ever succeeded in integrating AV1VideoExtension, MPEG2VideoExtension or HEVCVideoExtension using the Toolkit?
    By success I mean actually seeing these packages with the Get-AppxPackage command on the installed system.
    Toolkit always says that "Operation completed successfully", but these packages never really install.
    I suppose this is due to lack of correct AppLicense files for them.
    Wasted too much time figuring this out. Sadly there is no clear information about this.
     
  5. delaroyas

    delaroyas MDL Novice

    Dec 19, 2017
    3
    0
    0
    can you send it to me too, the old version seems more compatbile with windows 10
     
  6. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    which ??
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    #26208 Yanta, Aug 31, 2023
    Last edited: Sep 1, 2023
    Works fine for me using the integrate inbox apps option in the toolkit;

    dism /online /get-provisionedappxpackages shows the following on my live system;

    C:\Users\Tanya>dism /online /get-provisionedappxpackages

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844

    Image Version: 10.0.19044.3208

    Getting the list of app packages (.appx or .appxbundle) in this image...

    DisplayName : Microsoft.HEIFImageExtension
    Version : 1.0.61171.0
    Architecture : neutral
    ResourceId : ~
    PackageName : Microsoft.HEIFImageExtension_1.0.61171.0_neutral_~_8wekyb3d8bbwe
    Regions :

    DisplayName : Microsoft.MPEG2VideoExtension
    Version : 1.0.50901.0
    Architecture : x64
    ResourceId :
    PackageName : Microsoft.MPEG2VideoExtension_1.0.50901.0_x64__8wekyb3d8bbwe
    Regions :

    DisplayName : Microsoft.VP9VideoExtensions
    Version : 1.0.61591.0
    Architecture : neutral
    ResourceId : ~
    PackageName : Microsoft.VP9VideoExtensions_1.0.61591.0_neutral_~_8wekyb3d8bbwe
    Regions :

    DisplayName : Microsoft.WebMediaExtensions
    Version : 1.0.61591.0
    Architecture : neutral
    ResourceId : ~
    PackageName : Microsoft.WebMediaExtensions_1.0.61591.0_neutral_~_8wekyb3d8bbwe
    Regions :

    DisplayName : Microsoft.WebpImageExtension
    Version : 1.0.62011.0
    Architecture : neutral
    ResourceId : ~
    PackageName : Microsoft.WebpImageExtension_1.0.62011.0_neutral_~_8wekyb3d8bbwe
    Regions :

    I also tried it manually using the following command;

    DISM.exe /Online /Add-ProvisionedAppxPackage /PackagePath:Microsoft.MPEG2VideoExtension_1.0.50901.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.32530.0_x86__8wekyb3d8bbwe.Appx /Licensepath:Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe.x64.xml

    grabbed the license file from the toolkits bin\applicense folder.

    A note though, the files available on adguard are now bit neutral and are now appxbundle.

    These are "provisioned Appx packages"
     
  8. x33st0rm

    x33st0rm MDL Novice

    Dec 25, 2016
    7
    0
    0
    Would it be possible for us end-users to have some reference to dependencies when removing/preserving packages from lists?

    I'd like to keep Store, Update and a working start menu (For that initial cmd > sfc /scannow + dism and finding OpenShell to replace it).
    I know it lists some dependencies in the gui, but reconciling them to the Toolkit names is not ideal.

    Also maybe some breakage warning, in reference to:
    Just something to consider, i know it's work and nobody likes that :) Ty
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    from 12.0 to 13.4 they are all in the current repositories, inside the "archive" folder.
    I believe you won't need any pre-13.3.

    But which build do you want to work on?

    I had specifically requested some very old ones to develop something into a script.
     
  10. GreenGremlin

    GreenGremlin MDL Novice

    Jul 4, 2010
    23
    16
    0
    Thanks for your answer!

    But I can only see MPEG2VideoExtension in your system from my list in question.
    Have you chosen not to integrate AV1VideoExtension and HEVCVideoExtension, or it just failed to install?
     
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    The idea was just to show you that integration via the toolkit works. I do have HEVC installed, I had just cut off part of the list as I have other apps installed.
    With the exception of AV1 which I have not installed.

    Code:
    DisplayName : Microsoft.HEVCVideoExtension
    Version : 2.0.61931.0
    Architecture : neutral
    ResourceId : ~
    PackageName : Microsoft.HEVCVideoExtension_2.0.61931.0_neutral_~_8wekyb3d8bbwe
    Regions :
    
     
  12. GreenGremlin

    GreenGremlin MDL Novice

    Jul 4, 2010
    23
    16
    0
    Well, as far as I can remember, I could never successfully integrate HEVCVideoExtension into WIndows 10 LTSC using the various Toolkit versions. Not so sure about MPEG2 and AV1, because HEVCVideoExtension is much more important for me, as iPhone *.heic images simply won't display without it.

    If someone is able to integrate it, I wonder, what is the right way to succeed. Does it depend on WIndows image version, some Toolkit settings, or it is just random luck?
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
  14. GreenGremlin

    GreenGremlin MDL Novice

    Jul 4, 2010
    23
    16
    0
    I did and this won't help. I even checked that ridiculously large DISM log. The integration process itself goes OK, and there are no errors logged there. But this app is not present after installing and booting the system.
    I repeat, in my experience HEVCVideoExtension always failed to integrate, using previous Toolkit versions, even before MS moved its apps to AppxBundle.
     
  15. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    @ GreenGremlin. Speaking of "fails to integrate", has anyone been successful in merging any of the preconfigured tweaks, like classic context menu for Windows 11 with MSMG Toolkit, or knows of a way to integrate any registry script automatically after autounattend.xml is executed but before the user desktop appears? I have resorted to manually launching a batch file after the desktop appears but there must be a better solution.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Mayjoko

    Mayjoko MDL Junior Member

    Oct 15, 2015
    59
    29
    0
    #26217 Mayjoko, Sep 5, 2023
    Last edited: Sep 5, 2023
    Are you able to install the HEVCVideoExtension manually after installing windows? just curious as I was hoping to get that working even if integration for it isn't on LTSC. Thanks
     
  17. f0ness

    f0ness MDL Novice

    Aug 23, 2019
    18
    7
    0
    Fixes in Build 22631.2265:
    Taskbar, System Tray, File Explorer

    Just wait for a new build of MSMG Toolkit :dance1:
     
  18. GreenGremlin

    GreenGremlin MDL Novice

    Jul 4, 2010
    23
    16
    0
    Yes, you can use command like this: Add-AppxProvisionedPackage -Online -PackagePath .\Microsoft.HEVCVideoExtension_### -SkipLicense
    It will work even using -SkipLicense.
     
  19. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #26220 inTerActionVRI, Sep 5, 2023
    Last edited: Sep 6, 2023