MSMG ToolKit

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

  1. spidernz

    spidernz MDL Senior Member

    Joined:
    May 20, 2011
    Messages:
    371
    Likes Received:
    103
    Trophy Points:
    10
    Github it MSMG! :thumbsup:

    That way you can keep version control but allows others to submit code and fixes.:hug2:
     
  2. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    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.
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,206
    Likes Received:
    7,533
    Trophy Points:
    210
    @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
     
  4. daveo76

    daveo76 MDL Expert

    Joined:
    Nov 9, 2009
    Messages:
    1,064
    Likes Received:
    281
    Trophy Points:
    60
    MSMG might want to keep it closed source.
     
  5. ajarbas

    ajarbas MDL Novice

    Joined:
    Dec 4, 2013
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    0
    #1445 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
     
  6. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    #1446 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.
     
  7. ajarbas

    ajarbas MDL Novice

    Joined:
    Dec 4, 2013
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    0
    #1447 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.
    
     
  8. jackmonter5

    jackmonter5 MDL Senior Member

    Joined:
    Jul 27, 2009
    Messages:
    458
    Likes Received:
    156
    Trophy Points:
    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
     
  9. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    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.

     
  10. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Please do specify what errors the ToolKit is giving.

     
  11. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Integrating ReFS had problems with earlier versions, will try with the new version and add ReFS to the Toolkit if it works.

     
  12. daveo76

    daveo76 MDL Expert

    Joined:
    Nov 9, 2009
    Messages:
    1,064
    Likes Received:
    281
    Trophy Points:
    60
    @MSMG Your new GUI tool looks excellent. Can't wait to try it out. When you release it out
     
  13. biatche

    biatche MDL Addicted

    Joined:
    Nov 14, 2009
    Messages:
    568
    Likes Received:
    143
    Trophy Points:
    30
  14. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    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.

     
  15. Bluescreen

    Bluescreen MDL Senior Member

    Joined:
    Jul 16, 2009
    Messages:
    334
    Likes Received:
    49
    Trophy Points:
    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.
     
  16. kuroda

    kuroda MDL Senior Member

    Joined:
    Aug 25, 2012
    Messages:
    445
    Likes Received:
    32
    Trophy Points:
    10
    ....The DaRT is working in Rs2(1703)?....:confused:
     
  17. mb_force

    mb_force MDL Junior Member

    Joined:
    Mar 24, 2017
    Messages:
    72
    Likes Received:
    12
    Trophy Points:
    0
  18. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Afaik it was introduced with Win 8.1 Update 1, so not available for Win 7 and 8.
     
  19. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Yes, it will work, if you use the full boot.wim image instead of UUP created boot.wim