TUTO: slipstream MUI language pack in installation DVD

Discussion in 'Windows 7' started by shadow_shd, Apr 20, 2009.

  1. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    164
    55
    10
    #101 BubuXP, Jul 26, 2009
    Last edited: Jul 26, 2009
    Just to say that I've done this with final builds of Win7 and LP and all seems OK.
    I'm installing right now, I'll edit this post if anything is wrong.

    I've done it on XP as admin. For the dism.exe part I've copied from a win7 installation the C:\windows\system32\dism folder to 7Work and put inside also dism.exe and wdscore.dll (always from win7 system32 folder). I had to put gimagex.exe directly into F:\7Work to work.

    EDIT: no way... after first restart a BSOD (I'm installing in VirtualBox on XP). Could it be because I've integrated the LP on Home Premium (image no.3) but it accept only 1 language? (mine will have ITA and ENG). There is a mode to remove a language from images?

    2nd EDIT: I've tried a second time with the same iso file of the first try and this time it works.
    I think that the WIM based install method is not so good...
    When I installed on real hardware the build 7264 the first time I always get a hanging explorer.exe. On second install everything was fine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    Just tested and the link works.
     
  3. Gernott

    Gernott MDL Novice

    Jul 26, 2009
    3
    0
    0
    No, sorry, the link is dead :(
     
  4. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    #106 Lenmaer, Jul 26, 2009
    Last edited: Jul 26, 2009
    Well I tried again and it works.
     
  5. merten3000

    merten3000 MDL Novice

    Jul 26, 2009
    7
    0
    0
    Is it possible to slip a x86 lp into a x86 iso BUT on x64 windows 7 installation...

    I'm running windows Se7en x64 on my laptop now and want to create a dutch x86 iso.

    If it's possible do I use ImageX_x64 or ImageX_x86??
     
  6. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    It's possible, use ImageX_x64, but the tuto on first page didn't work for me, I used the one page 8.
     
  7. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    #111 Lenmaer, Jul 26, 2009
    Last edited by a moderator: May 23, 2017
  8. Shadoko

    Shadoko MDL Novice

    Jul 14, 2009
    13
    0
    0
    #113 Shadoko, Jul 26, 2009
    Last edited by a moderator: May 23, 2017
  9. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    Thanks a lot
     
  10. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    164
    55
    10
    no, it's easyer :)


    You have only to do

    DISM.exe /Image:F:\7Work\WIM /Add-Package /PackagePath:F:\7Work\LP\LocalPack.cab
    (supposing that the local pack stay inside the 7Work/LP folder)

    right after the same command sent for LP. No need to rebuild lang.ini or similar, as local pack contains only themes, pics, etc.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    164
    55
    10
    #116 BubuXP, Jul 26, 2009
    Last edited: Jul 27, 2009
    On TechNet I found this command
    intlcfg -genlangini -dist:C:\windows_distribution -image:C:\wim_mount -defaultlang:fr-FR -all:fr-FR
    It is basically 3 command lines of the guide compressed into 1 :D
    Original description for that command line:
    I tried it and it works.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Shadoko

    Shadoko MDL Novice

    Jul 14, 2009
    13
    0
    0
    #117 Shadoko, Jul 26, 2009
    Last edited: Jul 26, 2009
    You are right of course, thats what i ment.

    For setting the default language simply use:

    DISM.exe /Image:{Path to Mountfolder} /Set-SKUIntlDefaults:De-DE

    Replace de-DE with your language.
     
  13. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    #118 Lenmaer, Jul 26, 2009
    Last edited: Jul 26, 2009
    Thanks but where exactly do I have to paste this command inside and how does it looks like?
    Yes I know I'm bothering you, sorry for that and thanks also.

    Edit: got the answer for this one
     
  14. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    164
    55
    10
    #119 BubuXP, Jul 26, 2009
    Last edited: Jul 26, 2009
    I didn't used the batch file, but it should be right after this

    I don't know how to translate the command to be inserted in the batch file :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Lenmaer

    Lenmaer MDL Addicted

    Jul 3, 2009
    577
    3
    30
    #120 Lenmaer, Jul 26, 2009
    Last edited: Jul 26, 2009
    OK then it should be something like that:
    But maybe it's better to first integrate the localpack and then the language pack.

    Edit: Solved

    Thanks to everyone