Je Jin's DISM Tool

Discussion in 'Windows 7' started by Mr Jinje, Sep 14, 2009.

?

Were you able to create a recovery DVD with this tool ?

  1. Yes

    86 vote(s)
    39.6%
  2. No

    68 vote(s)
    31.3%
  3. WTF is a Recovery DVD ?

    63 vote(s)
    29.0%
  1. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    Maybe this line of code you are talk about ?

    dism /image:$MNT /Gen-LangINI /distribution:$SOURCEDVDMAYBE???

    Unknown what is distribution settings for, is it supposed to be an empty folder, or the DVD root, or what, can you give me some background on it.
     
  2. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    753
    270
    30
    #62 lunar21, Oct 1, 2009
    Last edited by a moderator: Apr 20, 2017
    no for the install.wim (to update the lang.ini) is this code:
    Code:
    intlcfg.exe -genlangini -dist:F:\7Work\DVD -image:F:\7Work\WIM
    and for the boot.wim:
    Replace "fr-FR" with your language code.

    Code:
    xcopy DVD\sources\lang.ini WIM\sources\ /cheryki
    mkdir WIM\sources\fr-FR
    xcopy LP\setup\sources\fr-FR\*.* WIM\sources\fr-FR /cheryki
    xcopy LP\setup\sources\fr-FR\*.* DVD\sources\fr-FR /cheryki
    xcopy LP\sources\license\*.* WIM\sources\license /cheryki
    xcopy LP\sources\license\*.* DVD\sources\license /cheryki
    Now how can we make it auto detect the language? So have a popup box to allow the user to imput them in?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #63 Mr Jinje, Oct 1, 2009
    Last edited by a moderator: May 23, 2017
    (OP)
  4. cyclops

    cyclops MDL Senior Member

    Sep 10, 2007
    299
    39
    10
    @ Mr Jinje
    thank you for v1 awesome app, keep up the good work m8
     
  5. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    Source: Windows 7 and Windows Server 2008 R2 Application Quality Cookbook
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    753
    270
    30

    Ok if this is the case, what would the code be to use with DISM to do everything you have to do for language pack intagration in both install.wim and boot.wim?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    if the mount directory conatins a space in it, your tool gives an error and fails to mount it
    eg.
    mount here doesnot work
    but mounthere works
     
  8. colinzim

    colinzim MDL Senior Member

    May 14, 2007
    461
    114
    10
    Hey Urie,
    What's the reason @ 5 ? (if you don't mind me askin)
     
  9. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    @ colinzim, to be honest that just what i read elsewhere but also read peeps have been adding all don't take long to test in a Virtual machine with slic modded bios:)
     
  10. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    what is the use of 'enable feature', 'disable feature' and 'add packages' :confused:
     
  11. sadom

    sadom MDL Novice

    Jul 8, 2009
    25
    1
    0
    works fine, thx
     
  12. dzadzev

    dzadzev MDL Junior Member

    Aug 3, 2009
    59
    2
    0
    "WTF is a Recovery DVD ?" is leading in votes :D:eek:
     
  13. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
  14. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    Yup, that's about the gist of it.

    First mount your WIM, next click More-Info button to generate the currently enabled/disabled features in your WIM. Then go to Desktop\DISM\Features.txt, and find/copy the feature name you want to disable. Finally paste that name into the Disable Feature dialog and hit OK.
     
  15. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    thnx again 4 d info....this tool is gr8 man

    i thnk, you should add dis info on the first page of ur thread.... so that its helpful to all...

    one last question i need to ask from you...
    when i click "more info" button, it generates certian text files, some of them being "Apps.txt", 'App_Info.txt" and "App_Patches.txt"...
    does that mean i can integrate applications into the wim file...if so please give an example
    or are these for sumthing else....
     
  16. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    I haven't done it myself yet, but the assumption has been that when someone captures a sysprepped image, Apps like MS Office will store GUID information in there and hopefully in a future version we will be able to slipstream Office Updates directly into a WIM file.
     
  17. muiz

    muiz MDL Member

    Dec 8, 2007
    144
    21
    10
    Unmount commit function doesnt work.
    It leaves stuff behind in the mount folder.
    (I know the mount folder has to be closed during unmount.)