Q: How to integrate Windows Update and Language Pack to Installation Media by DISM

Discussion in 'Windows 8' started by moderate, Nov 19, 2012.

  1. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,472
    92,660
    340
    #2 abbodi1406, Nov 20, 2012
    Last edited by a moderator: Apr 20, 2017
    A1:
    1- extract the ISO contents to C:\ISO, move updates to C:\MSU and langpack to C:\Lang
    2- Goto Start menu > Windows Kits >.. and run "Deployment and Imaging Tools Environment" as administrator
    3- assuming you want to add french language as example enter the following commands (replace fr-fr with your desired language):
    Code:
    md C:\mount
    md C:\recovery
    DISM /Mount-Wim /WimFile:C:\ISO\sources\boot.wim /index:1 /MountDir:C:\mount
    dism /image:C:\mount /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\lp.cab"
    Dism /unmount-WIM /MountDir:C:\mount /Commit
    DISM /Mount-Wim /WimFile:C:\ISO\sources\boot.wim /index:2 /MountDir:C:\mount
    dism /image:C:\mount /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\lp.cab"
    dism /image:C:\mount /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\WinPE-setup_fr-fr.cab"
    dism /image:C:\mount /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\WinPE-setup-client_fr-fr.cab"
    dism /image:C:\mount /Gen-LangINI /distribution:C:\mount
    Dism /unmount-WIM /MountDir:C:\mount /Commit
    DISM /Mount-Wim /WimFile:C:\ISO\sources\install.wim /index:1 /MountDir:C:\mount
    dism /image:C:\mount /enable-Feature /Featurename:NetFx3 /Source:C:\ISO\sources\sxs
    dism /image:C:\mount /enable-Feature /Featurename:TelnetClient /Featurename:SimpleTCP
    dism /image:C:\mount /Add-Package:"C:\Lang\00-lp_win8_x64.cab"
    DISM /Mount-Wim /WimFile:C:\mount\Windows\System32\Recovery\winre.wim /index:1 /MountDir:C:\recovery
    dism /image:C:\recovery /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\lp.cab"
    dism /image:C:\recovery /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\WinPE-Rejuv_fr-fr.cab"
    dism /image:C:\recovery /Add-Package:"C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\fr-fr\WinPE-SRT_fr-fr.cab"
    Dism /unmount-WIM /MountDir:C:\recovery /Commit
    DEL /S /F /Q C:\mount\Windows\System32\Recovery\winre.wim
    REN C:\mount\Windows\System32\Recovery\winre2.wim winre.wim
    dism /image:C:\mount /Gen-LangINI /Distribution:C:\ISO
    DISM /image:C:\mount /Add-Package /PackagePath:C:\MSU
    Dism /unmount-WIM /MountDir:C:\mount /Commit
    DISM /Export-Image /SourceImageFile:C:\ISO\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\ISO\sources\install2.wim /Compress:max
    DEL /S /F /Q C:\ISO\sources\install.wim
    REN C:\ISO\sources\install2.wim install.wim
    DISM /Export-Image /SourceImageFile:C:\ISO\sources\boot.wim /SourceIndex:1 /DestinationImageFile:C:\ISO\sources\boot2.wim /Compress:max /Bootable
    DISM /Export-Image /SourceImageFile:C:\ISO\sources\boot.wim /SourceIndex:2 /DestinationImageFile:C:\ISO\sources\boot2.wim /Compress:max /Bootable
    DEL /S /F /Q C:\ISO\sources\boot.wim
    REN C:\ISO\sources\boot2.wim boot.wim
    as for OSCDIMG commands.. i never used it :D
    you can just add the updated install.wim to the original iso and sae it as new one (using ultraiso or poweriso.. etc.)

    A2: No.

    A3: I do not know because i never used it :D

    A4: not sure.. Try add them to the updates folder

    A5: I already included the commands to enable them in the above
    NetFx3 installation files is found in the iso itself
     
  3. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #3 moderate, Nov 20, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thanks for your time. :)

    I've revealed, where I was doing an error...

    I use OSCDIMG for burning as follows:

    Code:
    oscdimg -bC:\ISO\boot\etfsboot.com -h -u2 -m -lwin8 C:\ISO\ C:\win8.iso
    Files are in C:\ISO
    Disk label is: win8
    ISO name is: win8.iso (located in C:\ )
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,472
    92,660
    340
    you are welcome
    and thanks for the OSCDIMG info :p
     
  5. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #5 moderate, Nov 21, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I also have these files (Data Deduplication Feature):
    Code:
    Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab
    Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab
    Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab
    Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab
    Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab
    Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab
    and run these two commands AFTER the install:
    Code:
    dism /online /add-package /packagepath:Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab /packagepath:Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab /packagepath:Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab /packagepath:Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab /packagepath:Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab /packagepath:Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab
    
    Code:
    dism /online /enable-feature /featurename:Dedup-Core /all
    Could you post the procedure again with this data deduplication feature integrated...?
    ...again I am doing an error somewhere...
    Thanks...
     
  6. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,590
    60
    It is sad that I made my MUI (French + English) DVD prior knowing that .NET 3.5 was not enabled by default. I can't add the .NET 3.5 feature using the SXS folder AFTER applying the language pack. I have to redo it all.

    So, add language at the end!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,590
    60
    Also, I do not reccomend to edit WINRE.WIM from ALL image index, since they will have different timestamp. I reccomend to update one WINRE image and overwrite the other WINRE by the new one. Install.WIM will be smaller doing that and it will be faster since language pack will be added only once in WINRE.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #9 moderate, Nov 24, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    OK, so I added these two lines (between another two existing ones) to your listing (also changed C:\Lang to C:\Pack) to achieve Data Deduplication feature:

    Code:
    dism /image:C:\mount /Add-Package:"C:\Pack\00-lp_win8_x64.cab"
    
    dism /image:C:\mount /add-package /packagepath:"C:\Pack\Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab" /packagepath:"C:\Pack\Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab" /packagepath:"C:\Pack\Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab" /packagepath:"C:\Pack\Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab" /packagepath:"C:\Pack\Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~~6.2.9200.16384.cab" /packagepath:"C:\Pack\Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.cab"
    
    dism /image:C:\mount /enable-feature /featurename:Dedup-Core /all
    
    DISM /Mount-Wim /WimFile:C:\mount\Windows\System32\Recovery\winre.wim /index:1 /MountDir:C:\recovery
    
     
  9. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #10 moderate, Apr 26, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    There should be line:
    Code:
    DISM /Export-Image /SourceImageFile:C:\mount\Windows\System32\Recovery\winre.wim /SourceIndex:1 /DestinationImageFile:C:\mount\Windows\System32\Recovery\winre2.wim /Compress:max /Bootable
    ...just before corresponding DEL and REN:
    Code:
    DEL /S /F /Q C:\mount\Windows\System32\Recovery\winre.wim
    REN C:\mount\Windows\System32\Recovery\winre2.wim winre.wim
     
  10. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #11 moderate, Apr 26, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Another thing:

    On my config just after main setup W8 does nVidia drivers silent install (actually quite unpleasant and buggy, if user does restart for example in the middle of the silent install). This can be avoided by integrating nVidia drivers like:

    Code:
    Dism /Image:C:\mount /Add-Driver /Driver:C:\Pack\nVidia_v320-00 /Recurse
    Place it just after the line:
    Code:
    DISM /image:C:\mount /Add-Package /PackagePath:C:\MSU
    Just extract:
    -3D vision USB
    -HDAudio
    -Desktop or Notebook (or both) main graphic drivers
    from the nVidia's EXE...
     
  11. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,940
    120
    Many thanks for your contribution, I followed all the given instructions, it worked perfectly. :)
     
  12. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #13 moderate, Apr 28, 2013
    Last edited: Apr 28, 2013
    (OP)
    Hey. who deleted my post/question about SetupComplete.cmd from here? :)
     
  13. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #14 moderate, Apr 28, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    OK, there is more info:

    Current update list WITHOUT OBSOLETE SUPERCEDED UPDATES (with exception of KB2770407 - explained), what will make your installation up-to-date (2013-04-26):
    Region: Universal (with exception of KB976002 - Region: Europe - explained) (However you localized version could detect another updates. (For example Italian will, English will not, Czech will not, etc).)
    Plaform: x64 (x32 contains additional KB2788261.msu. (It is part of KB2779768 "Pack-Update".))

    Code:
    06. 12. 2012  08:00         6˙263˙015 AMD64-all-windows6.2-kb2779444-x64_31067bc12a9c198e71ed1d3319372ddc645e1331.msu
    24. 10. 2012  22:49           293˙554 AMD64-all-windows8-rt-kb2727528-x64_b3763ac3ab99159ab68ae2967b33d8d3bfdaf5e9.msu
    19. 12. 2012  03:54           662˙983 AMD64-all-windows8-rt-kb2753842-v2-x64_1287425c7410d86b10874e8d666dbb32deb45e42.msu
    25. 09. 2012  17:56       170˙699˙203 AMD64-all-windows8-rt-kb2756872-x64_99dcb07efbf01d02bc5e8a2d49ec1dddfd786dfb.msu
    10. 12. 2012  19:05         2˙882˙911 AMD64-all-windows8-rt-kb2757638-x64_d93a5c3fcf03a818a9c3fe4cce3a291d6971a136.msu
    09. 11. 2012  20:05        11˙507˙984 AMD64-all-windows8-rt-kb2758246-v2-x64_8c895cccd44b73e35a9ec21baaa9a03c64291e62.msu
    02. 10. 2012  01:12         7˙228˙798 AMD64-all-windows8-rt-kb2761094-x64_7f31aa2f3ba35dae806363e88c3757776b4a7266.msu
    05. 10. 2012  17:34           439˙787 AMD64-all-windows8-rt-kb2764870-x64_196e3394e91fb46f536181406fe4e533d3c64b07.msu
    11. 10. 2012  02:24         2˙163˙995 AMD64-all-windows8-rt-kb2768703-x64_ea0c9327c31c432f34e55dd1f20b21c8bab09a84.msu
    08. 11. 2012  00:59           606˙778 AMD64-all-windows8-rt-kb2769034-x64_74963261f6ac8262e5d97831e11d25ad12fa8043.msu
    08. 11. 2012  00:14       170˙445˙900 AMD64-all-windows8-rt-kb2769165-x64_d432d9c2c6a98027997e11f4a46fa7176b086eb7.msu
    19. 10. 2012  20:24         9˙573˙316 AMD64-all-windows8-rt-kb2770407-x64_ad4377f3da8b437e70d33f1a5de4a526c319a976.msu
    20. 11. 2012  07:38           689˙769 AMD64-all-windows8-rt-kb2770660-x64_6a0d84e5053592949f2ca469a056568d45b5ec9c.msu
    09. 11. 2012  19:55        94˙873˙701 AMD64-all-windows8-rt-kb2770917-x64_ef1d536e13e6ae7b8bcc05d3d3f9ba2c697249d3.msu
    09. 11. 2012  20:10         6˙106˙432 AMD64-all-windows8-rt-kb2771744-x64_c3d1c492b69cd4732ba1232c21d4fc092181c0db.msu
    09. 11. 2012  20:06         5˙013˙587 AMD64-all-windows8-rt-kb2771821-x64_ec9d73d97ae36fa87b60861912e1fc58d43f8987.msu
    09. 11. 2012  20:07        26˙116˙161 AMD64-all-windows8-rt-kb2777166-x64_59075f8bbea5d61cc5169aa4491ea59bfd72d834.msu
    21. 11. 2012  01:54           415˙402 AMD64-all-windows8-rt-kb2777294-x64_2826225055238216a6fb0d25f3ed0a0513984c15.msu
    09. 11. 2012  20:04         2˙913˙630 AMD64-all-windows8-rt-kb2778171-x64_3a2d136ca84d8c3f733d28e674300f13d353b55c.msu
    15. 11. 2012  02:27           684˙972 AMD64-all-windows8-rt-kb2779562-x64_c61c252bf8dcc44fa22717b387fb2b2f1d1c1324.msu
    06. 12. 2012  08:24        56˙925˙344 AMD64-all-windows8-rt-kb2779768-x64_320cfc3618baf1b66446b555015c5b1ca642fe4d.msu
    09. 11. 2012  20:07         4˙058˙216 AMD64-all-windows8-rt-kb2780342-x64_3310dc3db720580949762fe51434312333227af6.msu
    09. 11. 2012  20:07           468˙189 AMD64-all-windows8-rt-kb2780523-x64_403fdbdd029aaa160f9d25e5092940b2ad4a595e.msu
    26. 03. 2013  23:04         6˙247˙437 AMD64-all-windows8-rt-kb2781197-v2-x64_1e747e31b6601fbc0e73a3112c03f8a5c90736b5.msu
    06. 12. 2012  08:30         1˙394˙525 AMD64-all-windows8-rt-kb2782419-x64_4046083b5d6f4d0b6cc4ec6e2ec34a354616dd7e.msu
    06. 12. 2012  08:30         1˙643˙007 AMD64-all-windows8-rt-kb2783251-x64_c4f3e095a99ca3c9ee573601531e42f1edf55ced.msu
    06. 12. 2012  08:30         4˙389˙375 AMD64-all-windows8-rt-kb2784160-x64_0acd22f8685c2e941fedcea57aa266a40b8bbabd.msu
    01. 01. 2013  06:22        30˙285˙460 AMD64-all-windows8-rt-kb2785094-x64_ed0adb4656b00ab5a57f7a0f3fbe10283587ce83.msu
    10. 12. 2012  20:01           289˙693 AMD64-all-windows8-rt-kb2785220-x64_4dffc4b440c891a75889db77fd8a22c48aab5615.msu
    01. 01. 2013  06:26         2˙832˙219 AMD64-all-windows8-rt-kb2788350-x64_682284a3e958fd10f6014d27b4235747e078dd34.msu
    05. 02. 2013  22:48         1˙278˙872 AMD64-all-windows8-rt-kb2790655-x64_5a2a69c3cee2e03bd70a9dd5255d68c2dc5b23c3.msu
    21. 02. 2013  01:24         2˙119˙383 AMD64-all-windows8-rt-kb2790907-x64_5ac0762da9b49a60350caa27dec341bfb3d1b220.msu
    01. 01. 2013  06:26         2˙295˙585 AMD64-all-windows8-rt-kb2790920-x64_f9230a00844671aa7ece13d1cb23dd5a32afdf6a.msu
    01. 01. 2013  06:26           331˙200 AMD64-all-windows8-rt-kb2792009-x64_f7385e6fe33c43f0213a49dc4bd3590246dae54d.msu
    05. 02. 2013  19:31        27˙779˙902 AMD64-all-windows8-rt-kb2795944-x64_6dfdb6ac79bfa0bb26c2943473c06b5a995338fb.msu
    03. 04. 2013  02:57         1˙108˙827 AMD64-all-windows8-rt-kb2800033-x64_b496f4fe722c97a7a9ddab186656b8e6f9de9844.msu
    04. 03. 2013  06:39           978˙651 AMD64-all-windows8-rt-kb2800088-x64_4ea07024fee24068bf65727f2f0df8afec2b9cb7.msu
    05. 02. 2013  19:34         1˙709˙051 AMD64-all-windows8-rt-kb2803676-x64_5d6100cfda9ca1f5edbc78093c95a86d95f008a7.msu
    20. 02. 2013  10:56           272˙194 AMD64-all-windows8-rt-kb2807986-x64_909a7fad245a0fc93ebac1ee8eedf40eb25c79b5.msu
    28. 03. 2013  20:17         2˙514˙502 AMD64-all-windows8-rt-kb2808735-x64_fe21c13c53b830f5e5898e1d6c93eb6707572f85.msu
    04. 03. 2013  06:39        21˙644˙934 AMD64-all-windows8-rt-kb2811660-x64_8b4a2b7a82cea25cdc64564f784f61545439548d.msu
    04. 03. 2013  06:39         1˙710˙149 AMD64-all-windows8-rt-kb2812829-x64_bb8aebfe478a7c488619115e3d9146ca08105aec.msu
    20. 03. 2013  02:41         4˙067˙663 AMD64-all-windows8-rt-kb2813170-x64_4821a7b0b5c14351afbc5a76b7f44af96c628881.msu
    04. 03. 2013  06:41         2˙508˙543 AMD64-all-windows8-rt-kb2815769-x64_6f64e5db5129b92efa25ad5ef30ae50cfcc8af4e.msu
    29. 03. 2013  02:44        37˙008˙736 AMD64-all-windows8-rt-kb2817183-x64_f453f2082232163af91e6c037f310c7b30fd67d2.msu
    03. 04. 2013  02:59        47˙563˙433 AMD64-all-windows8-rt-kb2822241-x64_14af513717b08c60e445ef158c39fb0e174272c5.msu
    08. 03. 2013  00:47           510˙125 AMD64-all-windows8-rt-kb2823233-x64_b9aa0d9e9ac34054c9b02e99f0e94f5da525540d.msu
    03. 04. 2013  02:59           653˙699 AMD64-all-windows8-rt-kb2823516-x64_cab7251bd954cf71bfda03232f44e6cf36047080.msu
    04. 04. 2013  06:54        18˙478˙564 AMD64-all-windows8-rt-kb2833510-x64_9dbdc89920f7011b35de655a29d219656fa982ac.msu
    28. 08. 2012  01:41           683˙681 AMD64-all-windows8-rt-kb976002-x64_14ac69dd58c574699fabc013e8227b215a1257c5.msu
    11. 12. 2012  02:30        13˙234˙448 AMD64_ARM_X86-all-windows8-rt-kb2742614-x64_575a9cd9a10e630d07bbaded3e648d05a740ba70.msu
    10. 12. 2012  22:05           509˙110 AMD64_IA64_X86-all-windows8-rt-kb2736693-x64_fa7526cc57db70d12fffd587a6ac1f7c26f04098.msu
    10. 12. 2012  21:59         5˙194˙299 AMD64_IA64_X86-all-windows8-rt-kb2756923-x64_548b09e94040b34009c23244ab5779131dd1da22.msu
    24. 01. 2013  01:44         5˙145˙486 AMD64_IA64_X86-all-windows8-rt-kb2789650-x64_60d29417df6e4af5b9359dc01e653e2608544412.msu
    24. 10. 2012  01:36        13˙147˙928 AMD64_X86_IA64-all-windows8-rt-kb2729462-x64_a8fb74fde5430c2bffaf46228ab996a627a7af6c.msu
    01. 01. 2013  05:56        45˙609˙763 ARM_AMD64_X86-all-windows8-rt-kb2750149-x64_644b3c2d0f9b1cb5868487e72c9fd6e73f15c81d.msu
    23. 01. 2013  01:08         3˙009˙582 ARM_AMD64_X86-all-windows8-rt-kb2789649-x64_cf718a128ec7d99dbe800d91795990e3d1ff2260.msu
    24. 10. 2012  22:42         6˙446˙642 ARM_X86_AMD64-all-windows8-rt-kb2737084-x64_1a1b73c30d7bd20b61fc522890a8fd61370ae1bb.msu
    11. 12. 2012  02:25         9˙091˙065 IA64_X86_AMD64-all-windows8-rt-kb2742616-x64_74932b4311e1ea99058dd68ea91912f9651894fe.msu
    15. 11. 2012  02:20        77˙629˙975 X86_IA64_AMD64-all-windows8-rt-kb2769166-x64_2c39208e4fbf5de511c74b4ce6ee43294d76e2a3.msu
    x32 Only (Part of KB2779768) (I didn't investigated it closely, so maybe there are others "x32-Only" like this one. I also didn't tested to integrate this to x32 OS Installation Disk.):
    Code:
    06. 12. 2012  08:14           246˙004 X86-all-windows8-rt-kb2788261-x86_544eab304ed46f302da3a8033df51a3bdc56009e.msu
    Notes:
    1. KB976002 - This is Browser Ballot Metro App for ESU (European Socialist Union). New Metro app will appear with "Choose browser" menu.
    2. KB2770407 - This was already superceded by "Pack-Update" KB2770917, but KB976002 mentioned in 1. will install it before KB2770917 gets chance to be installed, so it always was in updates-history list. (KB2770407 will download together with KB976002 from MS Update Catalog.) So I've put it in there (above). W8 installation will decide itself, if it is obsolete or not.
    3. KB2771431 - Although it is classic MSU, it can't be integrated (DISM reports an error, that some expected file isn't there in the MSU or target system.), so it is not included above. (Probably) use SetupComplete.cmd instead. (I don't know, if this CMD will run MSU however.) It is 10MB, so it is small. Of course this (and those below) can be conventionally installed by Windows Update after the W8 installation and it will be installed correctly without any errors from there.
    4. KB2772501 - It is EXE (fixiepropschema.exe), use SetupComplete.cmd instead. It is rather fix (Fix_IE_Property_Schema).
    5. One part (from four, rest are three MSUs included above) of KB2756872 - It is EXE (delmigprov.exe), use SetupComplete.cmd instead. It is probably unnecessary, since it is intended for correction of structure (Delete_Migrated_Profile) inherited from upgrading from previous Windows versions, but let W8 installation decide itself.
    6. KB890830 - Windows Malicious Software Removal Tool - They are two EXEs (v4-19.exe and v4-19_delta.exe), use SetupComplete.cmd instead for v4-19.exe. Probably (somebody please confirm this) it isn't wise to run both, since "delta" is certainly incremental update from previous version.
    7. One of those "Pack-Updates" (KB2779768) has another 5th part (KB2788261) MSU file not listed above in x64 (other four parts MSUs are included above) since it is ONLY for x32 and it doesn't exist for x64. You will retrieve it from MS Update Catalog with this "Pack-Update". If you have x32 OS, download it with that "Pack-Update" (as another part of it) and add it to list above.
     
  14. TulTang

    TulTang MDL Novice

    Jul 31, 2011
    32
    9
    0
    #15 TulTang, Apr 29, 2013
    Last edited by a moderator: Apr 20, 2017
    Just to give additional command of oscdimg to make Multi-Firmware Bootable DVD...

    Code:
    
    Oscdimg -m -h -u2 -udfver102 -bootdata:3#p0,e,b<Path to etfsboot.com>\etfsboot.com#pEF,e,b<Path to efisys.bin>\Efisys.bin#p0,e,b<Path to efisys.bin>\Efisys.bin -lwin8 C:\ISO\ "C:\win8allfirmware.iso"
    
    
    This is to boot only one DVD from computer with followed firmware:
    1. BIOS
    2. UEFI
    3. Itanium

    Hope this help. ☺
     
  15. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #16 moderate, May 20, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Update 2013-05-20 of "Current updates list (MSU suitable for integration only)":

    Code:
    06. 12. 2012  08:00         6˙263˙015 AMD64-all-windows6.2-kb2779444-x64_31067bc12a9c198e71ed1d3319372ddc645e1331.msu
    24. 10. 2012  22:49           293˙554 AMD64-all-windows8-rt-kb2727528-x64_b3763ac3ab99159ab68ae2967b33d8d3bfdaf5e9.msu
    19. 12. 2012  03:54           662˙983 AMD64-all-windows8-rt-kb2753842-v2-x64_1287425c7410d86b10874e8d666dbb32deb45e42.msu
    25. 09. 2012  17:56       170˙699˙203 AMD64-all-windows8-rt-kb2756872-x64_99dcb07efbf01d02bc5e8a2d49ec1dddfd786dfb.msu
    10. 12. 2012  19:05         2˙882˙911 AMD64-all-windows8-rt-kb2757638-x64_d93a5c3fcf03a818a9c3fe4cce3a291d6971a136.msu
    09. 11. 2012  20:05        11˙507˙984 AMD64-all-windows8-rt-kb2758246-v2-x64_8c895cccd44b73e35a9ec21baaa9a03c64291e62.msu
    02. 10. 2012  01:12         7˙228˙798 AMD64-all-windows8-rt-kb2761094-x64_7f31aa2f3ba35dae806363e88c3757776b4a7266.msu
    05. 10. 2012  17:34           439˙787 AMD64-all-windows8-rt-kb2764870-x64_196e3394e91fb46f536181406fe4e533d3c64b07.msu
    11. 10. 2012  02:24         2˙163˙995 AMD64-all-windows8-rt-kb2768703-x64_ea0c9327c31c432f34e55dd1f20b21c8bab09a84.msu
    08. 11. 2012  00:59           606˙778 AMD64-all-windows8-rt-kb2769034-x64_74963261f6ac8262e5d97831e11d25ad12fa8043.msu
    08. 11. 2012  00:14       170˙445˙900 AMD64-all-windows8-rt-kb2769165-x64_d432d9c2c6a98027997e11f4a46fa7176b086eb7.msu
    19. 10. 2012  20:24         9˙573˙316 AMD64-all-windows8-rt-kb2770407-x64_ad4377f3da8b437e70d33f1a5de4a526c319a976.msu
    20. 11. 2012  07:38           689˙769 AMD64-all-windows8-rt-kb2770660-x64_6a0d84e5053592949f2ca469a056568d45b5ec9c.msu
    09. 11. 2012  19:55        94˙873˙701 AMD64-all-windows8-rt-kb2770917-x64_ef1d536e13e6ae7b8bcc05d3d3f9ba2c697249d3.msu
    09. 11. 2012  20:10         6˙106˙432 AMD64-all-windows8-rt-kb2771744-x64_c3d1c492b69cd4732ba1232c21d4fc092181c0db.msu
    09. 11. 2012  20:06         5˙013˙587 AMD64-all-windows8-rt-kb2771821-x64_ec9d73d97ae36fa87b60861912e1fc58d43f8987.msu
    09. 11. 2012  20:07        26˙116˙161 AMD64-all-windows8-rt-kb2777166-x64_59075f8bbea5d61cc5169aa4491ea59bfd72d834.msu
    21. 11. 2012  01:54           415˙402 AMD64-all-windows8-rt-kb2777294-x64_2826225055238216a6fb0d25f3ed0a0513984c15.msu
    09. 11. 2012  20:04         2˙913˙630 AMD64-all-windows8-rt-kb2778171-x64_3a2d136ca84d8c3f733d28e674300f13d353b55c.msu
    06. 12. 2012  08:24        56˙925˙344 AMD64-all-windows8-rt-kb2779768-x64_320cfc3618baf1b66446b555015c5b1ca642fe4d.msu
    09. 11. 2012  20:07         4˙058˙216 AMD64-all-windows8-rt-kb2780342-x64_3310dc3db720580949762fe51434312333227af6.msu
    09. 11. 2012  20:07           468˙189 AMD64-all-windows8-rt-kb2780523-x64_403fdbdd029aaa160f9d25e5092940b2ad4a595e.msu
    26. 03. 2013  23:04         6˙247˙437 AMD64-all-windows8-rt-kb2781197-v2-x64_1e747e31b6601fbc0e73a3112c03f8a5c90736b5.msu
    06. 12. 2012  08:30         1˙394˙525 AMD64-all-windows8-rt-kb2782419-x64_4046083b5d6f4d0b6cc4ec6e2ec34a354616dd7e.msu
    06. 12. 2012  08:30         1˙643˙007 AMD64-all-windows8-rt-kb2783251-x64_c4f3e095a99ca3c9ee573601531e42f1edf55ced.msu
    06. 12. 2012  08:30         4˙389˙375 AMD64-all-windows8-rt-kb2784160-x64_0acd22f8685c2e941fedcea57aa266a40b8bbabd.msu
    01. 01. 2013  06:22        30˙285˙460 AMD64-all-windows8-rt-kb2785094-x64_ed0adb4656b00ab5a57f7a0f3fbe10283587ce83.msu
    10. 12. 2012  20:01           289˙693 AMD64-all-windows8-rt-kb2785220-x64_4dffc4b440c891a75889db77fd8a22c48aab5615.msu
    01. 01. 2013  06:26         2˙832˙219 AMD64-all-windows8-rt-kb2788350-x64_682284a3e958fd10f6014d27b4235747e078dd34.msu
    05. 02. 2013  22:48         1˙278˙872 AMD64-all-windows8-rt-kb2790655-x64_5a2a69c3cee2e03bd70a9dd5255d68c2dc5b23c3.msu
    01. 01. 2013  06:26         2˙295˙585 AMD64-all-windows8-rt-kb2790920-x64_f9230a00844671aa7ece13d1cb23dd5a32afdf6a.msu
    01. 01. 2013  06:26           331˙200 AMD64-all-windows8-rt-kb2792009-x64_f7385e6fe33c43f0213a49dc4bd3590246dae54d.msu
    05. 02. 2013  19:31        27˙779˙902 AMD64-all-windows8-rt-kb2795944-x64_6dfdb6ac79bfa0bb26c2943473c06b5a995338fb.msu
    22. 04. 2013  22:51        24˙707˙128 AMD64-all-windows8-rt-kb2798162-x64_4de851a09d21976761466ff399646574e6711a4a.msu
    03. 04. 2013  02:57         1˙108˙827 AMD64-all-windows8-rt-kb2800033-x64_b496f4fe722c97a7a9ddab186656b8e6f9de9844.msu
    04. 03. 2013  06:39           978˙651 AMD64-all-windows8-rt-kb2800088-x64_4ea07024fee24068bf65727f2f0df8afec2b9cb7.msu
    05. 02. 2013  19:34         1˙709˙051 AMD64-all-windows8-rt-kb2803676-x64_5d6100cfda9ca1f5edbc78093c95a86d95f008a7.msu
    06. 05. 2013  20:45         3˙220˙611 AMD64-all-windows8-rt-kb2805966-v3-x64_4284c017fdcc53ca9e5304e291a5e89a204ba32e.msu
    20. 02. 2013  10:56           272˙194 AMD64-all-windows8-rt-kb2807986-x64_909a7fad245a0fc93ebac1ee8eedf40eb25c79b5.msu
    28. 03. 2013  20:17         2˙514˙502 AMD64-all-windows8-rt-kb2808735-x64_fe21c13c53b830f5e5898e1d6c93eb6707572f85.msu
    04. 03. 2013  06:39        21˙644˙934 AMD64-all-windows8-rt-kb2811660-x64_8b4a2b7a82cea25cdc64564f784f61545439548d.msu
    04. 03. 2013  06:39         1˙710˙149 AMD64-all-windows8-rt-kb2812829-x64_bb8aebfe478a7c488619115e3d9146ca08105aec.msu
    04. 03. 2013  06:41         2˙508˙543 AMD64-all-windows8-rt-kb2815769-x64_6f64e5db5129b92efa25ad5ef30ae50cfcc8af4e.msu
    01. 05. 2013  20:27           216˙888 AMD64-all-windows8-rt-kb2820197-x64_16eb12f3278cdaef97fc91535642080bfeff09d5.msu
    06. 05. 2013  21:50         2˙121˙245 AMD64-all-windows8-rt-kb2820330-x64_1a09f1fdaad4bcb9b32f556f08bc5a880d402777.msu
    03. 04. 2013  02:59        47˙563˙433 AMD64-all-windows8-rt-kb2822241-x64_14af513717b08c60e445ef158c39fb0e174272c5.msu
    08. 03. 2013  00:47           510˙125 AMD64-all-windows8-rt-kb2823233-x64_b9aa0d9e9ac34054c9b02e99f0e94f5da525540d.msu
    03. 04. 2013  02:59           653˙699 AMD64-all-windows8-rt-kb2823516-x64_cab7251bd954cf71bfda03232f44e6cf36047080.msu
    23. 04. 2013  00:34           665˙341 AMD64-all-windows8-rt-kb2829254-x64_2d93045bf8dbf2dba2efdc8155dc1fd056f23e0f.msu
    23. 04. 2013  00:48         4˙061˙157 AMD64-all-windows8-rt-kb2829361-x64_4f5af380ef512caa6e0ac237c1546223b496d2a7.msu
    23. 04. 2013  18:57        37˙081˙210 AMD64-all-windows8-rt-kb2829530-x64_0305ff1e82f9ce9e813afcc5f22d0f5b90ada8b2.msu
    23. 04. 2013  00:42         1˙190˙653 AMD64-all-windows8-rt-kb2830290-x64_05a139f7d5c36969fe22866ffea57bb67a74b198.msu
    06. 05. 2013  22:02        65˙578˙786 AMD64-all-windows8-rt-kb2836988-x64_1b1bd7ec9fa8f77f02377c2e9e12701e14e73388.msu
    09. 05. 2013  21:00        18˙491˙852 AMD64-all-windows8-rt-kb2837385-x64_fa232ddd1f0c153be12a9c2ca660e28e00884584.msu
    28. 08. 2012  01:41           683˙681 AMD64-all-windows8-rt-kb976002-x64_14ac69dd58c574699fabc013e8227b215a1257c5.msu
    11. 12. 2012  02:30        13˙234˙448 AMD64_ARM_X86-all-windows8-rt-kb2742614-x64_575a9cd9a10e630d07bbaded3e648d05a740ba70.msu
    10. 12. 2012  22:05           509˙110 AMD64_IA64_X86-all-windows8-rt-kb2736693-x64_fa7526cc57db70d12fffd587a6ac1f7c26f04098.msu
    10. 12. 2012  21:59         5˙194˙299 AMD64_IA64_X86-all-windows8-rt-kb2756923-x64_548b09e94040b34009c23244ab5779131dd1da22.msu
    24. 01. 2013  01:44         5˙145˙486 AMD64_IA64_X86-all-windows8-rt-kb2789650-x64_60d29417df6e4af5b9359dc01e653e2608544412.msu
    22. 04. 2013  22:40         7˙262˙685 AMD64_X86_ARM-all-windows8-rt-kb2804583-x64_21799165ad92b33f07404d903d3f02d0701dc081.msu
    06. 05. 2013  20:54        21˙095˙336 AMD64_X86_ARM-all-windows8-rt-kb2805227-x64_6f184926d1f9b3e70ef2c3400479c6fc7df69b71.msu
    24. 10. 2012  01:36        13˙147˙928 AMD64_X86_IA64-all-windows8-rt-kb2729462-x64_a8fb74fde5430c2bffaf46228ab996a627a7af6c.msu
    01. 01. 2013  05:56        45˙609˙763 ARM_AMD64_X86-all-windows8-rt-kb2750149-x64_644b3c2d0f9b1cb5868487e72c9fd6e73f15c81d.msu
    23. 01. 2013  01:08         3˙009˙582 ARM_AMD64_X86-all-windows8-rt-kb2789649-x64_cf718a128ec7d99dbe800d91795990e3d1ff2260.msu
    24. 10. 2012  22:42         6˙446˙642 ARM_X86_AMD64-all-windows8-rt-kb2737084-x64_1a1b73c30d7bd20b61fc522890a8fd61370ae1bb.msu
    22. 04. 2013  22:49           512˙175 IA64_AMD64_X86-all-windows8-rt-kb2804584-x64_30fdd1e939f082e462fa2287b71ddd6d01be7db6.msu
    11. 12. 2012  02:25         9˙091˙065 IA64_X86_AMD64-all-windows8-rt-kb2742616-x64_74932b4311e1ea99058dd68ea91912f9651894fe.msu
    08. 05. 2013  01:48        34˙659˙439 X86_ARM_AMD64-all-windows8-rt-kb2805222-x64_f2549d429376730cdf5782250d417add0db44741.msu
    15. 11. 2012  02:20        77˙629˙975 X86_IA64_AMD64-all-windows8-rt-kb2769166-x64_2c39208e4fbf5de511c74b4ce6ee43294d76e2a3.msu
    
    I've also integrated these INF drivers (alert me, if you have newer versions):
    Code:
    20. 05. 2013  09:53    <DIR>          A4Tech X5-70MD USB HID-Compliant Mouse v6-00-6002-0
    20. 05. 2013  09:53    <DIR>          Acer AL1916 v1-0-0-0
    20. 05. 2013  09:53    <DIR>          Acer AL2023 v1-2-0-0
    20. 05. 2013  09:53    <DIR>          Acer AL2723W v1-1-0-0
    20. 05. 2013  09:53    <DIR>          ADI SupremeFX X-Fi SoundMAX Integrated Digital HD Audio v6-10-2-6600
    20. 05. 2013  09:53    <DIR>          ATK0110 ACPI Utility v1043-6-0-0
    20. 05. 2013  09:53    <DIR>          Axesstel 3G CDMA Modem v1-0-1-123
    20. 05. 2013  09:53    <DIR>          HP Color LaserJet CM2320fxi MFP v6-2-9200-16430 Scan v3-0-0-1
    20. 05. 2013  09:53    <DIR>          Huawei 3G UMTS Modem v4-25-11-00
    20. 05. 2013  09:53    <DIR>          Intel Centrino Wireless Bluetooth v2-6-23-40059
    20. 05. 2013  09:53    <DIR>          Intel Centrino Wireless Bluetooth v3-1-1306-0354
    20. 05. 2013  09:53    <DIR>          Intel Centrino Wireless WiFi Advanced-N 6235 v15-10-0-11 v16-1-0-14
    20. 05. 2013  09:53    <DIR>          Intel Chipset v9-4-3-1007
    20. 05. 2013  09:53    <DIR>          Intel Management Engine Interface v9-5-10-1580
    20. 05. 2013  09:53    <DIR>          Intel RST Express Chipset SATA AHCI Controller v11-7-4-1001
    20. 05. 2013  09:53    <DIR>          Intel RST Express Chipset SATA AHCI Controller v12-8-0-1016
    20. 05. 2013  09:53    <DIR>          JMicron JMB36X Controller v1-17-65-11
    20. 05. 2013  09:53    <DIR>          JMicron JMB36X Standard Dual Channel PCIE IDE Controller v1-0-0-0
    20. 05. 2013  09:53    <DIR>          Logitech HD Pro Webcam C910 v13-80-853-0
    20. 05. 2013  09:53    <DIR>          Marvell 91xx Console Config Device StorPort v1-2-0-1036
    20. 05. 2013  09:53    <DIR>          Marvell 91xx SATA 6G Controller MiniPort AHCI v1-0-0-1036
    20. 05. 2013  09:53    <DIR>          Marvell 91xx SATA 6G Controller StorPort v1-2-0-1035
    20. 05. 2013  09:53    <DIR>          Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller v12-10-14-3
    20. 05. 2013  09:53    <DIR>          nVidia GeForce GTX 560M 275 v9-18-13-2658 HDAudio v1-3-26-4
    20. 05. 2013  09:53    <DIR>          Razer Reclusa v1-01
    20. 05. 2013  09:53    <DIR>          Realtek High Definition Audio v6-0-1-6971
    20. 05. 2013  09:53    <DIR>          Realtek PCIe GBE Family Controller v8-016-0614-2013
    20. 05. 2013  09:53    <DIR>          Realtek USB v2-0 Card Reader 5139 v6-2-9200-39045
    20. 05. 2013  09:53    <DIR>          Renesas Electronics USB v3-0 Host Controller v2-1-39-0
    20. 05. 2013  09:53    <DIR>          Sentelic Finger Sensing Pad v9-3-7-4
    20. 05. 2013  09:53    <DIR>          VIA USB v3-0 eXtensible Host Controller v6-1-7600-4004
    
    Notes:
    1. KB976002 - This is Browser Ballot Metro App for ESU (European Socialist Union). New Metro app will appear with "Choose browser" menu.
    2. KB2770407 - This was already superceded by "Pack-Update" KB2770917, but KB976002 mentioned in 1. will install it before KB2770917 gets chance to be installed, so it always was in updates-history list. (KB2770407 will download together with KB976002 from MS Update Catalog.) So I've put it in there (above). W8 installation will decide itself, if it is obsolete or not.
    3. KB2771431 - Although it is classic MSU, it can't be integrated (DISM reports an error, that some expected file isn't there in the MSU or target system.), so it is not included above. (Probably) use SetupComplete.cmd instead. (I don't know, if this CMD will run MSU however.) It is 10MB, so it is small. Of course this (and those below) can be conventionally installed by Windows Update after the W8 installation and it will be installed correctly without any errors from there.
    4. KB2772501 - It is EXE (fixiepropschema.exe), use SetupComplete.cmd instead. It is rather fix (Fix_IE_Property_Schema).
    5. One part (from four, rest are three MSUs included above) of KB2756872 - It is EXE (delmigprov.exe), use SetupComplete.cmd instead. It is probably unnecessary, since it is intended for correction of structure (Delete_Migrated_Profile) inherited from upgrading from previous Windows versions, but let W8 installation decide itself.
    6. KB890830 - Windows Malicious Software Removal Tool - They are two EXEs (v4-19.exe and v4-19_delta.exe), use SetupComplete.cmd instead for v4-19.exe. Probably (somebody please confirm this) it isn't wise to run both, since "delta" is certainly incremental update from previous version.
    7. One of those "Pack-Updates" (KB2779768) has another 5th part (KB2788261) MSU file not listed above in x64 (other four parts MSUs are included above) since it is ONLY for x32 and it doesn't exist for x64. You will retrieve it from MS Update Catalog with this "Pack-Update". If you have x32 OS, download it with that "Pack-Update" (as another part of it) and add it to list above.

    x32 Only (Part of KB2779768) (I didn't investigated it closely, so maybe there are others "x32-Only" like this one. I also didn't tested to integrate this to x32 OS Installation Disk.):
    Code:
    06. 12. 2012  08:14           246˙004 X86-all-windows8-rt-kb2788261-x86_544eab304ed46f302da3a8033df51a3bdc56009e.msu