MSMG ToolKit

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

  1. 正义羊

    正义羊 MDL Member

    Feb 21, 2016
    115
    52
    10
    @MSMG ,In Toolkit v9.9 .cmd file line 11200,the text is:
    Microsoft Office Desktop ^(UWP^) Apps Pack folder ^<Packs\%OfficeUWP^> is empty...
    it missing "%",so it should be:
    Microsoft Office Desktop ^(UWP^) Apps Pack folder ^<Packs\%OfficeUWP%^> is empty...
    This is an issue that appear in all old version & current version of Toolkit.
     
  2. 正义羊

    正义羊 MDL Member

    Feb 21, 2016
    115
    52
    10
    @MSMG ,For the app & compnents integrade & remove of Toolkit,app or compnents name have localization name in each country & region,follow is localized code from IntMetroApps of Toolkit:
    Code:
    if "%MetroApp%" equ "Alarms" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "闹钟", %Alarms_Appx%, %Alarms_License%, "%DependencyPackages%"
    if "%MetroApp%" equ "Calculator" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "计算器", %Calculator_Appx%, %Calculator_License%, "%DependencyPackages%"
    When I make these codes localization,these codes may change like:
    Code:
    if "%MetroApp%" equ "Alarms" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "%app1%", %Alarms_Appx%, %Alarms_License%, "%DependencyPackages%"
    if "%MetroApp%" equ "Calculator" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "%app2%", %Calculator_Appx%, %Calculator_License%, "%DependencyPackages%"
    In language file:
    set app1=闹钟
    set app2=计算器

    These aren't finally codes,only example.

    I know the Toolkit localized version,make too difficult.So if localization language file may make standalone is the best for localization.
     
  3. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    #15043 marioalpha, May 4, 2020
    Last edited: May 4, 2020
    I have read many of your posts and would also like to learn how to make registry changes.

    I can't understand how to use menu 5> 7 "Import Custom Registry Setting from Registry File"

    I created a test reg file like this:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\TK_NTUSER\Software\Microsoft\Windows\CurrentVersion\Run]
    "test1"="c:\\windows\\notepad.exe"

    I saved the reg file in:
    C:\Temp\WIN10\Custom\Registry\w10\x64

    I ran start.cmd 5> 7 of the menu, I had no errors.

    To verify I loaded the ntuser.dat file
    reg load HKLM\TK_NTUSER C:\Temp\WIN10\Mount\Install\Users\Default\ntuser.dat

    Test modification was not carried, where am I wrong?
     
  4. ceo54

    ceo54 MDL Senior Member

    Aug 13, 2015
    471
    105
    10
    If it's so then it's a good news. If the problem lies with the toolkit, @MSMG will sort it out. Let's hope it happens sooner.
     
  5. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    71
    2
    0
    Windows 10 v1903/v1909 - Integrating or Installing Windows Updates after the component removal will restore the removed components and this is due to the recent change in Microsoft Update mechanism.
    Still not resolved this problem in the version of ToolKit_v9.9?
     
  6. MajkelP

    MajkelP MDL Novice

    Nov 11, 2015
    38
    15
    0
    According to the newest version ToolKit 9.9 Readme: the problem still persist.

    But I used this fix to stop restored \Windows\SystemApps from installing after Cumulative Update.

    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-656#post-1557984

    and:

    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-657#post-1558491
     
  7. MrChiliCheese

    MrChiliCheese MDL Novice

    Dec 15, 2017
    7
    1
    0
    I f**ked up big time - at least for me - because I deleted the RemovePkgsList.txt and RemoveAppsList.txt which took me hours to create

    Is there anyway that I can findout which Packages and Apps I removed from just the newly created iso or an installed Windows?
     
  8. Pansen

    Pansen MDL Novice

    Dec 2, 2010
    3
    0
    0
    Good evening MDL members,
    I'd also like to know what that option "DSIM Image Cleanup with Full ResetBase" does as previously asked...thx for the help!

     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,630
    450
    /resetbase removes superseded components.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Errorist

    Errorist MDL Novice

    May 8, 2016
    5
    0
    0
    @MSMG: It's a some time ago since it was last asked, but just out of my curiosity: are there any updates to share on the GUI version of your tool? You spoiled some video's about it a long time ago and it really looked promising.
     
  11. trim18

    trim18 MDL Novice

    Mar 2, 2018
    16
    6
    0
    #15051 trim18, May 4, 2020
    Last edited: May 5, 2020
    MayBe a other Helping Tweak for Integrate Preactivate NetFrame 3.5 and let CleanUp function under Option 6 - 1 from MSMG Toolkit Intact . . .

    Copyed NetFrame 3.5 files from DVD D:\sources\sxs to a self craeted folder in mounted Image C:\ToolKit_v9.9\Mount\Install\Windows\sources\sxs.

    Made a NetFX3.5.cmd file with Input DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:C:\Windows\sources\sxs and copyed them into mounted Image folder C:\ToolKit_v9.9\Mount\Install\Windows.

    Made NetFX3.5.reg file with Input

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "NetFx3.5.cmd"="C:\\Windows\\NetFx3.5.cmd"


    and integrate they with MSMG Toolkit function C:\ToolKit_v9.9\Custom\Registry\w10\x64.

    Install of Netframe 3.5 not shown by first Login like silent mode.
    Intgrated CU will shown like other Netframe 3.5 Preactivation tweaks :eek:

    Figured out by clean 0s install with Netframeless DVD and Install NetFx3.5 before run first WU they Problem is like an NetFx3.5 Integrated DVD but run first WU before install NetFx3.5 all is right . . . TimeWaste ?

    But CU Install seems to be Ghosting . . . :smoking:

    If i delete the Netframe files from DVD Source then its same size like before and after CleanUp !

    Made this Post because after givin OnlyUseLatestCLR a try immediately i have a Game published @ current TimeZone :mad: thats needed install Netframe 3.5 in spite of OnlyUseLatestCLR functionality.

    0k for Correct Detail . . . used DVD Image is 1809 LTSC .
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,630
    450
    I guess in this scenario, WU will re-offer the CU to update the files from the online integration of the dotnet feature cab with the result that many chopped things probably will re-appear.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. f0rce

    f0rce MDL Novice

    Jul 3, 2016
    14
    0
    0
    Hey guys , so I'm about to strip away some components from my Windows 10 Pro image and have been reading in this thread about the components re-installing after CU. I still want to try to run this image without the desired components.

    So should I just install this Windows with Windows Update disabled for now and just reinstall Windows when newer updates arrive, or should I try to block the component restoration with the pending.xml trick as in the post above?

    And lastly , what components will restore and what will not restore after doing some update ? Will it only return the system apps components or everything else including the Store. etc?
     
  14. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    It is clear that cleaning.
    Meant when cleaning occurs? Immediately in the image or after installing Windows?
     
  15. f0rce

    f0rce MDL Novice

    Jul 3, 2016
    14
    0
    0
    I tried this now and I guess it's used when using the cleanup source images command ?
     
  16. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    #15056 Igor147, May 5, 2020
    Last edited: May 5, 2020
    This punt is in the tweaks section and as I understand it is imported as a tweak. Consequently, the cleaning takes place later, but when ...
    If the removal occurred immediately, then perhaps this item was here [Apply-> Cleanup Source Images]
     
  17. f0rce

    f0rce MDL Novice

    Jul 3, 2016
    14
    0
    0
    Ok, I think the program adds the line /resetbase to the Apply-Cleanup Source command as I said before... But who knows :D
     
  18. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    I wrote this as I understood, but how it really happens ...
    Ask the author:)
     
  19. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    @MSMG
    When exactly does the cleaning take place?
     
  20. f0rce

    f0rce MDL Novice

    Jul 3, 2016
    14
    0
    0
    We have to get an answer from the coder on this , but that command just removes the superseded updates in the install.wim so the file gets smaller in the end. You can always do this manually on a mounted image , but I dont know really because servicing image files isn't really what I'm used to do.

    Wish me luck tho I just been finished with integrating updates and removed all components i didnt need, gonna make the ISO and try to install this s**t :D