MSMG ToolKit to Convert W8.1/Srv 2012 R2 RTM/GA ISO - W8.1/Srv 2012 R2 Update 1 ISO

Discussion in 'MDL Projects and Applications' started by MSMG, Mar 7, 2014.

Thread Status:
Not open for further replies.
  1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    #141 MSMG, Mar 11, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    this is what I use in my toolkit for taking ownership and granting permission for files. this command works for files but if path to the file contains a space like Program Files\Windows Mail\<filename>.exe then it won't work, you need to navigate to the folder and then us the TakeOwnerShip function.

    will check out the code you have given and see what happens for directories

    Code:
    
    ::-------------------------------------------------------------------------------------------
    :: Function to Take Onwer Ship of Files That Has to be Replaced
    :: Input Parameters [%~1 : File Name]
    ::-------------------------------------------------------------------------------------------
    :TakeOwnerShip
    takeown /f %~1
    icacls %~1 /grant "Everyone":F
    goto:eof
    ::-------------------------------------------------------------------------------------------
    
    

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    i.e you have ga iso, no issues you can use the windows 8.1 update 1 updates directly over it.

     
  3. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,588
    1,409
    60
    Only these updates are enough as KB2919355 is released as a cumulative update which contains all previously released rollups. :rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. nechrist

    nechrist MDL Guide Pack

    Apr 24, 2010
    324
    162
    10
    #144 nechrist, Mar 11, 2014
    Last edited: Mar 11, 2014
    Becouse for integration of the main one, i prefere the manual way :) So if you already have an up to date install.wim, just update the winre.wim would be usefull ;)
     
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,945
    10,708
    210
    #145 murphy78, Mar 11, 2014
    Last edited by a moderator: Apr 20, 2017
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    #147 MSMG, Mar 11, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    did some work on this esd2wim conversion, was able to get the esd image index details like name, description, edition and also applying the esd to folder and capture back the folder to wim image worked well, the only problem is when I tried to capture the folder to wim with a wim image description e.g "Windows 8.1 Pro WMC" the capture command doesn't work but it works with "Windows_8". i.e if there is a space or a . then its giving error. so I think its better to use the imagex for naming the index name and description along with the flag settings.

     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,070
    55,436
    340
    #148 abbodi1406, Mar 11, 2014
    Last edited by a moderator: Apr 20, 2017
    Since you need to use imagex, then it's better if you gave any standard one word name when capturing with dism, and later you can change appropiate name and description using imagex
    i.e.
    Code:
    dism /Capture-Image /ImageFile:install.wim /CaptureDir:C:\ESD /Name:Windows /Compress:max /CheckIntegrity
    imagex /flags "ProfessionalWMC" /info install.wim 1 "Windows 8.1 Pro WMC" "Windows 8.1 Pro WMC"
    
     
  9. josef00

    josef00 MDL Junior Member

    Feb 22, 2013
    90
    11
    0
    I converted to ESD

    szle.png
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
  11. ljprg

    ljprg MDL Member

    Dec 27, 2008
    194
    33
    10
    Great work MSMG :worthy:

    What kind off boot iso should i choose?
    In the end it asks for Bios, UEFI or both? What is the diference?

    Again many thanks!
     
  12. Mannlich

    Mannlich MDL Member

    Jul 14, 2009
    221
    92
    10
    I have been choosing option 3 "BIOS_UEFI" so that the ISO will work on both types of machines. I had a Server 2012 R2 ISO that I updated with this tool and initially chose "BIOS" as the ISO Type. When trying to boot from that ISO in Hyper-V (2nd Generation) it was not able to do so. Re-imaging and selecting BIOS_UEFI solved the issue.
     
  13. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,945
    10,708
    210
    VHD would be hands-down the fastest way to delete the applied esd file. It would take a little longer to apply the first time, but you'd save so much time over takeown/icacls in the cleanup phase.
    You could even stick it somewhere generic like %temp%\esdfile.vhd
     
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,945
    10,708
    210
    #156 murphy78, Mar 11, 2014
    Last edited by a moderator: Apr 20, 2017
  15. VictorUSA

    VictorUSA MDL Novice

    Aug 11, 2012
    40
    14
    0
    The KB2928680 Update is a Rollup and wouldn't it be installed befor the Service-Pack KB2919355 ? ? ? I would like to add that in the script with (w81_u1_rtm.cmd) but when I open that cmd with (Notepad) :confused: even if I look at it 3x I still am o_O MSMG or murphy78, don't you have a hint or would you add it to your (w81_u1_rtm.cmd) please :rolleyes: that would be :cool:
     
  16. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,945
    10,708
    210
    You can integrate it or not. It doesn't matter. The fixes included are already present in the 2919355.
    I'm suspecting we may see the end-user version of 2919355 requiring all previous rollups installed before updating to 2919355 next month.
    Whether or not you should include it... I don't know.. It really doesn't matter. If you don't want Windows Update to nag you, include it.
     
  17. Jeroni.

    Jeroni. MDL Novice

    Mar 12, 2014
    9
    1
    0
    Como siempre Dando buenos Consejos Mr.X
    Saludos