1. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    but how do you integrate the updates of Windows 10 with MSMG ToolKit v6.7?
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Hi Welcome to MDL :welcome2: well I believe that you already make download of MSMG Toolkit V6.7, if yes then you need read documentation included (.pdf) after you need search the last threads because depending what you want make is very necessary with some versions of O.S. I personally search since first thread until last; I know about all is very tiring but have good compensations trust me :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    io non parlo inglese , file pdf guida non specifica come inserire aggiornamenti
     
  4. garf02

    garf02 MDL Member

    Sep 15, 2007
    186
    71
    10
    This tool is really elementary to use. Read some of the thread page, and you will understand how to use it.
    use google translate or bing translate for English to italian language
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @garfo02 that's right so you as italian can help robymetallaro, well of course Google translate or Bing help a lot without doubt although he also can call you via pm
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. vanden

    vanden MDL Junior Member

    Mar 28, 2014
    76
    34
    0
    Hello,

    I have integrated Edge in Windows Server 2016 with MSMG-ToolKit.

    The problem is when updating to KB3213986 (OS Build 14393.693) Edge does not update itself ...

    It remains in version 14393.0 (Instead of 14393.693) and closes instantly after applying the KB3213986.

    Is there a way to install/recuperate the update 14393.693 ?
     
  7. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    :yes:
    :throw:
    :wallbash:
    :tv_horror:
     
  8. kal

    kal MDL Member

    Aug 18, 2007
    105
    21
    10
    First things first: huge thanks MSMG for this fantastic piece of code. It's easily readable, well maintained and very powerful :clap::clap::clap:

    I'm trying to figure out what are the differences between Windows Setup Boot & Recovery Environment (WinRE) for DaRT integration. I've found that I can get access to DaRT by clicking on "Repair your computer" during Windows setup. What is/are the other way(s) to access DaRT ?
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,486
    450
    #1289 Enthousiast, Feb 26, 2017
    Last edited by a moderator: Apr 20, 2017
    To start MS DaRT from a running windows:

    Open an elevated cmd and enter:

    Code:
    reagentc /boottore
    Next, reboot.
     
  10. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    The answer is a few pages back and this issue has been resolved. Try to search and read first.

    Cheers.
     
  11. kal

    kal MDL Member

    Aug 18, 2007
    105
    21
    10
    #1292 kal, Feb 27, 2017
    Last edited by a moderator: Apr 20, 2017
  12. kal

    kal MDL Member

    Aug 18, 2007
    105
    21
    10
    #1293 kal, Feb 27, 2017
    Last edited by a moderator: Apr 20, 2017
    I'm trying to figure out how the DaRT TPK files were built. By reading the toolkit source code, it seems that DISM can handle these tpk files with the /Apply command switch. But When I try this following command, it fails :

    Code:
    > dism /Get-ImageInfo /WimFile:Dart_w10.tpk
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    
    Error: 87
    
    The /wimfile option is not recognized in this context.
    For more information, refer to the help.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    Can someboby point me a link that indicates how these tpk were built ?
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #1294 MSMG, Feb 27, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    The .tpk are actually normal .wim files created using dism.exe with recovery compression (i.e ESD) and are renamed as .tpk (ToolKit Pack) files.

     
  14. kal

    kal MDL Member

    Aug 18, 2007
    105
    21
    10
    That explains why the /Get-ImageInfo didn't work, it's an ESD file ;)
    Thanks MSMG!
     
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @Enthousiast I waste a lot of time to find this thread and so is for me the best thread about how to work with MSMG Toolkit related integrating updates (Windows 10 Enterprise 2016 LTSB v14393.0) thanks a lot dude you deserve the best congrats :worthy::worthy::worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,486
    450
    #1297 Enthousiast, Feb 27, 2017
    Last edited by a moderator: Apr 20, 2017
    Code:
    Microsoft Windows [Version 10.0.14393]
    (c) 2016 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /Get-WimInfo /WimFile:"d:\MSMG_6_6\ToolKit-v6.6\Packs\Dart\w10\Dart_w10.tpk"
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Details for image : d:\MSMG_6_6\ToolKit-v6.6\Packs\Dart\w10\Dart_w10.tpk
    
    Index : 1
    Name : Microsoft DaRT 10 Tools (x86)
    Description : Microsoft DaRT 10 Tools (x86)
    Size : 62,450,108 bytes
    
    Index : 2
    Name : Microsoft DaRT 10 Tools (x64)
    Description : Microsoft DaRT 10 Tools (x64)
    Size : 70,205,371 bytes
    
    The operation completed successfully.
    
    C:\Windows\system32>
     
  17. kal

    kal MDL Member

    Aug 18, 2007
    105
    21
    10
    #1298 kal, Feb 27, 2017
    Last edited by a moderator: Apr 20, 2017
    I used the /Get-ImageInfo switch instead of the /Get-WimInfo switch, though I don't get the difference between these two :eek:

    But my mistake was to use the /WimFile switch instead of /ImageFile to specify the file path. Furthermore, it stupidly requires a filename with a wim extension to work, otherwise it throws you "The parameter is incorrect.". If I change the extension with wim, then it works :

    Code:
    λ dism  /Get-ImageInfo /ImageFile:.\Dart_w10.wim   
                                                       
    Deployment Image Servicing and Management tool     
    Version: 10.0.14393.0                              
                                                       
    Details for image : .\Dart_w10.wim                 
                                                       
    Index : 1                                          
    Name : Microsoft DaRT 10 Tools (x86)               
    Description : Microsoft DaRT 10 Tools (x86)        
    Size : 62 450 108 bytes                            
                                                       
    Index : 2                                          
    Name : Microsoft DaRT 10 Tools (x64)               
    Description : Microsoft DaRT 10 Tools (x64)        
    Size : 70 205 371 bytes                            
                                                       
    The operation completed successfully.              
    
    Anyway, thanks Enthousiast for driving me to the correct answer , I appreciate :)
     
  18. vanden

    vanden MDL Junior Member

    Mar 28, 2014
    76
    34
    0
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,206
    90,780
    340
    No

    do they work on Enterprise LTSB?