1. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Probably, yes.
     
  3. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Yes, it works. Thank you @Enthousiast I wish I had your level of expertise.

    Thank you once again :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    I only have a good memory and read all the posts (and to much free time;):D), this happened to me too, in the past, but it was the use of ( and ) :)
     
  5. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Yeah! Well you have the passion I don't.

    One question: How can I set the description while capturing the image with Dism ?

    This is the command I use
    Code:
    dism /capture-image /imagefile:c:\temp\install.wim /capturedir:z:\ /name:V11_SINGLELANGUAGE_X64_EN-US /compress:maximum
    Here I can set the image name. What flag should I use to set the description ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
  7. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Code:
    imagex.exe /flags "HomePremium" /info "x:\install.wim" 1 "Windows 7 HomePremium" "Windows 7 HomePremium"
    HomePremium = SKU Flag
    Windows 7 HomePremium = Image name
    Windows 7 HomePremium = Image description

    gimagex runs autonomous, even from winpe.
     
  9. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30

    Got it thanks bud. People like you really makes this place what it is.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The question was about what the query [Y/N] does when Apply Changes to the Image is chosen.

    I don't know whether the /ResetBase bug is fixed or not.

    The Toolkit provides an Edge Chromium pack as .tpk similar to DirectX, you can also use the $OEM$ method to install it by adding an entry to oobe.cmd or setupcomplete.cmd

    The current Toolkit Edge Chromium pack is outdated need to update it.

    No matter if you install updates all at once or in specific order the DISM will integrate the updates one at time.
    The only thing is the DISM nowadays doesn't follow the proper order if the update folder is specified.

    Use Integrate WHD update pack in Toolkit it will integrate the updates in proper order.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    <Bin\Lists\RemovePkgsList_W10_Template.txt>

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will check.

     
  13. hildegard

    hildegard MDL Novice

    Nov 26, 2015
    25
    11
    0
    #14854 hildegard, Apr 18, 2020
    Last edited: Apr 18, 2020
    Any way to prevent Windows Update from reinstalling removed components by MSMG?

    Great tool, but this is a problem. Would be great to know if there is a possibility to install only security updates.

    Edit: Speaking of a fresh 1909 install with the first cumulative update (April 2020).
     
  14. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ....about GIMAGEX 2.2,it can work with adk from 19041? or only with 1809?
     
  15. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Thank you @MSMG this issue has kept me from completing the project since December. I hope you'll find enough time and resolve it for us. Please notify us in the thread when you resolve this, consider this a humble request. I just want to have the confirmation before I commence the project again.

    Thank you for all the help and awesome toolkit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. holoc

    holoc MDL Novice

    Jul 1, 2018
    2
    0
    0
    I could work around that by replacing all "18362" entries to "18363" in "Toolkit.cmd". Just wanted to notify you about possible bug.
    Thanks a lot for your software!
     
  17. volldy36

    volldy36 MDL Novice

    Jan 4, 2019
    14
    4
    0
    #14858 volldy36, Apr 19, 2020
    Last edited: Apr 19, 2020
    1-I've been trying to implement VCRuntime in windows 10 1909 I'm getting this error "Microsoft Visual C++ Runtime Pack file "VCRedist_w10.tpk" not found..." I already downloaded the pack but there's no file with such a name ?
    2-Why would I need Directx 9.0c? and is it safe to implement even though I'm removing Internet Explorer?
    3-I can't find the option to integrate NetFX48?
     
  18. app_raiser

    app_raiser MDL Junior Member

    Mar 18, 2018
    93
    42
    0
  19. volldy36

    volldy36 MDL Novice

    Jan 4, 2019
    14
    4
    0
    How about nefx462? does it come with 1909 because there's no option to include it as well?
    about IE, should I keep it only because of DirectX 9.0C or is it needed maybe for something else? just wondering