Creating up to Date Windows 7 Installation Media

Discussion in 'Windows 7' started by natakuc4, May 11, 2017.

  1. natakuc4

    natakuc4 MDL Novice

    Joined:
    Oct 8, 2011
    Messages:
    15
    Likes Received:
    14
    Trophy Points:
    0
    #1 natakuc4, May 11, 2017
    Last edited by a moderator: May 11, 2017

    Attached Files:

  2. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,427
    Trophy Points:
    340
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,637
    Trophy Points:
    450
    #3 Enthousiast, May 11, 2017
    Last edited: May 11, 2017
    You also could only service index 1 (x86 starter/x64 HomeBasic) of the install.wim and after unmount /commit copy the index 5 times (x86) 4 times (x64) and set-edition them to the other editions (would save you a lot of time, i do it after i've simplixed and sysprepped my win 7 SP1's but it also should work without sysprepping first). After offline uprading each wim you can simply export all into one and you have a AIO wim.
     
  4. CEW

    CEW MDL Senior Member

    Joined:
    Jan 21, 2011
    Messages:
    286
    Likes Received:
    148
    Trophy Points:
    10
    Does it work without sysprep? Pending changes might cause a problem.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,637
    Trophy Points:
    450
    It worked last time i checked it, i've posted the results somewhere in the simplix update pack thread.
     
  6. ThomasMann

    ThomasMann MDL Expert

    Joined:
    Dec 31, 2015
    Messages:
    1,596
    Likes Received:
    270
    Trophy Points:
    60
    Thank you, that does look great.
    I need this for japanese language installation on a computer.
    Is it possible to simply use the Win 7 Ulti japanese version instaed of the english one?

    Thanks
     
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,637
    Trophy Points:
    450
    Afaik, all is not language dependent, only for MSIE, it needs the Japanese LP
     
  8. natakuc4

    natakuc4 MDL Novice

    Joined:
    Oct 8, 2011
    Messages:
    15
    Likes Received:
    14
    Trophy Points:
    0
    I've not tried but I've had reports on my youtube channel of a successful slipstream using German installation media instead of English.
     
  9. ThomasMann

    ThomasMann MDL Expert

    Joined:
    Dec 31, 2015
    Messages:
    1,596
    Likes Received:
    270
    Trophy Points:
    60
    Thanks, but that is not the problem.
    The problem with japanese is that it has completely different writing. I am using different languages myself, but I am wondering about japanese....
     
  10. ThomasMann

    ThomasMann MDL Expert

    Joined:
    Dec 31, 2015
    Messages:
    1,596
    Likes Received:
    270
    Trophy Points:
    60
    Thank you....
     
  11. taviruni

    taviruni MDL Senior Member

    Joined:
    May 8, 2010
    Messages:
    253
    Likes Received:
    236
    Trophy Points:
    10
    Please explain the part: only service index 1 (x86 starter/x64 HomeBasic) of the install.wim and after unmount /commit copy the index 5 times (x86) 4 times (x64) and set-edition them to the other editions

    Wich are the commands you use?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,637
    Trophy Points:
    450
    I just delete all indexes in the install.wim except the first one (starter on x86 and basic on x64) and service it (i use simplix updatepack).

    Next you could copy the serviced install.wim 3 or 4 times (4 or 5 in total) and set edition to the higher sku's:

    Example for professional:
    Code:
    dism.exe /image:x:\mount /Get-CurrentEdition
    dism.exe /image:x:\mount /Get-TargetEditions
    dism.exe /image:x:\mount /Set-Edition:Professional
    
    Next i use GimageX to set the flags and index names + descriptions (incl displayed name + descroption)

    Next i export all indexes back into one install.wim.