MSMG ToolKit

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

  1. bou7a

    bou7a MDL Junior Member

    Aug 6, 2018
    85
    70
    0
    Agree with you absolutely



    OK, But remove empty folders is bad idea.
    I tried to remove empty folders in entire install.wim.
    'Cause it to breaks Windows setup.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    Can someone tell me if Windows 10 Version 1607 Build 14393 is still supported by MSMG v11.0?
    Is removing components for Windows 10 Version 1607 Build 14393 supported by MSMG v11.0 and if so by what methods?
     
  3. tokacz

    tokacz MDL Novice

    Nov 21, 2009
    3
    3
    0
    #17923 tokacz, Dec 23, 2020
    Last edited: Dec 23, 2020
    I am having trouble running assasin's creed valhalla. It's the only game that doesn't work on my win 10 mod (on full version works)
    My remove component's list:
    AdobeFlashForWindows
    EdgeChromium
    FirstLogonAnimation
    GameExplorer
    SnippingTool
    SpeechRecognition
    WinSAT
    AssignedAccess
    CEIP_SQM
    FaceRecognition
    KernelDebugging
    LocationService
    PicturePassword
    PinEnrollment
    UnifiedTelemetryClient
    WindowsErrorReporting
    WindowsInsiderHub
    HomeGroup
    MultiPointConnector
    RemoteAssistance
    DeviceLockdown
    EaseOfAccessThemes
    EasyTransfer
    Paint
    SecurityCenter
    StepsRecorder
    WindowsSubsystemForLinux
    WindowsToGo
    Wordpad
    AssignedAccessLockApp
    BioEnrollment
    CBSPreview
    ECApp
    EdgeDevToolsClient
    Edge
    FileExplorer
    LockApp
    MapControl
    NarratorQuickStart
    OneDrive
    ParentalControls
    PeopleExperienceHost
    QuickAssist
    RetailDemoContent
    SecureAssessmentBrowser
    SettingSync
    SkypeORTC
    SmartScreen
    Win32WebViewHost
    WindowsDefender
    WindowsMixedReality
    WindowsReaderPDF
    XboxGameCallableUI
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Calculator
    Camera
    CommunicationsApps
    Cortana
    DesktopAppInstaller
    FeedbackHub
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    Photos
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    VP9VideoExtensions
    WalletService
    WebMediaExtensions
    WebpImageExtensions
    YourPhone
    ZuneMusic
    ZuneVideo
    I have no idea what is missing.
     
  4. RaiyvaN

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
    #17924 RaiyvaN, Dec 23, 2020
    Last edited: Dec 23, 2020
    Could be WinSAT, GameExplorer or both.

    GameExplorer and WinSAT are necessary for Microsoft Games, so we cannot discard it as a dependency for other games considering the connection between game producers with Microsoft.

    I suspect the influence of these components.
    if you want to test with AssignedAccessLockApp you have to keep AssignedAccess.

    SpeechRecognition I think it may be necessary for some games' features.
    FaceRecognition I also think that it may be necessary for features of some games that support virtual reality. I don't know if that is the case.

    if you want to test with KernelDebugging you have to keep WindowsErrorReporting

    LocationService required for some games.

    RemoteAssistance may be required as for Multiplayer game systems.


    You have to do some tests there.
    Prepare an iso without removing those components. Then you can make versions just by mounting and removing the components for testing.
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,209
    7,533
    210
    @RayivaN you are the dude, true :D
     
  6. tokacz

    tokacz MDL Novice

    Nov 21, 2009
    3
    3
    0
    @RaiyvaN thanks for the help. I will test and I know where to look.
     
  7. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
  8. kompassorpigo

    kompassorpigo MDL Junior Member

    Jun 22, 2016
    84
    14
    0
    *Almost all*?! Damn I didn't realize it was that bad haha. I use both MS Store and Xbox (for Forza and stuff), so that wouldn't be an issue. But almost all? Yeah that'd be pretty frustrating..
     
  9. fch1993

    fch1993 MDL Member

    Mar 14, 2020
    143
    38
    10
    Can't do "Cleaning Up Source Images with Component Cleanup & ResetBase" After added .NET Framework 4.8 in Windows 10 LTSC 2019 / Windows Server 2019.

    I tried 2 ways to add .NET Framework 4.8.


    1.Put Windows Update files in the path "\WHD\w10\x64\17763\NetCumulative"

    KB4486153 (Microsoft .NET Framework 4.8 on Windows 10 version 1709, Windows 10 version 1803, Windows 10 version 1809 and Windows Server 2019)
    KB4586877 (Cumulative Update Preview for .NET Framework 3.5 and 4.8 for Windows 10, version 1809 and Windows Server, version 2019)


    The error shows:

    Cannot Perform Image Component Cleanup when Pending.xml is present...


    2.Use MSMG Toolkit's pack.

    Microsoft-Windows-NetFX48-Package~31bf3856ad364e35~amd64~~10.0.16299.15.cab

    It works fine.


    Is that a bug of I do the wrong step?

    PS: I only know enable .NET Framework 3.5 would cause Pending.xml problem.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Check the order of installation in your first method, is it like below

    KB4486153
    KB4586877

    or

    KB4586877
    KB4486153

     
  11. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
    #17931 graver.x, Dec 24, 2020
    Last edited: Dec 24, 2020
    fch1993, I recently did the same tasks. with LTSC. Please see this post. It describes the order of actions and the result.
     
  12. fch1993

    fch1993 MDL Member

    Mar 14, 2020
    143
    38
    10
    KB4486153
    KB4586877

    -------------------------------------------------------------------------------
    Integrating Windows 10 .NET Cumulative Update to Install Image...
    -------------------------------------------------------------------------------

    Deployment Image Servicing and Management tool
    Version: 10.0.20279.1

    Image Version: 10.0.17763.774

    Processing 1 of 2 - Adding package Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.3106
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4300.1
    [==========================100.0%==========================]
    The operation completed successfully.
     
  13. fch1993

    fch1993 MDL Member

    Mar 14, 2020
    143
    38
    10
    So When the .NET Cumulative Update installed Cleanup the Source Image will not work with rebase?
     
  14. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    Happy day and Merry Christmas.
    I ask what procedure can be done to insert Office 2019 in the ISO.
    Thanks
     
  15. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
  16. RaiyvaN

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
    #17937 RaiyvaN, Dec 26, 2020
    Last edited: Dec 26, 2020
    Follow this thread answered by @Enthousiast.
    https://forums.mydigitallife.net/threads/office-2019-integration-iso-win-10.80608/

    I do not recommend the integration, closing the iso. I think it is better to prepare my folder with the office and the setupcomplete script to be copied after the pendrive with the windows installer is ready. In fact, this is what I did when I used Office. After version 6 of LibreOffice I migrated.
     
  17. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
  18. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    650
    423
    30
    A tiny note: It's better to use firstlogon.cmd, as I remember with previous Office versions, setup only ran when the user logged on.

    Cheers.
     
  19. sniperbr0

    sniperbr0 MDL Novice

    Oct 5, 2018
    1
    0
    0
    Hello!

    Long time since I last followed this thread. Could someone please clarify if removed components still get restored whenever Windows Update is run?

    Thanks in advance!