Windows Integration Guide - murphy78

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

  1. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    #541 s1ave77, Jul 20, 2014
    Last edited by a moderator: Apr 20, 2017
    Yep, Win 8.1.1 setup will handle the ESD. To convert:

    Code:
    dism /Export-Image /SourceImageFile:"h:\install.wim" /SourceIndex:1 /DestinationImageFile:"h:\install.esd" /compress:recovery /CheckIntegrity
    Re-do for every index :cool2:.
     
  2. ryouga

    ryouga MDL Member

    Joined:
    Apr 15, 2008
    Messages:
    148
    Likes Received:
    2
    Trophy Points:
    10
    Ok Ok, a quick question on indexes then, the original one was like a 24 in 1 and I had like 24 indexes so is the amount of versions in the wim the same thing as indexes i.e now I have removed all but 2 versions is it 2 indexes or still 24
     
  3. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    #543 s1ave77, Jul 20, 2014
    Last edited by a moderator: Apr 20, 2017
    Normally one version per index, check all indices with:
    Code:
    DISM /Get-WimInfo /WimFile:"h:\install.wim"
    Check single index with verbose:
    Code:
    DISM /Get-WimInfo /WimFile:"h:\install.wim" /Index:1
     
  4. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    There are two ways of reducing the number of indexes on a wim file. Only one of them reduces any data.
    1) delete the indexes you don't want to keep (does not reduce size)
    2) export the indexes you want to keep to a new install.wim (does reduce size)
     
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    #545 murphy78, Jul 23, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)

    Attached Files:

  6. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
    So if I update 64bit w8 winre.wim with network/raid drivers I should use this file for all my remaining 64bit w8 indexes?
    Pre Update 1 there were some MS updates for boot.wim - How do we know when there's updates for something like that??
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    You could probably follow the win8 updates repo thread closely if you want to know.
    Yes, I recommend copying the winre.wim to all indexes because if you don't it will be an extra 250mbish for every winre.wim that is different.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
  10. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
  11. SunLion

    SunLion MDL Member

    Joined:
    May 11, 2011
    Messages:
    134
    Likes Received:
    101
    Trophy Points:
    10
  12. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    What language is your WIM? Had similiar problems with german WIM and integration of KB2956575 (may), KB2962409 (june) and KB2971203 (july) so far. always with 8024402F.
     
  13. SunLion

    SunLion MDL Member

    Joined:
    May 11, 2011
    Messages:
    134
    Likes Received:
    101
    Trophy Points:
    10
    #554 SunLion, Jul 29, 2014
    Last edited: Jul 29, 2014
    My language is pt-BR

    Suggestion is not to install these updates?
     
  14. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Try to spare them or remove from mounted WIM (as long as you haven't resetbased). See what happens :g:.
     
  15. SunLion

    SunLion MDL Member

    Joined:
    May 11, 2011
    Messages:
    134
    Likes Received:
    101
    Trophy Points:
    10
    Still doing tests ... In fact, these three updates cause error 8024402F.

    Apparently it is possible to install KB2956575 and KB2971203 online and do not show the same error. Already KB2962409 still causing error, even if installed online.

    Grateful for the help.
     
  16. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Yeah ... needed some 'trial and error' to determine them :cool2:. Interestingly i have them all installed on my machine without any problems. KB2962409 i installed directly via WU.
     
  17. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    If you really want to save yourself the headaches, you can simply load the target OS into a VM and run Windows Update.
    Then go into %windir%\softwaredistribution\download\ folder and search for *.cab
    copy them to a USB flash drive and you can use that for your integration folder instead of going around collecting msu files.
    This should clear up any problems with language inconsistencies or perhaps language-dependent packages.
     
  18. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    In case of a multi-index Win8.1 AIO (all available editions) which edition you recommend to load into a VM to run WU? Obviously those updates are supposed to be integrated into every index.
     
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    Since there is the option to upgrade lesser versions to more advanced versions it's generally better to use the most advanced version in the VM so that any user who upgrades their version will also have those updates.
    Since the wim format stores these files once, there's not much down-side to integrating them into each index.

    I personally use Enterprise as my test index to determine the recommended updates.
    It will increase the footprint of the lesser indexes slightly to include all of the updates that Enterprise wants, but I've only noticed actually a couple extra. They are not large updates either.

    Offline updates don't balloon the size of the wim as much as sysprepped updates. I think it's because of the way that they either date/UID stamp them, or some other issue.
    In offline, though, it hasn't gone through whatever mod that causes them to become unique and thus balloon the wim in an AIO format.