abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. atplsx

    atplsx MDL Addicted

    May 11, 2009
    598
    1,807
    30
    Bro
    If you are considering adding a driver to the script, I think pnputil is the best way. Microsoft says this, but I don't know if it applies to offline wim files, but if it's going to be online, it should definitely be there.
     
  2. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    956
    90
    I think this is a good idea having the option for drivers. It would be handy for someone that also needed touchpad drivers for the OS and WinRE.
    Personally I'm adding these type of drivers during the deployment stage from WinPE...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    no online support because it's not reasonable (why would you need W10UI when you can just point Device Manager to drivers folder?)
     
  4. atplsx

    atplsx MDL Addicted

    May 11, 2009
    598
    1,807
    30
    I was just expressing my opinion. You are better at implementation, I just think pnputil is better than dism.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    Better how?
    + pnputil is only for online
     
  6. atplsx

    atplsx MDL Addicted

    May 11, 2009
    598
    1,807
    30
    yes I meant online
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    uup-converter v98 beta, to test adding drivers
    http://put.nu/files/oCyAb3H.7z

    * How To:
    - Enable "AddDrivers" option
    - Place the drivers you want to add inside the proper \Drivers\ subfolder:
    Code:
    ALL   / drivers will be added to all wim files
    OS    / drivers will be added to install.wim only
    WinPE / drivers will be added to boot.wim / winre.wim only
    
    * The option will only work alongside integrating Updates or Apps

    * The option will not check or verify drivers, it simply point DISM towards the drivers folders
     
  8. yro

    yro MDL Addicted

    Jul 26, 2009
    641
    126
    30
    Hey abbodi1406 are you going to create some sort of script to automate the process of increasing the windows recovery partition? or am i dreaming?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    You expect me to do what Microsoft could not do? :oops:
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
  11. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    574
    968
    30
    Code:
    [W10UI-Configuration]
    Target        =D:\19041.1
    Repo          =D:\19045.3930
    DismRoot      =dism.exe
    
    Net35         =1
    Net35Source   =D:\19041.1\sources\sxs
    Cleanup       =0
    ResetBase     =0
    LCUwinre      =0
    WinRE         =1
    UpdtBootFiles =0
    SkipEdge      =0
    UseWimlib     =1
    
    _CabDir       =W10UItemp
    MountDir      =W10UImount
    WinreMount    =W10UImountre
    
    wim2esd       =0
    wim2swm       =0
    ISO           =0
    ISODir        =
    Delete_Source =0
    
    AutoStart     =0
    
    AddDrivers    =1
    Drv_Source    =\Drivers
    
    Code:
    ============================================================
    Running W10UI v10.39
    ============================================================
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/4: windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu
    2/4: windows10.0-kb5026037-x64_f7c8460f27df840a1b662bb860158daa2e5b1cba.msu
    3/4: windows10.0-kb5033909-x64-ndp48_ae6d65030ae80a9661685579932305f66be1907a.msu
    4/4: windows10.0-kb5034122-x64_de14dfac8817c1d0765b899125c63dc7b581958b.msu
    
    ============================================================
    Extracting files from update cabinets (.cab)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/7: windows10.0-kb5007401-x64_f1bf61d834bb8d9951c7efa23454643daae195b0.cab
    2/7: Windows10.0-KB5015684-x64_PSFX.cab [Enablement]
    3/7: Windows10.0-KB5026037-x64_PSFX.cab
    4/7: windows10.0-kb5032906-x64_6c7f60ce1a9cd3a52c1f478bd8e346ef6c7f4e71.cab [Setup DU]
    5/7: Windows10.0-KB5033909-x64-NDP48.cab [NetFx]
    6/7: Windows10.0-KB5034122-x64.cab [Combined]
    7/9: windows10.0-kb5034232-x64_ff4651e9e031bad04f7fa645dc3dee1fe1435f38.cab [SafeOS DU]
    8/9: Windows10.0-KB5032907-x64_inout.cab [SSU]
    9/9: Windows10.0-KB5034122-x64_inout.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_3745~31bf3856ad364e35~amd64~~19041.3745.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 4 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Package_for_KB5026037~31bf3856ad364e35~amd64~~19041.2845.1.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4690.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.3930.1.7
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19045.3930
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19045.3930
    
    Processing 1 of 3 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4690.3
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.3930.1.7
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_3745~31bf3856ad364e35~amd64~~19041.3745.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5034232~31bf3856ad364e35~amd64~~19041.3920.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.3562
    
    [====================       35.8%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.3562
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : D:\W10UI_v10.39_beta\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    "winre.wim" original size: 443135 KiB
    Using LZX compression with 4 threads
    Archiving file data: 998 MiB of 998 MiB (100%) done
    "winre.wim" optimized size: 395524 KiB
    Space saved: 47611 KiB
    
    ============================================================
    Adding updated winre.wim ...
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Adding drivers...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19045.3930
    
    Searching for driver packages to install...
    Found 23 driver package(s) to install.
    Installing 1 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\atheros_bth.inf_amd64_059e038b6e018050\atheros_bth.inf: The driver package was successfully installed.
    Installing 2 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\cui_dch.inf_amd64_12ed482042e0dee5\cui_dch.inf: The driver package was successfully installed.
    Installing 3 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\dal.inf_amd64_b5484efd38adbe8d\dal.inf: The driver package was successfully installed.
    Installing 4 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\dptf_cpu.inf_amd64_3b3014db38f15cb0\dptf_cpu.inf: The driver package was successfully installed.
    Installing 5 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\esif_manager.inf_amd64_0fcb37a2ed251880\esif_manager.inf: The driver package was successfully installed.
    Installing 6 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\hdbusext.inf_amd64_70841f9ebc40b56a\hdbusext.inf: The driver package was successfully installed.
    Installing 7 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\hdxma7.inf_amd64_655a7779ebd7471f\hdxma7.inf: The driver package was successfully installed.
    Installing 8 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\heci.inf_amd64_b8b95f256704d781\heci.inf: The driver package was successfully installed.
    Installing 9 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\hideventfilter.inf_amd64_ca1148cff9a7eea6\hideventfilter.inf: The driver package was successfully installed.
    Installing 10 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\iclsclient.inf_amd64_76523213b78d9046\iclsclient.inf: The driver package was successfully installed.
    Installing 11 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\igcc_dch.inf_amd64_003a6d3c4c50c291\igcc_dch.inf: The driver package was successfully installed.
    Installing 12 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iigd_dch.inf: The driver package was successfully installed.
    Installing 13 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\intcdaud.inf_amd64_10b216c68664ac20\intcdaud.inf: The driver package was successfully installed.
    Installing 14 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\intcdaud.inf_amd64_25269b6ebf5f960e\intcdaud.inf: The driver package was successfully installed.
    Installing 15 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\intcdaud.inf_amd64_641ae3c7e7406902\intcdaud.inf: The driver package was successfully installed.
    Installing 16 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\intcdaud.inf_amd64_658abcf72ee536fa\intcdaud.inf: The driver package was successfully installed.
    Installing 17 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\intcdaud.inf_amd64_ba48308899228a94\intcdaud.inf: The driver package was successfully installed.
    Installing 18 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\lms.inf_amd64_fddb643595e0b8d0\lms.inf: The driver package was successfully installed.
    Installing 19 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\mewmiprov.inf_amd64_cad1db73e8c782a6\mewmiprov.inf: The driver package was successfully installed.
    Installing 20 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\mshdadac.inf_amd64_5e1aebd323bdd599\mshdadac.inf: The driver package was successfully installed.
    Installing 21 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\rtsuerxsdo.inf_amd64_8aede691f0a0a5f3\rtsuerxsdo.inf: The driver package was successfully installed.
    Installing 22 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\sunrisepoint-lpsystem.inf_amd64_c08c10fa27075155\sunrisepoint-lpsystem.inf: The driver package was successfully installed.
    Installing 23 of 23 - D:\W10UI_v10.39_beta\Drivers\OS\sunrisepoint-lpsystemthermal.inf_amd64_7e014774b9c5f768\sunrisepoint-lpsystemthermal.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : D:\19041.1\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\install.wim ...
    ============================================================
    
    "sources\install.wim" original size: 7002128 KiB
    Using LZX compression with 4 threads
    Archiving file data: 14 GiB of 14 GiB (100%) done
    "sources\install.wim" optimized size: 6580246 KiB
    Space saved: 421882 KiB
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_3745~31bf3856ad364e35~amd64~~19041.3745.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.3930.1.7
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.3930
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.3930
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : D:\19041.1\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_3745~31bf3856ad364e35~amd64~~19041.3745.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.3930.1.7
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.3930
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.3930
    
    [=============              23.6%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : D:\19041.1\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\boot.wim ...
    ============================================================
    
    "sources\boot.wim" original size: 759736 KiB
    Using LZX compression with 4 threads
    Archiving file data: 1181 MiB of 1181 MiB (100%) done
    "sources\boot.wim" optimized size: 473232 KiB
    Space saved: 286504 KiB
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5032906-x64_6c7f60ce1a9cd3a52c1f478bd8e346ef6c7f4e71.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    uup-converter v98

    - Implemented basic support to Add Drivers for install.wim and boot.wim / winre.wim
    - Updated detection for SafeOS DU
    - Fixed detection for ServerTurbineCore edition
    - Fixed vDeleteSource option if AddUpdates=1 (thanks to @Enthousiast for testing)



    W10UI v10.39

    - Implemented basic support to Add Drivers for install.wim and boot.wim / winre.wim (thanks to @haris_mdlf69 for testing)
    - Updated detection for SafeOS DU (thanks to @Paul Mercer for reporting and testing)
    - Removed the block for updating 14393 boot.wim with LCU
     
  13. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,850
    2,105
    60
    i love your hard work, so fantatsic.
    It's amazing what you're building

    I'll test this with my brother printer
     
  14. yro

    yro MDL Addicted

    Jul 26, 2009
    641
    126
    30
    well, I trust in you, not in microsoft... :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,450
    3,553
    90
    @yro
    Kinda wanna hug you for that statement :)
    :flowers:
     
  16. yro

    yro MDL Addicted

    Jul 26, 2009
    641
    126
    30
    :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,163
    60
    #2777 Paul Mercer, Jan 27, 2024
    Last edited: Jan 27, 2024
    latest uup-converter integrates apps incorrectly to the new Server vNext on UUP dump
    it's trying to integrate apps to the GUI editions and it's fine, but it also integrates frameworks to the Core editions and this is incorrect

    get Windows_InsiderPreview_Server_vNext_en-us_26040.iso as a reference and check \sources\install.wim\1\Program Files\WindowsApps\ folder - you can't find anything here
    the same thing is here \sources\install.wim\3\Program Files\WindowsApps\ - no apps nor frameworks to be found

    suggestion: just skip all apps / frameworks integration to the Core server editions / Azure Stack HCI

    Code:
    === Running UUP Converter v98 ===
    
    === Checking UUP Info . . .
    
    === Configured Options . . .
    
    AutoStart 1
    LCUwinre
    DisableUpdatingUpgrade
    
    === Parsing Apps CompDB . . .
    
    === Preparing Reference ESDs . . .
    
    cabs_Downlevel-NLS-Sorting-Versions-Server-FoD-Package-amd64
    cabs_Downlevel-NLS-Sorting-Versions-Server-FoD-Package-wow64
    cabs_Microsoft-OneCore-DirectX-Database-FOD-Package-amd64
    cabs_Microsoft-Server-AzureArcSetup-FoD-Package-amd64
    cabs_Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-amd64
    cabs_Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-wow64
    cabs_Microsoft-Windows-InternetExplorer-Optional-Package-amd64
    cabs_Microsoft-Windows-Kernel-LA57-FoD-Package-amd64
    cabs_Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64
    cabs_Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package-amd64
    cabs_Microsoft-Windows-LanguageFeatures-Handwriting-ru-ru-Package-amd64
    cabs_Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64
    cabs_Microsoft-Windows-LanguageFeatures-OCR-ru-ru-Package-amd64
    cabs_Microsoft-Windows-LanguageFeatures-TextToSpeech-ru-ru-Package-amd64
    cabs_Microsoft-Windows-MediaPlayer-Package-amd64
    cabs_Microsoft-Windows-MediaPlayer-Package-wow64
    cabs_Microsoft-Windows-MSPaint-FoD-Package-amd64
    cabs_Microsoft-Windows-MSPaint-FoD-Package-wow64
    cabs_Microsoft-Windows-Notepad-FoD-Package-amd64
    cabs_Microsoft-Windows-Notepad-FoD-Package-wow64
    cabs_Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64
    cabs_Microsoft-Windows-PowerShell-ISE-FOD-Package-wow64
    cabs_Microsoft-Windows-ProjFS-OptionalFeature-FOD-Package-amd64
    cabs_Microsoft-Windows-SenseClient-FoD-Package-amd64
    cabs_Microsoft-Windows-Server-FoDMetadata-Package
    cabs_Microsoft-Windows-SimpleTCP-FOD-Package-amd64
    cabs_Microsoft-Windows-SmbDirect-FOD-Package-amd64
    cabs_Microsoft-Windows-SnippingTool-FoD-Package-amd64
    cabs_Microsoft-Windows-StepsRecorder-Package-amd64
    cabs_Microsoft-Windows-StepsRecorder-Package-wow64
    cabs_Microsoft-Windows-TabletPCMath-Package-amd64
    cabs_Microsoft-Windows-Telnet-Client-FOD-Package-amd64
    cabs_Microsoft-Windows-TFTP-Client-FOD-Package-amd64
    cabs_Microsoft-Windows-VBSCRIPT-FoD-Package-amd64
    cabs_Microsoft-Windows-VBSCRIPT-FoD-Package-wow64
    cabs_Microsoft-Windows-WinOcr-FOD-Package-amd64
    cabs_Microsoft-Windows-WinOcr-FOD-Package-wow64
    cabs_Microsoft-Windows-WMIC-FoD-Package-amd64
    cabs_Microsoft-Windows-WMIC-FoD-Package-wow64
    cabs_Microsoft-Windows-Xps-Xps-Viewer-Opt-Package-amd64
    cabs_OpenSSH-Client-Package-amd64
    cabs_OpenSSH-Server-Package-amd64
    
    === Creating Setup Media Layout . . .
    
    === Creating install.wim . . .
    
    Using LZX compression with 8 threads
    Archiving file data: 5057 MiB of 5057 MiB (100%) done
    Using LZX compression with 8 threads
    Archiving file data: 3608 MiB of 3608 MiB (100%) done
    Using LZX compression with 8 threads
    Archiving file data: 144 MiB of 144 MiB (100%) done
    Using LZX compression with 8 threads
    Archiving file data: 228 MiB of 228 MiB (100%) done
    
    === Updating install.wim / 4 image{s} . . .
    
    === Servicing Index: 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Adding Apps . . .
    
    Microsoft.NET.Native.Framework.x64.2.2
    Microsoft.NET.Native.Runtime.x64.2.2
    Microsoft.Services.Store.Engagement.x64
    Microsoft.UI.Xaml.x64.2.7
    Microsoft.UI.Xaml.x64.2.8
    Microsoft.VCLibs.x64.14.00
    Microsoft.VCLibs.x64.14.00.Desktop
    Microsoft.WindowsAppRuntime.x64.1.3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Image File : F:\uup-converter-wimlib-98\ISOFOLDER\sources\install.wim
    Image Index : 1
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Servicing Index: 2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Adding Apps . . .
    
    Microsoft.NET.Native.Framework.x64.2.2
    Microsoft.NET.Native.Runtime.x64.2.2
    Microsoft.Services.Store.Engagement.x64
    Microsoft.UI.Xaml.x64.2.7
    Microsoft.UI.Xaml.x64.2.8
    Microsoft.VCLibs.x64.14.00
    Microsoft.VCLibs.x64.14.00.Desktop
    Microsoft.WindowsAppRuntime.x64.1.3
    Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
    Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe
    Microsoft.SecHealthUI_8wekyb3d8bbwe
    Microsoft.WindowsTerminal_8wekyb3d8bbwe
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Image File : F:\uup-converter-wimlib-98\ISOFOLDER\sources\install.wim
    Image Index : 2
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Servicing Index: 3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Adding Apps . . .
    
    Microsoft.NET.Native.Framework.x64.2.2
    Microsoft.NET.Native.Runtime.x64.2.2
    Microsoft.Services.Store.Engagement.x64
    Microsoft.UI.Xaml.x64.2.7
    Microsoft.UI.Xaml.x64.2.8
    Microsoft.VCLibs.x64.14.00
    Microsoft.VCLibs.x64.14.00.Desktop
    Microsoft.WindowsAppRuntime.x64.1.3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Image File : F:\uup-converter-wimlib-98\ISOFOLDER\sources\install.wim
    Image Index : 3
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Servicing Index: 4
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Adding Apps . . .
    
    Microsoft.NET.Native.Framework.x64.2.2
    Microsoft.NET.Native.Runtime.x64.2.2
    Microsoft.Services.Store.Engagement.x64
    Microsoft.UI.Xaml.x64.2.7
    Microsoft.UI.Xaml.x64.2.8
    Microsoft.VCLibs.x64.14.00
    Microsoft.VCLibs.x64.14.00.Desktop
    Microsoft.WindowsAppRuntime.x64.1.3
    Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
    Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe
    Microsoft.SecHealthUI_8wekyb3d8bbwe
    Microsoft.WindowsTerminal_8wekyb3d8bbwe
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Image File : F:\uup-converter-wimlib-98\ISOFOLDER\sources\install.wim
    Image Index : 4
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Rebuilding install.wim . . .
    
    "ISOFOLDER\sources\install.wim" original size: 3740432 KiB
    Using LZX compression with 8 threads
    Archiving file data: 9232 MiB of 9232 MiB (100%) done
    "ISOFOLDER\sources\install.wim" optimized size: 3655761 KiB
    Space saved: 84671 KiB
    
    === Creating winre.wim . . .
    
    Using LZX compression with 8 threads
    Archiving file data: 1221 MiB of 1221 MiB (100%) done
    
    === Adding winre.wim to install.wim . . .
    
    === Creating boot.wim . . .
    
    === Creating ISO . . .
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (1000 files in 88 directories)
    Scanning source tree complete (1149 files in 100 directories)
    
    Computing directory information complete
    
    Image file is 5036802048 bytes (before optimization)
    
    Writing 1149 files in 100 directories to 26040.1000.240122-1157.RS_PRERELEASE_SERVER_X64FRE_RU-RU.ISO
    
    100% complete
    
    Storage optimization saved 98 files, 21319680 bytes (1% of image)
    
    After optimization, image file is 5018216448 bytes
    Space saved because of embedding, sparseness or optimization = 21319680
    
    Done.
    
    Finished.
    Press 0 or q to exit.

    upd:
    just checked converted 26040.1000.240122-1157.RS_PRERELEASE_SERVER_X64FRE_RU-RU.ISO ISO and I can't find frameworks in the Core editions
    it means it skips frameworks integration to the Core editions? so uup-converter log is incorrectly shows frameworks integration?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    @Paul Mercer

    harmless glitch :)

    i think the Core server image itself reject the frameworks behind the scenes
    check DismAppx.log
     
  19. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,163
    60
    I can't read DISM logs, so it's attached if you're interested

    it still would be useful to do not rely on DISM in case of apps / frameworks integration to the Core / Azure Stack HCI editions
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    Yeah, it fail silently (the image doesn't have Apps servicing component)
    Code:
    DISM Provider Store: PID=5136 TID=14460 Failed to get the provider AppxManager from the remote provider store. - CProxyProviderStore::GetProvider(hr:0x8007007e)
    API: PID=5136 TID=14460 onecore\base\ntsetup\opktools\dism\api\lib\appxcommandobjects.cpp:221 - CAddAppxCommandObject::InternalExecute(hr:0x8007007e)
    API: PID=5136 TID=14460 InternalExecute failed - CBaseCommandObject::Execute(hr:0x8007007e)