murphy78's Windows 8.1 / Server 2012r2 with Update MSDN iso files

Discussion in 'Windows 8' started by murphy78, Apr 3, 2014.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,495
    92,806
    340
    1) RTM Language pack
    2) Language pack update for Update 1
    3) KB2937592, KB2938439, KB2934018
     
  2. GethDeeo

    GethDeeo MDL Novice

    Jul 24, 2009
    25
    6
    0
    The rest of Update 1 still shows up after booting the image. So basically what's the point having a language pack update combined with Updated ISO, if I have to reapply everything in it if I throw in a language pack?
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,400
    340
    For that reason a fully localized ISO is preferred :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. GethDeeo

    GethDeeo MDL Novice

    Jul 24, 2009
    25
    6
    0
    OK..., how about adding English to that localized ISO? :) I want multilanguage, not "another" language.
    Anyhow, on TechNet page:
    • "Add the Windows 8.1 RTM language pack and then re-apply the update packages, either offline or online. If your PC has limited hard drive space, you might have to add the packages offline and perform all cleanup steps, as described earlier on this page."
    VS
    • "To save time, OEMs can add the Windows 8.1 RTM language pack, and then install the corresponding language pack update for Windows 8.1 Update."

    That second statement is the reason why I bothered with getting the language pack update, but there seems to be no correct order for this :(
     
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    You mean for an install ISO and not just a post-install thing?
    You should know that all the language resources stay on the target drive regardless of language choice.
    The user would have to uninstall the undesirable languages.
     
  6. GethDeeo

    GethDeeo MDL Novice

    Jul 24, 2009
    25
    6
    0
    Yes, I thought I can do this whole thing with an offline image. 8.1 Update ISO from MSDN + second language integrated with WU satisfied. As soon as I add the second language to the offline image, I have to reapply the whole Update (which was already there) as stated on the first bullet point. Now I understand that it is a requirement, because there were no other languages when MS applied the Update, so no other language resources are applied, naturally. But I thought that this "language pack update" they offer helps in my case (offline!).
    For the undesirable language point: I use these images in scenarios where some user use the secondary language, but some other (including Admin) use English display language. I think that's quite "normal". I prefer to use English as a base and fallback language.
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    #707 murphy78, Apr 15, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    In your case I would actually recommend starting with an 8.1 stock iso instead of an update iso.
    Add the languages, mod the boot.wim indexes and winre.wim files... change the appropriate lang.ini files

    When you have it satisfactory for pre-update conditions, integrate the updates and copy/paste the boot.wim and install.wim into an update iso's shell.
    It's actually pretty complicated.
    You gotta add all the little language versions of the winpe packages, set the various lang.ini features the way you like them, etc.

    It'd be much easier to just add them on demand.

    If you don't want to give a different language choice, it's actually pretty easy to add them...
    Code:
    dism /mount-wim /wimfile:c:\win81\sources\install.wim /index:1 /mountdir:c:\mount
    dism /image:c:\mount /add-package /packagepath:c:\lps\en-us\lp.cab
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2919442-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2919355-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2932046-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2937592-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2934018-x64.msu
    
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2899189-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2933809-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2942844-x64.msu
    dism /image:c:\mount /add-package /packagepath:c:\msu\Windows8.1-KB2894853-x64.msu
    dism /unmount-wim /mountdir:c:\mount /commit
    dism /export-image /sourceimagefile:c:\win81\sources\install.wim /sourceindex:1 /destinationimagefile:c:\win81\install.wim /compress:max /checkintegrity
    move /y c:\win81\install.wim c:\win81\sources\
     
  8. GethDeeo

    GethDeeo MDL Novice

    Jul 24, 2009
    25
    6
    0
    Thanks, I don't give choice for the user, display language can be changed later. Also that means (automated) Setup will be in English, that's OK for me.
    I ended up with a similar script when using preUpdate ISO as a base. I just don't know the purpose of these "language pack update" .msu-s... if someone can tell me the use-case, at least I can be certain that these are not meant for my problem.

    Thanks again for the support.
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    I think they're probably only good for the updated iso files since you cannot uninstall the update.
    I guess people could also just re-install said update, but these smaller kb files are easier to distribute.
     
  10. The_Spider

    The_Spider MDL Member

    Aug 23, 2009
    100
    2,556
    10
    Request for seeding of:
    en_windows_8.1_n_with_update_x86_dvd_4065118.iso (stalled at 82.1%)
    en_windows_8.1_enterprise_n_with_update_x86_dvd_4065170.iso (stalled at 37.3%)
    en_windows_server_2012_rs_vl_with_update_x64_dvd_4065221.iso (stalled at 58.5%)
     
  11. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    On it... should be flowing shortly
     
  12. muhsin42

    muhsin42 MDL Novice

    Oct 28, 2013
    33
    21
    0
    Please.....

    Windows 8.1 Professional VL with Update (x86) - DVD (Turkish)
    ISO Turkish Release Date: 4/8/2014 2764 MB

    File Name: tr_windows_8.1_professional_vl_with_update_x86_dvd_4048752.iso
    Languages: Turkish
    SHA1: A71425B41ABD4C7D1D4E9BDF21F2C26E32CAD863

    ------------------------------------------------------------

    Windows 8.1 Professional VL with Update (x64) - DVD (Turkish)
    ISO Turkish Release Date: 4/8/2014 3735 MB

    File Name: tr_windows_8.1_professional_vl_with_update_x64_dvd_4050543.iso
    Languages: Turkish
    SHA1: A38A28CFA11A3300188DEE86A3A9FFD748C11922
     
  13. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    whats the multiple edition dvds ??
     
  14. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    Why would someone want to use Pro VL instead of Enterprise? I never got this.
     
  15. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    I even don't see a good reason why VL versions are even made since enterprise is made for big companies
     
  16. l30

    l30 GFX Wizard

    Apr 14, 2014
    473
    588
    10
    A dvd having more than one editions is known as
     
  17. xx55tt

    xx55tt MDL Novice

    Apr 16, 2014
    1
    0
    0
    I have a DreamSpark key for 8.1 Pro, can I use it to activate 8.1 Pro with Update? (since I have already downloaded 8.1 from DreamSpark, they won't let me download 8.1 with Update...)
     
  18. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    install with generic key
    activate with your key
    done
     
  19. bee4u

    bee4u MDL Novice

    Aug 10, 2010
    36
    6
    0
    Hi are these same
    Windows 8.1 with Update (multiple editions) (x64) - DVD (English)
    File Name: en_windows_8.1_with_update_x64_dvd_4065090.iso
    and Windows 8.1 with Update AIO x64 en-US ESD NoFrills at TPB

    Windows 8.1 with Update (multiple editions) (x86) - DVD (English)
    File Name: en_windows_8.1_with_update_x86_dvd_4065105.iso
    and Windows 8.1 with Update AIO x86 en-US ESD NoFrills at TPB ..THX :confused: