1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #741 MSMG, Feb 2, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    1) Yes Fixed It.

    2) & 3) Will work on it


    There may be delay in implementing all the features but am sure i will add those features step by step.

    Thanks for the feedback and suggestions. Very soon I will be releasing an update for the ToolKit.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Don't know why its giivng error for you as I have checked the ToolKit with Pro version and it works fine.

    Ok, I will check with the Enterprise Edition and will update back.

     
  3. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    Understood :clap:& thanx for all your effort/hard work!
     
  4. VictorUSA

    VictorUSA MDL Novice

    Aug 11, 2012
    44
    17
    0
    Hi MSMG :) If I integrate games, the whole path is changed. :g: German =
    ProgramData - Microsoft - Windows - Startmenü - Programme :) after the "Game.reg" is intergrated the path is =
    ProgramData - Microsoft - Windows - Start menu - Programs :confused: do you have any idea how I can change that...? :worthy:

    I had tried to change the "reg", but without success :weep:
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I know the Games shortcuts names and path do change in other languages.. am still working on this and it may take time to make it properly work with all languages.

     
  6. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #746 Kenafri, Feb 4, 2015
    Last edited by a moderator: Apr 20, 2017
  7. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    can i replace the old new Dism files inside the MSMG Toolkit and put The New Dism of Win 10 WADK or show me errors ?
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes you can replace it and make changes to the script so that the toolkit uses the new dism instead of one that comes with the os.

    replace these whole lines

    if %HOSTVer% equ 6.1 set DISM=%~dp0Bin\%HOSTArch%\Dism.exe
    if %HOSTVer% equ 6.2 set DISM=%~dp0Bin\%HOSTArch%\Dism.exe
    if %HOSTVer% equ 6.3 set DISM=%WinDir%\System32\Dism.exe
    if %HOSTVer% equ 10.0 set DISM=%WinDir%\System32\Dism.exe

    to

    set DISM=%~dp0Bin\%HOSTArch%\Dism.exe


    I have already added the new wadk tools for the next version of the toolkit which will be released at the end of this week.

     
  9. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #749 Kenafri, Feb 6, 2015
    Last edited by a moderator: Apr 20, 2017
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #750 MSMG, Feb 8, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    It's already been fixed

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Good Day to Everyone!! Updated the ToolKit to v1.7..

    Will update these Packs files later

    WinToGo
    Terminal Server
    Data Deduplication
    UxTheme



    v1.7
    + Added the New WADK for Windows 10 Technical Preview Tools to ToolKit's Bin Folder.
    + Made Changes to ToolKit to Use the DISM v6.4.9600.17031 for Servicing Windows 7 Source WIM Images.
    + Made Changes to ToolKit to Use the DISM v10.0.9933.0 for Servicing Windows 8.x and Windows 10 Source WIM Images.
    + Updated the ToolKit's Function "StartUp" to Display HOST OS Language Information in ToolKit’s Start Up Screen.
    + Updated the ESDDecrypt.exe Program with the Latest Version.
    + Updated ToolKit to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Added a Validation Check for the Feature "Copy Source from DVD Drive" to Check Whether the Source <DVD> Folder Is Empty.
    + Added a Validation Check for the Feature "Extract Source from DVD ISO Image" to Check Whether the Source <DVD> Folder Is Empty.
    + Added a Validation Check for the Feature "Extract Source from OEM IMG Image" to Check Whether the Source <DVD> Folder Is Empty.
    + Added a Validation Check for the Feature "Copy Source from DVD Drive" to Check Whether the Specified DVD Drive Contains Valid Windows Setup Images.
    + Added a Validation Check for the Feature "Extract Source from DVD ISO Image" to Check Whether the Specified DVD ISO Image File Exist or Not.
    + Added a Validation Check for the Feature "Extract Source from OEM IMG Image" to Check Whether the Specified OEM IMG Image File Exist or Not.
    + Fixed a Bug in the Feature "Convert Windows Store ESD Image to WIM Image", Where the EI.cfg File Writing was Assigning ProfessionalWMC as EditionID for all the Editions.
    + Updated the Feature "Convert Windows Store ESD Image to WIM Image" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Fixed a Bug in the Feature "Integrate Windows Security Updates & Hotfixes", Where the Code to Check for WIM Architecture was missing for Multi-Index Servicing Mode.
    + Updated the Feature "Integrate Windows Security Updates & Hotfixes" to Reflect the WHD Hotfix Repository Update List.
    + Fixed a Bug in the Feature "Integrate WHD Baseline Updates", Where the WinRE WIM Image Architecture was Not Detected Properly.
    + Updated the Feature "Integrate WHD Additional Updates" to Integrate NFS, SUA, Virtual PC (Windows 7 / Server 2008 R2 Source OS Only).
    + Updated the Feature "Install Microsoft .NET Framework 3.5 Components", Where the need to Check for .NET Framework 3.5 Components Was Not Required.
    + Fixed a Bug in the Feature "Integrate Microsoft .NET Framework 3.5 Components", Where the Integration Failed with the Windows 10 Technical Preview Source OS.
    + Updated the Feature "Integrate Windows Media Center Add-on Feature" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Updated the Feature "Integrate Windows Data Deduplication Feature" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Updated the Feature "Integrate Windows To Go Workspace Feature" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Fixed a Bug in the Feature "Integrate Microsoft DaRT 7/8.1 Tools", Where the WinRE WIM Image File Path Was Not Detected Properly.
    + Added a Feature "Integrate Microsoft Calculator" for Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Fixed Registry Filename Bugs in the Microsoft Games Pack for MSMG ToolKit.
    + Removed 64-Bit Registry Entries from 32-Bit Registry Files in Microsoft Games Pack for MSMG ToolKit.
    + Fixed a Bug in the Feature "Integrate Microsoft Games", Where the Code to Check for WIM Architecture was missing for Multi-Index Servicing Mode.
    + Updated Microsoft Games Pack for MSMG ToolKit with Tinker, Hold'Em Games MUI Files (Thanks to MDL Member ElDiabl0).
    + Updated the Feature "Integrate Microsoft Games" to Integrate Tinker, Hold'Em Games MUI Files.
    + Updated the Feature "Integrate Microsoft Games" to Remove Windows Media Center Games Shortcuts Links for Non Windows Media Center Edition Source OS.
    + Updated the Feature "Integrate Windows Sidebar Feature" to Remove Windows Media Center Gadget for Non Windows Media Center Edition Source OS.
    + Updated the Feature "Integrate Windows Media Center Generic Activation Tokens" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Updated the Feature "Integrate Pre-Activation Details for Auto-Activation" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Fixed a Bug in the Feature "Integrate Custom Windows Recovery Environment (WinRE)", Where the WinRE WIM Image Architecture was not Detected Properly.
    + Updated the Feature "Remove Default Metro Apps" to Support Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Updated the Feature "Remove Default Metro Apps" to Remove Windows 10 Technical Preview Default (Microsoft AAD Broker Plugin, Microsoft Answer Desk, Microsoft Content Delivery Manager, Microsoft Getstarted, Microsoft Windows Photos, Microsoft Windows Camera, Microsoft Windows Maps, Microsoft Windows Store, Microsoft XboxApp) Metro Apps.
    + Updated the Feature "Remove Windows Components" to Remove Microsoft OneDrive (Desktop) for Windows 10 Technical Preview Build 10.0.9926.0 Source OS.
    + Fixed a Bug in the Feature "Format a USB Flash Drive" Where the ToolKit Function "ListDisks" Failed to Display the List of Available Removalable Disks on Non-English HOST OS.
    + Added a New Hidden Feature "Debug" to MSMG ToolKit Main Menu to Display ToolKit's Global Variables Information for Troubleshooting When the Letter 'D' is Pressed in Main Menu Screen.
    + Fixed a Bug in the ToolKit's Function "Importreg2wim" Where the endlocal Variable was Not Defined.
     
  12. scripting

    scripting MDL Novice

    Feb 5, 2015
    18
    1
    0
    @MSMG Is there any planing for make a GUI for this toolkit, I thinks the project grow quickly so by any way is GUI will be soon , and BTW i thinks on Auto it
    simply you will spilt your ToolKit-.cmd into a serveal cmds each one do sespefic job & linking this with auto it tha's mean you will't work on the auto it script when try to update somthing you will fix on cmd's .
     
  13. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    its possible can disable the sound ???
     
  14. scripting

    scripting MDL Novice

    Feb 5, 2015
    18
    1
    0
    Hi ,
    I have a qustion about duble integration of update pack if download the hole packge with WHD and I merg it on already IR5 update version of 8.1
    this will add the update one more time again or skip them ;)
     
  15. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #755 Kenafri, Feb 23, 2015
    Last edited by a moderator: Apr 20, 2017

    Hi MSMG,


    About :StartUp function

    Code below isn't workin' normally
    Code:
    for /f "tokens=* delims=" %%a in ('DISM /Online /Get-Intl ^| findstr /i UI') do ( set HOSTLang=%%a )
    set HOSTLang=%HOSTLang:~29,-1%
    
    View attachment 33706 View attachment 33707 View attachment 33708 View attachment 33710


    View attachment 33711

    It seems function :

    1) must be set in English to retrieve UI correctly
    2) need to fix :rolleyes:
     
  16. scripting

    scripting MDL Novice

    Feb 5, 2015
    18
    1
    0
    you can do that manualy by removing this key word "echo.bel"
     
  17. scripting

    scripting MDL Novice

    Feb 5, 2015
    18
    1
    0
    guys any one could answer me what will happen if add all whd update in IR5 is will break my iso :confused:
     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes there's a plan to make a Windows GUI based ToolKit coz that would make the ToolKit development more easier and also can provide more features.

    Although am very good at c/c++ programming and oops, but only recently i have started learning with Windows programming and due to frequent health issues am not able to completely focus on it.

    Let's see when i can work on the Windows version of ToolKit :)

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Just open the ToolKit script file with Notepad2 Mod Editor and remove the symbol/word BEL

     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    For IR5 ISO Source Image do download the updates from Windows8.1-Update3 WHD update list and use the ToolKit to integrate the updates.

    Then there won't be any double integration