Windows Integration Guide - murphy78

Discussion in 'Windows 8' started by murphy78, Sep 5, 2013.

  1. ajua

    ajua MDL Junior Member

    Feb 17, 2008
    57
    7
    0
    Thanks for clarifying that to me.

    Another thing I'm not sure about is the need to recapture install.wim and winre.wim on the computer I installed them. Is there any benefit other than smaller images size?
     
  2. qad

    qad MDL Member

    Dec 17, 2012
    218
    829
    10
    No, you don't have to do apply -> go into audit mode -> resetbase -> sysprep -> recapture sequence if you don't mind the image size.
    The whole point of the ADK note is to complete pending actions and to clean up the superseded components to reduce the size of the final image before you finish building custom images.
     
  3. ajua

    ajua MDL Junior Member

    Feb 17, 2008
    57
    7
    0
    That's what I thought. At the moment, I will leave at that until I the Spanish ISOs with Update 1 are released. Then I would implement my customizations and do it the right way, including resetbase, cleanup, etc.
     
  4. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    @murphy78.

    I know you posted this somewhere, but, cannot find it; could you please tell me which boot.wim the Microsoft DaRT 8.1 Tools Pack gets copied to. I will save your instructions this time. :eek:

    Thanks :biggrin:
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Copy the Microsoft DaRT 8.1 Tools Pack to Boot.wim Index 2

     
  6. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Thanks very much; :biggrin:
     
  7. phox

    phox MDL Junior Member

    Jan 10, 2010
    81
    2
    0
    @murphy78

    Could you please explain what MS is doing:

    10 days ago "final" Win81U1.iso has been released to Tehnet for download,
    but two days ago MS released another 6 updates for that "final" version
    and today they announced that there is something wrong and stopped
    downloading, pending urgent release of the patch for that problem.

    When there will be possibility to download clean final Win81U1.iso? :confused:

    Thank you for attention.
     
  8. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,426
    11,723
    240
    Every time ms has a hiccup, all the tech sites and social media make a huge deal out of things. There's a SSL bug with server 2003/2008 that has a security flaw in this patch.
    They'll probably either v2 something or just release an additional patch to fix said bug.

    On the patches available, you have to realize that this is just an updated version of Windows 8.1, it's not Windows 8.2
    They purposefully do not add defender updates, malicious software scan registry flags, flash players, and camera codecs.
    So on top of that, yes, there's a security fix that wasn't included that is part of the 2919355 pack that I wish was included, but wasn't.
    I'm personally going around sysprepping things so I have good baseline versions of things with all the hotfixes included and resetbase'd.

    They ALSO did a F***TON of office patches this month. I have no idea what those are about but even the Visio x64 update alone is like 500 megs...
    I have no idea if that's a messup or a feature addition thing... It's weird because they JUST did sp1 for office 2013 and then released these huge patches.
     
  9. phox

    phox MDL Junior Member

    Jan 10, 2010
    81
    2
    0
  10. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,426
    11,723
    240
    #410 murphy78, Apr 12, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Started running into my old friend the setup failure on x64 esd versions.
    This only happens with my pre-activated versions, so I'm assuming there's some sort of memory cache problem where it's not correctly keeping track of existing files when exporting to esd.
    I've changed my 20 iteration for /l loop to export to a temporary new wim file and then export that temporary wim file to the final esd.
    In between I delete the temporary wim file so that it's impossible for the cache memory to mistake the data stream contents.

    Here's an example:
    Code:
    for /l %%x in (1, 1, 20) do (
    dism /export-image /sourceimagefile:c:\temp\x64\install.wim /sourceindex:%%x /destinationimagefile:c:\temp\x64\install2.wim /compress:max /checkintegrity
    dism /export-image /sourceimagefile:c:\temp\x64\install2.wim /sourceindex:1 /destinationimagefile:c:\win81x64\sources\install.esd /compress:recovery /checkintegrity
    del c:\temp\x64\install2.wim
    )
    Edit: Nope, that didn't work either...
    Hmm I got an idea. You know how servers are sometimes underclocked to add stability?
    I'll try something similar... It's literally the only thing left that I can think of...

    edit2: nope... failing again... It's rare but it happens. It doesn't seem to happen on completely different indexes, but when combined with same-flag indexes (a la pre-activated index) it fails...
    I'll have to resort to using .wim files and baseline versions like I do with my win7 versions. I was hoping not to, but I guess the only other alternative would be to not have any pre-activated indexes at all.
     
  11. ahish.s

    ahish.s MDL Novice

    Dec 31, 2011
    6
    0
    0
    #411 ahish.s, Apr 13, 2014
    Last edited: Apr 13, 2014
    Hey people can throw in an oem folder or activate using MTK after install.
    I would prefer an unactivated index and an esd version to keep the size down.
    Are you making a new superaio v4? I am looking forward to your releases.
     
  12. phox

    phox MDL Junior Member

    Jan 10, 2010
    81
    2
    0
    Thank you very, very much for Baseline v4! You are the King. :worthy:
     
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,190
    21,340
    240
    #414 LostED, Apr 15, 2014
    Last edited: Apr 15, 2014
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,426
    11,723
    240
    I am waiting for the rest of the server 2012 r2 versions to see if they will get an update.
    Last time they took a bit before they released the other ones. Yes I'll definitely do a SuperAIO v4 for it when I get them though...
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,398
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. phox

    phox MDL Junior Member

    Jan 10, 2010
    81
    2
    0
    My English is probably not as good as yours, but if you read it carefully, the underlined text is referenced
    to the "release via MSDN on the 2nd and Windows Update on the 8th" and not 14th "integrated" ISO.
     
  17. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,398
    340
    Nope ... it clearly states both being the same, they lack KB2934018, which is part of that KB2919355-Package on Windows Update and is offered under the package name, you can notice this checking the size :cool2:.

    Already integrated KB2934018 into my german Update 1 MSDN ISO and a test install only showed three minor updates from last Patch Tuesday and the obligatory Camera Codec Pack, Browser Choice and Defender stuff.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...