MSMG ToolKit

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

  1. MMIKEE

    MMIKEE MDL Senior Member

    Joined:
    Oct 6, 2012
    Messages:
    352
    Likes Received:
    313
    Trophy Points:
    10
    Thank you MSMG for this feedback... YES, I installed the BIN folder from WADK-8.1.17031.7z for the ToolKit thinking it was an UPDATE... I assume that WADK-8.1.17031.7z is ONLY to be used on Windows 8.1 HOST OS PC's ??? I re-downloaded and extracted then TESTed the ToolKit without any of the ADD-ON Packs etc... TookKit LOADED correctly on my Windows 7-x64 HOST OS... What is Windows 8.1/Server 2012 R2 Update 1 Setup DVD Media Pack for MSMG ToolKit used for and when is it NEEDED ??? :worthy::worthy::worthy:
     
  2. Mr Jinje

    Mr Jinje MDL Expert

    Joined:
    Aug 19, 2009
    Messages:
    1,773
    Likes Received:
    1,098
    Trophy Points:
    60
  3. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Welcome, Windows 8.1/Server 2012 R2 Update 1 Setup DVD Media Pack for MSMG ToolKit is used for updating your Windows 8.1 RTM to Windows 8.1 with Update 1.. But it is not needed now as the Windows 8.1 with Update 1 ISO is readily available now..

     
  4. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
  5. mysteriously

    mysteriously Guest

    Hello

    Nice tool! I'm adding updates to Win7 x64 right now.

    How to change ProgramFilesDir from default system drive to D:\ ? AFIK via registry but how to do it via this tool? Can someone give me detailed hint? I would really appreciate that. I want to have all program installed on D:\ partition including Windows default apps during Windows installation.
     
  6. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    At present the Toolkit doesn't support custom tweaks or in your case changing default location of "Program Files" Directory. i haven't used the tweak/settings to change the default folder location. if you do have the registry tweak settings for it.. do post it here. i can guide you how to manually include that tweak to the Windows 7 Install WIM Image.

     
  7. mysteriously

    mysteriously Guest

    #508 mysteriously, Aug 2, 2014
    Last edited by a moderator: Apr 20, 2017
    Ok, I've integrated all updates to Win7 x64 SP1 Ultimate ISO. Sure, I would like to at least try to change it.

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
    "CommonFilesDir"="D:\\Program Files\\Common Files"
    "CommonFilesDir (x86)"="D:\\Program Files (x86)\\Common Files"
    "CommonW6432Dir"="D:\\Program Files\\Common Files"
    "ProgramFilesDir"="D:\\Program Files"
    "ProgramFilesDir (x86)"="D:\\Program Files (x86)"
    "ProgramW6432Dir"="D:\\Program Files"
    
     
  8. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    #509 MSMG, Aug 2, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Ok, here's the instructions to integrate the tweak :


    1) Using the ToolKit Select the Source WIM Image and do not exit the ToolKit Window

    2) Change the Registry Tweak file as following and save it as tweak.reg inside the ToolKit's folder

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\WIM_Software\Microsoft\Windows\CurrentVersion]
    "CommonFilesDir"="D:\\Program Files\\Common Files"
    "CommonFilesDir (x86)"="D:\\Program Files (x86)\\Common Files"
    "CommonW6432Dir"="D:\\Program Files\\Common Files"
    "ProgramFilesDir"="D:\\Program Files"
    "ProgramFilesDir (x86)"="D:\\Program Files (x86)"
    "ProgramW6432Dir"="D:\\Program Files"
    
    3) Now Open notepad and paste the below code to it and save the file as "Tweaks.cmd" and place inside the ToolKit's Folder

    Code:
    reg load HKLM\WIM_Software "Mount\Install\Windows\System32\config\software"
    reg import Tweaks.reg
    reg unload HKLM\WIM_Software
    
    4) Now right-click on tweaks.cmd file choose run as administrator

    5) Now get back to the ToolKit Window and choose Apply Source and then Select Apply Changes and the Re-Build WIM

    6) That's it.


     
  9. mysteriously

    mysteriously Guest

    Ok, thank you! 1st ISO Win7 x64 Ultimate + added my updates has size 4,27 GB. 2nd (same as 1st) but rebuild adding this tweak is bigger and has 4,43 GB. I'm gonna install it later and give a feedback.

    My fault, I didn't really re-build, I just re-saved without compression. Final iso is 4,38 GB.

    Same enteries for HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node.
    This way it doesn't work anyway. I mean .bat showed successful however it has no effect on Windows installation. Maybe ProgramFilesDir is hardcoded somewhere or I did something wrong but I don't think so.

    MS should let us choose paths for program files, program data, user profile etc. I've been using Win XP where ProgramFilesDir was on D:\ partition and never had any issues with this.
     
  10. Violative

    Violative MDL Novice

    Joined:
    Apr 8, 2011
    Messages:
    31
    Likes Received:
    2
    Trophy Points:
    0
    #511 Violative, Aug 8, 2014
    Last edited by a moderator: Apr 20, 2017
  11. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
    #512 LostED, Aug 8, 2014
    Last edited by a moderator: Apr 20, 2017
    open the file & you will see it


    Code:
    pass: 0
     
  12. Violative

    Violative MDL Novice

    Joined:
    Apr 8, 2011
    Messages:
    31
    Likes Received:
    2
    Trophy Points:
    0
  13. Violative

    Violative MDL Novice

    Joined:
    Apr 8, 2011
    Messages:
    31
    Likes Received:
    2
    Trophy Points:
    0
    #514 Violative, Aug 8, 2014
    Last edited by a moderator: Apr 20, 2017
    Thank You. :biggrin:
     
  14. tObber166

    tObber166 MDL Novice

    Joined:
    Nov 7, 2012
    Messages:
    17
    Likes Received:
    4
    Trophy Points:
    0
  15. tObber166

    tObber166 MDL Novice

    Joined:
    Nov 7, 2012
    Messages:
    17
    Likes Received:
    4
    Trophy Points:
    0
    Hi

    Thanks for replying.


    Yes I have always enabled Net framework 3,5, after integration of baselines updates.


    So if I enable NET 3.5 first, then my problem should go away?



    //Thanks :):)
     
  16. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Thanks LostED for providing the mirror links.

    Feeling not well from a long time.. so no updates for the ToolKit for some more days.. I was excepting for Windows 8.1 Update 2 but it's no more now.. so I think there is no immediate change required for the ToolKit.. But am working on the next version with more features and WHD updates compatibilities..

    Suggestions/Feature request are welcomed for the next version.
     
  17. Kees030

    Kees030 MDL Novice

    Joined:
    Feb 11, 2014
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    0
    I have a W7 Ultimate iso with a Dutch LanguagePack and want to strip the unnecessary languages (components) from the install.wim. I've tried RT Se7enLite, however it affects integrated activation and tweaks. Can it be done with MSMG Toolkit?

    If yes, which Packs do I need to download form #1 (BTW link to Microsoft DaRT 7-8.1 Tools (English) Pack for MSMG ToolKit is broken)?

    If no, any suggestions how it can be done will be welcome :worthy:
     
  18. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    I could be mistaken, but I seem to remember it being impossible to remove language packs from install media. Even if you use the dism command to remove-package, I believe it still sits there on the image until you have the system installed where it can process the removal. I think what you are desiring can be accomplished with some winpe dism removal commands and a sysprep/capture.
    You can read about doing sysprep/capture on the integration thread and hollar if you get stuck.