TUTO: slipstream MUI language pack in installation DVD

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

  1. razorex

    razorex MDL Novice

    Jul 20, 2009
    6
    0
    0
    How to integrate WinPE LP?
     
  2. bassemanden

    bassemanden MDL Novice

    Jul 29, 2009
    33
    0
    0
    #202 bassemanden, Jul 29, 2009
    Last edited by a moderator: Apr 20, 2017
    :eek:
    i tried that severel times but now it works lol to me.
    tnx m8;):D
    just have to ask about WIMMOUNT.INF is that installed in windows 7 default or should i doubble click it to install ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    #203 BubuXP, Jul 29, 2009
    Last edited by a moderator: Apr 20, 2017
    If you're on Win7, use dism to mount:
    Code:
    dism /Mount-Wim /WimFile:F:\7Work\DVD\sources\install.wim /index:4 /MountDir:F:\7Work\WIM
    and unmount:
    Code:
    dism /Unmount-Wim /MountDir:F:\7Work\WIM /commit
    I'm going to add this to the guide.

    In Win7 it's already present.
    If gimagex.exe doesn't work, you must use dism to mount and dismount (look above).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. devill_sfc

    devill_sfc MDL Novice

    Mar 6, 2009
    22
    0
    0

    im waiting.. =)
    isnt possible to create just a .bat with all those commands we need to do...asking people to change the directory C: and the language fr-FR ?
    ty


    im using vista x64 and tried to use zelda2000 script but it didnt work here...didnt create a image.
     
  5. xykj

    xykj MDL Novice

    Jul 29, 2009
    1
    0
    0
    Thanks for the info
     
  6. bassemanden

    bassemanden MDL Novice

    Jul 29, 2009
    33
    0
    0
    wow so far it worked without any problem so now when i am to make iso first problem occours.

    i have replaced F: with D:
    oscdimg.exe -h -u2 -m -bD:\7Work\DVD\boot\etfsboot.com -lWindows7DVD D:\7Work\DVD D:\Windows7.iso
    oscdimg.exe was not rekogniced as a intern or extern program or batch file

    :confused: huh

    original lilne::: oscdimg.exe -h -u2 -m -bF:\7Work\DVD\boot\etfsboot.com -lWindows7DVD F:\7Work\DVD F:\Windows7.iso
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    #207 BubuXP, Jul 29, 2009
    Last edited: Jul 29, 2009
    I forget to include it on my new package... :(
    I've already reuploaded my packages with the missing file, but you can find oscdimg.exe inside the old packages.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. DanskDranker

    DanskDranker MDL Novice

    Aug 27, 2007
    42
    2
    0
    No it does not work
    Still get error
    I get this error this time:

    ERROR: dism.exe has encountered an error.
     
  9. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    #209 BubuXP, Jul 29, 2009
    Last edited by a moderator: Apr 20, 2017
    Take the intlcfg.exe from the old archive in my guide and run the old command to set languages (adapt it to your needs):
    Code:
    intlcfg -genlangini -dist:F:\7Work\DVD -image:F:\7Work\WIM -defaultlang:fr-FR -all:fr-FR
    if even this doesn't work, delete everything and retry the whole procedure as something must have gone wrong, paying more attention to details.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. bassemanden

    bassemanden MDL Novice

    Jul 29, 2009
    33
    0
    0
    #210 bassemanden, Jul 29, 2009
    Last edited: Jul 29, 2009
    Got it now its making the iso

    D:\7Work\oscdimg.exe -h -u2 -m -bD:\7Work\DVD\boot\etfsboot.com -lWindows7DVD D:\7Work\DVD D:\Windows7.iso

    tnx m8 that was great niiiiice work indeed :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. DanskDranker

    DanskDranker MDL Novice

    Aug 27, 2007
    42
    2
    0
    #211 DanskDranker, Jul 29, 2009
    Last edited by a moderator: Apr 20, 2017
    It worked
    The default language in Lang.ini file has beed updated to: da-dk
     
  12. Demgel

    Demgel MDL Novice

    Jul 27, 2009
    28
    6
    0
    I've been guessing so far that thing can't be done with 7600.16385.090713-1255_x86fre_client_en-us_Retail_Ultimate-GRMCULFRER_EN_DVD.iso

    or can be?
     
  13. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    I tried it an it works...

    Also, tonight I've done major changes to the guide.
    Most probably this is a Release Candidate guide, only some little correction and clarification and it's perfect for RTM :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. acetone802000

    acetone802000 MDL Member

    May 25, 2007
    170
    43
    10
    Many thanks to BubuXP.

    Dism works now.

    And i have another problem

    "dism /Unmount-Wim /MountDir:C:\7Work\WIM /Commit" don't work i have an error message:

     
  15. Smithy

    Smithy MDL Junior Member

    Feb 25, 2008
    69
    0
    0
    You have something still open like explorer or a file of the WIM folder. Make sure everything is closed before u unmount.

    Greetings
    Smithy
     
  16. acetone802000

    acetone802000 MDL Member

    May 25, 2007
    170
    43
    10
    #217 acetone802000, Jul 30, 2009
    Last edited: Jul 30, 2009
    Nothing oppened. (I closed all windows, none antivirus installed)

    i ll try: dism /Cleanup-WIM

    Edit: Seems to work
     
  17. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    #218 BubuXP, Jul 30, 2009
    Last edited: Jul 30, 2009
    Have you seen if wimmount.inf needs to be installed in vista?
    And your vista is sp2 ?

    And anybody noted if dism in win7 works without installing the wimmount.inf ?

    I will test those points, but just to be sure...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. bassemanden

    bassemanden MDL Novice

    Jul 29, 2009
    33
    0
    0

    Yes it works in w7:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. devill_sfc

    devill_sfc MDL Novice

    Mar 6, 2009
    22
    0
    0
    #220 devill_sfc, Jul 30, 2009
    Last edited: Jul 30, 2009