Windows Integration Guide - murphy78

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

  1. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,743
    772
    60
    Interesting read. It explains to me why ages ago I had problems with newer builds yet my old build (fluke) worked...
     
  2. monyzoom

    monyzoom MDL Novice

    Oct 6, 2013
    10
    1
    0
    Murphy78 can you please post the change in kb files of recent two months (august and September) "Windows 7 SP1 AIO 24in1 x64" ,so that it will be easier to integrate files on my own.every two or three months i have to thoroughly check the log file of yours and make the change.its very frustrating.
     
  3. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    I don't keep track of what comes and goes from month to month, sorry.
    You could try editing the files so that they line up vertically and compare them that way.
    I tend to put 6 updates per line to fit in the 80 char horizontal limit of TPB.
     
  4. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    17,888
    16,542
    340
  5. monyzoom

    monyzoom MDL Novice

    Oct 6, 2013
    10
    1
    0
    murphy in "Windows 7 SP1 AIO 24in1 x64" august this "KB2965788" occured twice,and in sept "Windows 7 SP1 AIO 24in1 x64" these two(KB2993651,KB2965788) occcured twice. why!
     
  6. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,182
    1,796
    120
    #606 coleoptere2007, Sep 14, 2014
    Last edited: Sep 14, 2014
    This question should be asked to M$ not murphy :p since they made many mistakes with updates in the last few months. And one question what is doing this post in this section ?
     
  7. TwinA

    TwinA MDL Novice

    Jan 30, 2012
    20
    5
    0
    Hello people!

    I have a question regarding these AIO images. I am a tech pro, but i simply cannot figure out how to install these images? I can boot the USB/DVD (even the 83-in-1 i found) - but how do i start the installation of Windows? Must i use a command similair to Dism /apply-image /imagefile:install.wim /index:1 /ApplyDir D:\ from the command prompt??I newer get any further than the recovery console, no real installation starts, prompting me for the edition (like this: hxxp://cdn.blogsdna.com/wp-content/uploads/2009/07/windows-7-all-sku-editions.png) - is that on purpose?

    Thank you all in advance, i feel dumb for asking this question. Everyone on several sites go "thanks for the upload", "great with all these editions in one", etc, but NO ONE answers the "how do i install this"-questions......:confused:

    The dream is to have a single USB with all the mose used editions on it :)
    Once again, thanks to everyone who use their time to make this possible! :worthy:

    Kind Regards
    TwinA
     
  8. handy_vengeance

    handy_vengeance MDL Novice

    Jul 8, 2013
    8
    0
    0
    Hey Murphy

    I was wondering if you could help me. I want to install 2 different windows 8.1 version on 1 ssd would that work?
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    Sometimes they group updates, so when you download them, it downloads both. They don't list them correctly on the Windows Update. Don't worry, it won't actually double-integrate them.

    It's quite a process actually. You have to get the partitioning done correctly.
    Then you apply an image. Then you run reagentc or winrecfg to set the boot data.
    Then you reboot and it will detect the hardware stuff and build the HAL.
    When it's done, you'll get greeted by the user setup screen.

    If you want all that stuff done for you I've got a superaio v5 on TPB. It includes my dispart/apply script v1.2.5.
    You can check out that script in the scripting section.

    It will work, but you might have problems installing using the default setup. I don't remember if I've tried it.
    If you manually apply the images and such it would get past the problems.
    I could also direct you to the diskpart/apply script.
    It handles multi-boot fairly well.
     
  10. jgbc3d

    jgbc3d MDL Novice

    Jan 10, 2014
    8
    1
    0
    WHY, WHY did you split the install.wim
     
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    340
    Would highly guess to make it fit on a FAT32 formatted usb-device :g:. That nasty UEFI/Secure Boot requirement, you know.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    #612 murphy78, Oct 14, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    UEFI support for USB flash drives. Fat32 format requires 4gig or smaller chunks.
    If you really need to work with the wim, just export the wim to a new file:
    Code:
    dism /export-image /sourceimagefile:c:\winaio\sources\install.swm /swmfile:c:\winaio\sources\install*.swm /sourceindex:1 /destinationimagefile:c:\temp\install.wim
     
  13. jgbc3d

    jgbc3d MDL Novice

    Jan 10, 2014
    8
    1
    0
    Yeah I try but my DISM doesnt have that command, and I dont want to download another 4 gb
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    340
    Maybe you elaborate which Deployment Tools you downloaded and how you used it. Mentioned Deployment Tools are all that is needed, they are only several MB. No need to download the PE Files.

    When the Tools are installed they have their own Command Prompt (under Windows Kits in Start Menu or All Apps on Start screen) which must be used.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. jgbc3d

    jgbc3d MDL Novice

    Jan 10, 2014
    8
    1
    0
    yes got that, I just want the necessary tools so I can execute DISM commands to merge swm files without download so many Bytes...and dunno where to get those
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. jgbc3d

    jgbc3d MDL Novice

    Jan 10, 2014
    8
    1
    0
    GREAT! I didnt look for that option before....now I have the commands
     
  18. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,743
    772
    60
    Hey Murphy78,
    Just tried this today. 74 cab files for 66.8mb under Win8.1 Pro. Doesn't seem right.
    Any thoughts??
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    most or all those cab files are express, only WU can use them
     
  20. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    Just ignore that advice.
    There might be a way to rename things and such, but it's more complicated than it's worth.
    Just do the standard download links and vm testing wuapp stuff.