Windows 7 Ult/Ent SP1 IT/JP/SW/NL/KO/TR/FR/PT/PP ISO MSDN Images (x86/x64)

Discussion in 'Windows 7' started by China4Ever, Feb 21, 2011.

  1. zxc

    zxc MDL Junior Member

    Sep 28, 2009
    61
    9
    0
  2. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,488
    1,506
    150
    Missed that part :p
     
  3. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
    Dutch x64 ISO now complete. ;)
     
  4. pvbers

    pvbers MDL Novice

    Dec 8, 2009
    35
    1
    0
    Dutch X64 is OK, thanks
     
  5. BIOSNOIDEA

    BIOSNOIDEA MDL Senior Member

    Mar 8, 2009
    336
    48
    10
    Anyone has heard if applyinf SP1 deactivates Windows 7 ? I cannot understand why this should happen. This was told to me last night and this guy swears to GOd he had the proper SLIC 2.1 and before applying the SP! all was ok?

    I would love to hear comments on this or this is a hoax but I rather open the umbrella before it rains !

    Thanks - Danke - Merci
     
  6. pvbers

    pvbers MDL Novice

    Dec 8, 2009
    35
    1
    0
    #106 pvbers, Feb 26, 2011
    Last edited: Feb 26, 2011
    Will there be a reupp of the Dutch 32 bit iso???

    Thanks in advance!!
     
  7. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
    @pvbers

    Yes. I'll do it tomorrow morning. ;)
     
  8. draken

    draken MDL Junior Member

    Nov 21, 2008
    85
    27
    0
    Could you please share the Portuguese-Brazil Enterprise ISOs ?

    Thank you so much!
     
  9. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
    I will, it's only a matter of time for uploading all the stuff. ;)
     
  10. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
    Dutch 32 bit uploading. You can grab some files. Go on first page. ;)

    Thread updated.
     
  11. lgrep

    lgrep MDL Novice

    Feb 27, 2011
    3
    0
    0
    Definitely yes, I would ask for the official ISO's MD5 Czech x86 and x64 or at least x86 and x64 Professional.

    SHA is only formally valid for me. I was really grateful for the script to this edition.

    What do you want? Please.

    Thanks for the reply here or fail to PM :worthy:
     
  12. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
  13. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
    #113 China4Ever, Feb 27, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I've found FreeStyler script is great, but I've slightly fixed it for Windows 7 SP1.

    Here it is :

    32 BIT (X86) ISO

    Code:
    
    REM Download CDImage 2.54
    
    REM Run Win7-P-Retail-en-us-x86.exe, Once the 'Install Now' window appears, close it
    REM You should have a folder called expandedSetup in the directory with the 3 downloaded files
    REM Copy this folder to C:\
    
    REM change the system time zone to "-8.00 Pacific coast (USA and Canada)"
    
    REM modify the C:\expandedSetup\sources\ei.cfg, it should read like this:
    REM [EditionID]
    REM Ultimate
    REM [Channel]
    REM Retail
    REM [VL]
    REM 0
    
    REM edition codes: ST (Starter), HB (Home Basic), HP (Home Premium), PR (Professional), EN (Enterprise), UL (Ultimate)
    REM channel codes: FRER (Retail), FREO (OEM), VOL (volume license)
    REM some language codes: EN (English-USA), FR (French), DE (German), IT (Italian), ES (Spanish)
    
    REM Set path to source files
    SET PATH=C:\expandedSetup
    
    REM Set Edition code
    SET EDITION=UL
    
    REM Set channel code 
    SET CHANNEL=FRER
    
    REM Set language code
    SET LANG=EN
    
    REM Set Date & Time
    SET DATETIME=11/21/2010,17:42:11
    
    REM Set ISO Image Name
    SET ISO=C:\en_windows_7_ultimate_with_sp1_x86_dvd_619077.iso
    
    REM BUILD X32 ISO
    cdimage -u2 -udfver102 -oc -lGRMC%EDITION%%CHANNEL%_%LANG%_DVD -t%DATETIME% -b%PATH%\boot\etfsboot.com %PATH% %ISO%
    
    
    64 BIT (X64) ISO

    Code:
    
    REM change the system time zone to "-8.00 Pacific coast (USA and Canada)"
    
    REM modify the C:\expandedSetup\sources\ei.cfg, it should read like this:
    REM [EditionID]
    REM Ultimate
    REM [Channel]
    REM Retail
    REM [VL]
    REM 0
    
    REM edition codes: ST (Starter), HB (Home Basic), HP (Home Premium), PR (Professional), EN (Enterprise), UL (Ultimate)
    REM channel codes: FRER (Retail), FREO (OEM), VOL (volume license)
    REM some language codes: EN (English-USA), FR (French), DE (German), IT (Italian), ES (Spanish)
    
    REM Set path to source files
    SET PATH=C:\expandedSetup
    
    REM Set Edition code
    SET EDITION=UL
    
    REM Set channel code 
    SET CHANNEL=FRER
    
    REM Set language code
    SET LANG=EN
    
    REM Set Date & Time
    SET DATETIME=11/21/2010,17:42:11
    
    REM Set ISO Image Name
    SET ISO=C:\en_windows_7_ultimate_with_sp1_x64_dvd_618240.iso
    
    REM BUILD X64 ISO
    cdimage -u2 -udfver102 -oc -lGRMC%EDITION%X%CHANNEL%_%LANG%_DVD -t%DATETIME% -bootdata:2#p0,b%PATH%\boot\etfsboot.com#pEF,eb%PATH%\efi\microsoft\boot\efisys.bin %PATH% %ISO%
    
    
    The only needed thing is the date file time (and I'll post all date time info for any language). (The Date on Set DateTime is only for example).
     
  14. lgrep

    lgrep MDL Novice

    Feb 27, 2011
    3
    0
    0
    MSDN TECHNET only SHA1 and ISO/CRC , MD5 is not out there.

    to others:

    Who I caution COMPLETE iso hash?
     
  15. pvbers

    pvbers MDL Novice

    Dec 8, 2009
    35
    1
    0
    Dutch 32 bit iso downloaded and OK, thanks.
     
  16. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    Considering it is MSDN SHA1 should be enough it is for everyone else.
     
  17. lgrep

    lgrep MDL Novice

    Feb 27, 2011
    3
    0
    0
    #117 lgrep, Feb 27, 2011
    Last edited: Feb 27, 2011
    You do not understand I want to establish an official ISO Professional through "windows7 edition iso image switcher" and I need it too MD5 and SHA.

    So I kindly advise you how to create the ultimate official ISO PROFESSIONAL, when the Czech language is not bin-patch switcher?

    I want to have my ISO from MSDN SHA.
    Have you understand? I do not delete ei.cfg I do not erase and rewrite ei.cfg.


    Nobody wants to download your Professional, so I want him to create himself as an official SHA.
     
  18. alfranatic

    alfranatic MDL Novice

    Feb 27, 2011
    1
    0
    0
    Thanks for a great job done.;)
     
  19. Cr4z33

    Cr4z33 MDL Junior Member

    Jul 13, 2009
    51
    3
    0
    #119 Cr4z33, Feb 28, 2011
    Last edited by a moderator: Apr 20, 2017
    Password is invalid. :(
     
  20. China4Ever

    China4Ever Bios Mod.

    Apr 25, 2007
    2,181
    287
    90
    It's working fine. I can enter on netload folder. ;)