1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #21201 inTerActionVRI, Nov 7, 2021
    Last edited: Nov 7, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    You don't integrate updates into an already serviced image. You get the .1 build and use it as base every time you want to integrate new updates.
    You can find a list in the Windows 11 22000.xxx discussion thread.
     
  3. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    Sure) What's stopping you? I have long been working with 19044.1151 prepared with Toolkit v11.7
    v2004-v20H2-v21H1-v21H2 - This is the same, except for a few added refinements not needed by the average user. So let's go! ;)
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes it will be made available today, just doing some last minute testing with non English images.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The VC.tpk contains all the VC binaries from abbodi1406 addon pack, it doesn't include the VSTO and yes the certificates are needed.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #21206 MSMG, Nov 8, 2021
    Last edited: Nov 8, 2021
    (OP)
    The ToolKitHelper support for Server 2022 LTSC will be slowly added, just have started with Internet and Multimedia stuffs for en-US images need to test and further expand the categories.

    The DISM Template for removing Server 2022 LTSC components also have been added for Multimedia and Internet category as a start and will be updated regularly when I do add support for more categories.

    Code:
    ; Some packages may not exist in certain versions, architecture and editions.
    ; Change en-us to your language code.
    
    ## Multimedia ##
    
    ; Game Explorer
    Microsoft-Windows-GameUX-Package
    
    ; Snipping Tool
    Microsoft-Windows-SnippingTool-Package
    
    ; Speech Recognition
    Microsoft-OneCore-SpeechComponents-Package
    Microsoft-Windows-LanguageFeatures-Speech-en-us-avcore-Package
    Microsoft-Windows-LanguageFeatures-Speech-en-us-enduser-Package
    Microsoft-Windows-LanguageFeatures-Speech-en-us-onecoreuap-Package
    Microsoft-Windows-LanguageFeatures-Speech-en-us-Package
    Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-enduser-Package
    Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-onecoreuap-Package
    Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package
    
    ; Windows Media Player
    Microsoft-Windows-MediaPlayback-OC-Package
    Microsoft-Windows-MediaPlayer-Package
    Microsoft-Windows-MediaPlayer-Package-Wrapper
    Microsoft-Windows-MediaPlayer-Payload-Package
    Microsoft-Windows-SQL-Lite-Package
    Microsoft-Windows-SQL-Lite-WOW64-Package
    Microsoft-Windows-WindowsMediaPlayer-Troubleshooters-Package
    Microsoft-Windows-WMPNetworkSharingService-Opt-Package
    Microsoft-Windows-WMPNetworkSharingService-Opt-WOW64-Package
    Microsoft-Windows-WMPNetworkSharingService-Package
    Microsoft-Windows-WMPNetworkSharingService-WOW64-Package
    Microsoft-Windows-WPD-LegacyWmdmFeature-Feature-Package
    Microsoft-Windows-WPD-LegacyWmdmFeature-Feature-WOW64-Package
    
    ; Windows Photo Viewer
    Microsoft-Windows-PhotoBasic-Feature-Package
    Microsoft-Windows-PhotoBasic-Feature-WOW64-Package
    Microsoft-Windows-PhotoBasic-merged-Package
    Microsoft-Windows-PhotoBasic-Package
    Microsoft-Windows-PhotoBasic-PictureTools-Package
    Microsoft-Windows-PhotoBasic-PictureTools-WOW64-Package
    Microsoft-Windows-PhotoBasic-WOW64-merged-Package
    Microsoft-Windows-PhotoBasic-WOW64-Package
    
    ; Windows TIFF IFilter (OCR)
    Media-Ocr-Package
    Microsoft-Windows-LanguageFeatures-OCR-en-us-Package
    Microsoft-Windows-WinOcr-Opt-Package
    Microsoft-Windows-WinOcr-Package
    
    ; WinSAT
    Microsoft-Windows-WinSATMediaFiles-Package
    Microsoft-Windows-WinSat-Package
    
    ## Network ##
    
    ; Internet Explorer
    Microsoft-Windows-IE-Troubleshooters-Package
    Microsoft-Windows-InternetExplorer-merged-Package
    Microsoft-Windows-InternetExplorer-Optional-Package
    Microsoft-Windows-InternetExplorer-Package
    Microsoft-Windows-InternetExplorer-Package-ua
    Microsoft-Windows-InternetExplorer-Required-Package
    
    ; Offline Files
    Microsoft-Windows-OfflineFiles-merged-Package
    Microsoft-Windows-OfflineFiles-Package
    Microsoft-Windows-OfflineFiles-UI-Package
    Microsoft-Windows-OfflineFiles-WOW64-Package
    
    ; OpenSSH
    Microsoft-OneCore-LibreSSL-Package
    Microsoft-OneCore-OpenSSH-ClientOnly-Package
    Microsoft-OneCore-OpenSSH-Common-Package
    OpenSSH-Client-Package
    
    ; Remote Differential Compression
    Microsoft-Windows-RDC-Opt-Package
    Microsoft-Windows-RDC-Opt-WOW64-Package
    Microsoft-Windows-RDC-Package
    Microsoft-Windows-RDC-WOW64-Package
    
    ; Simple TCP/IP Services
    Microsoft-Windows-SimpleTCP-Opt-Package
    Microsoft-Windows-SimpleTCP-Package
    
    ; Telnet Client
    Microsoft-Windows-Telnet-Client-Opt-Package
    Microsoft-Windows-Telnet-Client-Package
    
    ; TFTP Client
    Microsoft-Windows-TFTP-Client-Opt-Package
    Microsoft-Windows-TFTP-Client-Package
    
     
  7. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    THX msmg i have just question

    how can i integrate into iso for example chrome vlc 7zip nvidia driver ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You can add them using setupcomplete.cmd method.

     
  9. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    setupcomplete where is it in toolkit menu ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. You can add your own created setupcomplete.cmd inside directory $OEM$-$$-Setup-Scripts
    which has to be inside sources directory of iso.
     
  11. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    Hi, BingNews and Teams are missing in RemovePkgsList.txt.
     
  12. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    iam beginner with this how do this setupcomplete.cmd :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    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
    #21215 MSMG, Nov 8, 2021
    Last edited: Nov 8, 2021
    (OP)
    It's not included with Toolkit, you need to add it to DVD folder -> sources folder.

    Create folder structure like this in sources folder

    $OEM$ -> $$ -> Setup -> Scripts

    Create a cmd file named setupcomplete.cmd under the scripts folder and add the software installation commands to the setupcomplete.cmd

    Do google search to get more info on how to use setupcomplete.cmd

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    BingNews has been wrongly named as News in RemovePkgsList template, do change it to BingNews, Have fixed this in the upcoming version.

    Teams is not a pre-installed App and so it's not included or can't be removed when it doesn't exist inside the WIM.

     
  16. mtfclphtknlrkn

    mtfclphtknlrkn MDL Novice

    Nov 6, 2021
    40
    12
    0

    I have not uninstalled the Firewall. If you try to install Firefox again after uninstalling, the error reappears. In the original image this problem is solved.
     
  17. mtfclphtknlrkn

    mtfclphtknlrkn MDL Novice

    Nov 6, 2021
    40
    12
    0
    MSMG, The problem with Firefox when removing components, can disappear and reappear. I can't figure out the cause.
     
  18. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    THX i go try i want it cos i dont want every time manually installed :D THX for help guys.
    MSMG good luck with new version of MSMG :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...