MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    180
    19
    10
    @MSMG - Is it mandatory to integrate ssu and ccu before servicing iso with the toolkit ?. Is it just to improve security to the OS or it is necessary for the toolkit to properly service the iso ?. Thank you
     
  2. AkarshM

    AkarshM MDL Novice

    Oct 21, 2020
    14
    7
    0
    I'm getting this error when trying to sign in to MS Teams which results in me getting logged out every time I close the application. Does anyone know why this is happening and what I need to do in order to fix this?

    2020-12-05 14_16_03.jpg
     
  3. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    60
    8
    0
    #17743 Zanza-kun, Dec 5, 2020
    Last edited: Dec 5, 2020
    With integration now :
    Edit 2 : langage pack, NetFX35 and VCRuntime works.
    Edit 3 : Everything works but not in the same iso ...
     

    Attached Files:

  4. Shitagi

    Shitagi MDL Junior Member

    Nov 21, 2012
    51
    6
    0
    I would just like to report that 10.9 works flawlessly with 19042.662

    DISM threw me some errors as noted in an earlier post but it seems to be some kind of ghost bug as everything it working as intended.
     
  5. RaiyvaN

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
    You can adapt the script to use the Toolkit folder structure, especially the BIN folder, because @MSMG Keeps Binaries always up to date. However, I don't know if the W8.1 Binaries are compatible for W7, but there is the detail of that W10 Boot patch for W7 to deal with some recent Hardware. Which, if I'm not mistaken, lets you deal with Windows 7 images with the Windows 10 version of DISM.

    Add new paths for the executables that you will place inside the BIN folder (SmartFix.exe UpdatePack7R2-20.x.xx), Custom, Drivers, etc.

    And, run the script inside the Toolkit folder with a modified start file to start your script with NSudo TrustedInstaller.

    I find it easier to maintain how @Enthousiast is maintaining it.
    The operating dynamics are already well structured and everyone who follows is familiar with the method.
    But everyone who wants to implement something is welcome to offer their ideas. Make your suggestion. Unless he wants to do a Merge, I already thought about making a fork, with some of my modifications, but what I wanted to do was put all the scripts in one, he started doing AIO, I haven't followed since September. And at the moment, I'm focused on CustomToolkit. Maybe I'll try to merge some parts, I won't promise because there is a lot to learn. But my idea is to make the Script handle x86 and x64 and implement the delete index system to work with Single Indexes, so everything would be in just 1 script, I started but I didn't finish this work.
    I didn't even talk to him about it, but he's going to read it here because I mentioned him.

    Kind regards, Enthousiast!
     
  6. utils

    utils MDL Novice

    Jun 1, 2011
    4
    0
    0
    .NET cannot be added to Win8.1 after updates which are intended to apply to it. It MUST be added in step D. Step K should be removed.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,621
    450
    The problem is that my tool is a learning process for me, but because of demands way over my head it already has become to "coded" for newbes or me to easily edit it, the one who you replied to can simply run simplix bat (examples can be found on the updatepack thread OP) on the boot.wim and install.wim and put them in the MSMG sources folder to do whatever he wants to do to it. Or first use MSMG toolkit and next use the bat files to run the updatepacks on it.

    I could easily make it handle x64 and x86 but i am still developing some stuff that makes it a bit complicated to code atm, i will get a brain fart and continue it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. pawlakbest

    pawlakbest MDL Novice

    Feb 22, 2011
    3
    0
    0
    Hello,
    I'm still having error with installing KB4586781 as I used v10.8. I also can't install KB4586853 but I don't know if its related to the EdgeChromium. The fix you provided with copying the files from original image still gives me error. Is there another way to fix this or do I need to reinstall whole windows ?
     
  9. KFeri

    KFeri MDL Novice

    May 31, 2013
    14
    6
    0
    HI,

    Well, it became very, very slow
    the tasks performed in the delete menu will be completed after waiting 4-5 minutes for the toolkit (Toolkit)
    Windos 10 Pro X64 (ENG) 1909-18363.1198 en-GB (I integrated this with NtLite)
    virus protection completely fired!

    "Information: OS Version=10.0.18363, Running architecture=amd64, Number of processors=8"
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Checked with Simplix update pack site, though it supports integration to offline images but it doesn't support already mounted images.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Did you integrate the stuffs before the component removal and for component removal you need to have the supported LCU integrated.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    For removal using the ToolkitHelper method yes you need to have supported LCU.


     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    What components did you remove and the source image used?

    AADBrokerPlugin is required for Microsoft Account login.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    If .NET 35 is integrated before then you can't perform the Image Cleanup.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Prepare an image with same LCU but don't remove the components.

    Then mount the image to a folder c:\mount

    Then run the below commands
    Code:
    Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\mount
    sfc /scannow
    
    Then restart and try to update with the new CU.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    He is using v10.9 which does the rebuilding when Apply-Save is chosen.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Yes due to code protection added to the Toolkit's removal program it takes time to process the removal, trying to minimize the time by optimizing the code in future version.

    You can use the Remove using Package List method to remove the required components at once it will be much faster.


    Known Issues:
    =============

    - Using Toolkit with Antivirus Programs enabled can affect the Toolkit's operations.
    - Toolkit's ToolkitHelper.exe may be flagged as a Virus/Trojan/Malware Program, don't worry it's just a false positive sign.