1. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    No, there are no problems with integrating the CU on LTSB 1607.
    And no, the wim size does not grow that much if you do cleanup resetbase and export the wim.
    My x46 LTSB with CU integrated sits at 3.3GB.

    Cheers.
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @Supern00b yep you are correct, I know because last time that I make my job after integrating CU also sits around 3,3GB no issues MSMG works fine ever only user need stay focused all time when working on it
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    MSMG might want to keep it closed source.
     
  4. ajarbas

    ajarbas MDL Novice

    Dec 4, 2013
    17
    0
    0
    #1444 ajarbas, Mar 25, 2017
    Last edited: Mar 25, 2017
    Good morning guys. I'm 'm if you can help me.

    I made this little command:

    for %%i in (*.exe) ECHO ""%CDROM%\App\Install\%%I " > > " Addon_sfx.txt

    the answer of the command is:

    "\App\Install\CorelDraw_x8_x64_x86.exe";

    How do I write the string the string %CDROM% in AddOn_sfx.txt file
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #1445 s1ave77, Mar 25, 2017
    Last edited by a moderator: Apr 20, 2017
    See my changes. To use in cmd prompt directly, change both %%i to %i.

    NOTE: Use either %%I or %%i, runtime variables are case-sensitive, so don't confuse.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ajarbas

    ajarbas MDL Novice

    Dec 4, 2013
    17
    0
    0
    #1446 ajarbas, Mar 25, 2017
    Last edited by a moderator: Apr 20, 2017

    Code:
    for %i in (*.exe) do echo "%cdrom%\App\Install\%i" >> "Addon_sfx.txt"
    
    When I start the script does nothing written in this way "% i".
    When I write so %%i works. My operating system is pt-BR Windows 10 pro.

    Mr could develop for me.
    I wanted to keep it that way.

    Code:
    %cdrom%\App\Install\myprogram.exe
    so I use the runonce.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    RS2 10563 ESD integrating dart, completely kills boot.wim. On the UUP (converted ISO) version it integrates and works fine, but as expected you have to launch setup from command prompt, (on pc with unformatted hdd just type c:\setup to begin install).

    for now i'm sticking with UUP boot.wim
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    So, far I haven't had the issue of Left Click StartMenu not working with TH1, TH2, RS1 and evn the current RS2 build too.

    Using Start menu troubleshooter will be useful only on OS when you haven't removed any components.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Please do specify what errors the ToolKit is giving.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Integrating ReFS had problems with earlier versions, will try with the new version and add ReFS to the Toolkit if it works.

     
  11. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    @MSMG Your new GUI tool looks excellent. Can't wait to try it out. When you release it out
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You mean a preset, well it will be added in future versions.

    And for debugging purpose, I have added a debug mode to test the Enabling/Disabling/Integration/Removing without saving changes to the Image and also there's a detailed log mode to know what and where exactly error has occured.

     
  13. Bluescreen

    Bluescreen MDL Senior Member

    Jul 16, 2009
    344
    51
    10
    Hi MSMG,

    In next or future version, do you plan the possibility to remove completely metro apps and Windows components for Windows RS2 "Creators update" ?

    I have made a test using the 10563 RS2 build Pro, Got no errors during removal, but most of the time nothing is really deeply removed from Wim file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ....The DaRT is working in Rs2(1703)?....:confused:
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Afaik it was introduced with Win 8.1 Update 1, so not available for Win 7 and 8.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes, it will work, if you use the full boot.wim image instead of UUP created boot.wim
     
  17. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,023
    236
    60