1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #18621 inTerActionVRI, Mar 1, 2021
    Last edited: Mar 1, 2021
  2. SergeyKarimov

    SergeyKarimov MDL Novice

    Jan 9, 2021
    20
    4
    0
    after integration does not start Win32Calc, what to do?
     
  3. Pansen

    Pansen MDL Novice

    Dec 2, 2010
    9
    2
    0
    Hi there,

    I have a quick question: where do I place the custom XML file for the start menu so it will be implemented by the ToolKit?

    Thanks for the help!
     
  4. Fen-X

    Fen-X MDL Novice

    Aug 31, 2019
    27
    31
    0
    I ve used Windows 10, Version 2009 - 20H2 (build 19042.631).
    I ve cooked it wit toolkit 11.3 and after tests in vmware, i ve launched windows update. I had the same issue.
    I ve restarted from the beginning but this time i ve integrated in the WHD folder, the KB4601319-x64 (msu downloaded from microsoft catalogue).
    After the install process in vmware, i ve changed the windows update service state from (originally) manual (desactivated) to automatically (start).
    No more issue.
    Windows update installed all updates including the KB4601382.

    Hope this will help to solve your issue.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will check, Did you install the SSU before CU?

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes it will take time and resources to process the protected code in the ToolkitHelper, trying to reduce the MUI code size to minimize the time and resource.

    You can get the list of components by executing the below command

    Code:
    ToolKitHelper.exe <Mount-folder> /?
    
    To save the output to a file use the command

    Code:
    ToolKitHelper.exe <Mount-folder> /? > packages.txt
    
    To copy the output to clipboard

    Code:
    ToolKitHelper.exe <Mount-folder> /? | clip
    
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    No, Best to re-do the image.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Source OS? Did the Win32Calc registry settings got integrated properly?

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Inside <Bin\XMLs> folder.

     
  10. Pansen

    Pansen MDL Novice

    Dec 2, 2010
    9
    2
    0
    Thank you very much!
    Sorry, but I have to bother you w/ another question. For some reason the manual removal [option 1] of Windows components/apps doesn't work for me with any of the 11.x ToolKit versions! :-(
    I am trying to mod Win10 19042.844
    The removal process within the ToolKit works as it should and the modfifications to the source image are applied. But when I test my final ISO export all the supposedly removed apps and components are still there...

    I have created modded installations with the tool before and I just cannot figure what I am doing wrong. I tried the same process with option 3 (removal via package list) and that image came out with everything properly removed....weird. Any idea what I am missing when doing the manual removal?
    Thanks for your support!
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    .844 CU is not supported for component removal.

    Code:
    [G] - Select the Components to be removed using [Remove->Remove Windows Components->Select Windows Components] menu.
    
         Note: Only for Client Editions.
         Requires Cumulative Update specified in the changelog.txt to be integrated before the removal.
    
    [H] - Remove the selected Windows Components using [Remove->Remove Windows Components->Start Removing Windows Components] menu.
    
         Note: Only for Client Editions.
         Requires Cumulative Update specified in the changelog.txt to be integrated before the removal.
    

    When you select the components in Step G, the selected component will be prefixed by - sign and in Step H the component is removed.

     
  12. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. geese howard

    geese howard MDL Member

    Aug 18, 2009
    103
    15
    10
    I have 19042.685 iso and updated to .804, then use MSMG to remove components.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Many times users while entering the ISO filename they do enter the filename with extension and having the extension suffixed automatically may create issues when using the generated ISO with other software's like VMware.

    So I left the extension thing to user itself, if you want you can change this text

    Code:
    %ISOFileName%
    
    to

    Code:
    %ISOFileName%.iso
    
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I mean when you said you tried to use WU and also manually used the .844 CU cab to install, did you install prerequisite SSU?

     
  16. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Now it's perfect, thanks you from the core of my heart MSMG. May God bless you with health and happiness friend.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...