How to Create and Make Bootable Windows 7 ISO from EXE Plus Setup1.Box and Setup2.Box Files

For many people who order Windows 7 through online store such as Digital River, the download of Windows 7 ESD installation files (or 64bit Windows download links) is not in a single ISO image format, but as electronic digital distribution files. Instead, users will download and get an executable (.EXE) which name differs depending on the edition of Windows 7 ordered, plus Setup1.Box and Setup2.Box.

For example, the 3 files may be as follow:

Windows 7-HP-Retail-en-us-x86.exe or Windows 7-HP-Retail-en-us-x64.exe or Windows 7-P-Retail-en-us-x86.exe or Windows 7-P-Retail-en-us-x64.exe
setup1.box
setup2.box

For people who wants the ISO images (Windows 7 ISO can also be downloaded directly) instead, just follow the easy instructions below to create and make a bootable ISO image out of the downloaded files, which can be burned to a DVD disc for a bootable Windows 7 DVD disc.

  1. Put all 3 downloaded files (the .exe, setup1.box and setup2.box) in the same folder (for this tutorial, let’s assume the files are put on C:\ else you need to modify the path accordingly).
  2. Right click on each of three files, select Properties, and then click on Unblock button to prevent files from unable to be accessed. Click OK when done.

    Unblock Protected Files

  3. Run the .exe executable as administrator. It starts to unload the box (extract and unpack the installation content), and will create a new folder called expandedSetup, and will populate the folder with all necessary Windows 7 setup files, as shown in figure below.

    Content in ExpandedSetup Folder

  4. Exit from Install Windows wizard dialog.
  5. Download Oscdimg CD/DVD Premastering Utility: oscdimg.exe

    Put the downloaded oscdimg.exe into %SystemDrive%\Windows\System32 folder.

    Note: oscdimg is included in Windows Automated Installation Kit (AIK) as part of WinPE. So if you have that installed, there is no need to download the file again.

  6. Open an elevated command prompt as administrator, and run the following command:

    oscdimg.exe –bC:\expandedSetup\boot\etfsboot.com –u2 –h -m -lWIN_EN_DVD C:\expandedSetup\ C:\Win7.iso

    Make Windows 7 Bootable ISO

    Above command assumes that expandedSetup folder is located at C:\ root directory. If it’s not, change accordingly. The -llabelname (note: it’s a small L, not 1) specify volume label, which can be changed, so do the output ISO file. Also remember that if the path contains space, use quotation mark (“) to enclose the full path.

  7. A bootable Windows 7 DVD ISO image in UDF format will be created as Win7.iso in C:\ or any folder you specified above. Burn the newly created ISO with a CD/DVD burning software such as Nero, Ashampoo Burning Studio or Alcohol 120%. In Windows 7, burn the ISO direct from Windows 7 Explorer without third-party software. It’s also possible to create bootable Windows 7 USB flash drive with Windows 7 DVD/USB ISO Tool.

The created ISO is identical to official Windows 7 ISO for both full and retail version, and can be used to clean install Windows 7 with a upgrade license.

Update: Digital River is now also offering direct download of Windows 7 ISO.

122 Responses to “How to Create and Make Bootable Windows 7 ISO from EXE Plus Setup1.Box and Setup2.Box Files”

Pages: 1 2 3 ... 5

  1. Dave
    October 24th, 2009 03:41
    25

    It Worked!! Thanks to everyone with instructions, updates to instructions, hosting missing files, etc, etc….

  2. Patcher32
    October 24th, 2009 02:21
    24

    Okay I am downloading but, why the links have “msvista” in them?
    http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/Win7-P-Retail-en-us-x86.exe
    http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/setup1.box

    Is someone there who downloaded and verified them to be genuine Windows 7?

  3. .:: cronoxan ::.
    October 24th, 2009 01:59
    23

    Help …

    ERROR: Could not open boot sector file “C:\expandedSetup\boot\bootsect.exe”
    Error 3

    I try all syntaxis … same error for all.

  4. Pat
    October 24th, 2009 01:38
    22

    For those having issues (particularly when already running Win7), make sure that the command you are copying and pasting has only plain text. To do that, open Notepad and paste – you will see rectangles where there are weird characters (which the dashes seem to be). Replace any of those dashes with just a plain text dash (-) and try again. It worked for me on Win 7 Ultimate Eval. Below is the output:

    C:\Users\me>oscdimg.exe -bC:\expandedSetup\boot\etfsboot.com -u2 -h -m -lWIN7 C:\expandedSetup\ C:\Win7.iso

    OSCDIMG 2.54 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    Licensed only for producing Microsoft authorized content.

    Scanning source tree (500 files in 48 directories)
    Scanning source tree complete (874 files in 201 directories)
    Computing directory information complete
    Image file is 2520809472 bytes
    Writing 874 files in 201 directories to C:\Win7.iso
    100% complete
    Final image file is 2523011072 bytes
    Done.
    C:\Users\me>

  5. Brian
    October 24th, 2009 01:18
    21

    Here’s the syntax I used: oscdimg -bC:\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\expandedSetup\ C:\win7.iso

    but changed etfsboot.com to bootsect.exe and it worked. Loaded up the ISO into daemon tools and it boots.

  6. Thanks
    October 24th, 2009 01:07
    20

    Worked awesome for my Win741 student email purchase. Really saved me like $17 from having to buy from Microsoft.

  7. Nitin
    October 24th, 2009 00:32
    19

    are these windows 7 links working or just fake

  8. Joe
    October 24th, 2009 00:14
    18

    For those who are requesting the oscdimg.exe file, download link below:

    http://www.megaupload.com/?d=XG1G9J79

  9. Kevin
    October 23rd, 2009 23:54
    17

    The procedure documented in this post (as of the evening of 10/22 PST) worked perfectly for me. I did this from the Win7 Beta (build 7100). Thanks!

  10. Patcher32
    October 23rd, 2009 22:56
    16

    The link to OSCDImage.exe is broken. Please upload it again.

  11. thantrax
    October 23rd, 2009 22:13
    15

    Hi,
    do not use “oscdimg.exe” but “cdimage.exe” instead (version 2.52). The second works better. I use it as follow:

    cdimage -lWIN7P_EN_DVD -m -u2 -bC:\expandedSetup\boot\etfsboot.com c:\expandedSetup\ c:\win7pro-x86.iso

    Hope it help.

    P.S.
    Sorry for my baaaaad english.

  12. Tim
    October 23rd, 2009 20:46
    14

    Once you have the expanded files, would it not be possible to use something like ImgBurn and create a bootable DVD direct from the files (rather than creating an ISO using oscdimg)?

  13. trolley
    October 23rd, 2009 19:03
    13

    Hi, unfortunately, the oscdimg.exe file is not reachable by the link above.Could smb give a nrew one? And also, what about the crack/activator?
    Thank you in a advance.

  14. Andrew
    October 23rd, 2009 14:59
    12

    I did all that but nothing happens, it just start a new command line. and no iso file is created. I could not run under admin cuz I never setup an admin password and it would not let me run under admin without one.

    Thanks

  15. Brandon
    October 23rd, 2009 12:23
    11

    Thanks, Brian! That got it to work. This has been the most frustrating ordeal.

  16. Bill
    October 23rd, 2009 12:11
    10

    If you just buy from Microsoft Store directly (http://store.microsoft.com) they offer ISOs as a download option. No ridiculous hoops to jump through… they even have a tool to create bootable DVD or USB Keys from the ISO.

  17. Workaround to Fix Windows 7 Unable To Create or Save New Files in the Folder Error When Unloading Box » My Digital Life
    October 23rd, 2009 12:04
    9

    [...] in order to fix the Windows 7 installation issue, users can make a bootable Windows 7 ISO image with the “expandedSetup” folder. The installation of Windows 7, either upgrade or custom, can be started by mounting the ISO image [...]

  18. Brian M
    October 23rd, 2009 11:51
    8

    To ALL,

    Here is the CORRECT SYNTAX:

    oscdimg -bC:\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\expandedSetup\ C:\win7.iso

    The following page may also be of interest:

    http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/62675a69-2a19-4695-8c8d-8a83be589708

  19. Mogster
    October 23rd, 2009 11:37
    7

    The oscdimg instructions seem to be lying – it only works for me when I put the options AFTER the source and destination. I also had to add the “-m” option and move the “-u2″ option to the end.

  20. cdub
    October 23rd, 2009 06:15
    6

    im getting this error message

    Scanning source tree
    ERROR: Failure enumerating files in directory “C:\WINDOWS\SYSTEM32\ûBC:\USERS\username\DESKTOP\WIN7\EXPANDEDSETUP\BOOT\ETFSBOOT.COM\”
    Error 123: The filename, directory name, or volume label syntax is incorrect.

    i did it just like above but didnt copy it to c:\ but i changed the places in the command line appropriately

    please help

  21. bassexpander
    October 23rd, 2009 05:40
    5

    I don’t even get a choice to unblock the file in my version of XP. I wish someone would just put up a link to the finished ISO.

  22. jrwatsio
    October 23rd, 2009 04:49
    4

    What worked for me:
    oscdimg.exe –bC:\expandedSetup\boot\bootsect.exe –u2 –h C:\expandedSetup C:\Win7.iso

  23. jrwatsio
    October 23rd, 2009 04:44
    3

    That command line did not work for me with Windows 7 64bit. The etfsboot.com file is not present so I replaced it with what was – bootsect.exe and it worked. I have not tried booting on my new ISO but when I open it in UltraISO it does say ‘Bootable UDF’.

  24. Cuko
    October 23rd, 2009 03:30
    2

    What build version is this Win7 Final? Is it the same as RTM or not?

  25. Windows 7 32-Bit (x86) Direct Download Links » My Digital Life
    October 23rd, 2009 02:53
    1

    [...] there is hack to create or make bootable Windows 7 DVD ISO images out of downloaded [...]

Pages: 1 2 3 ... 5

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to My Digital Life Comments RSS feed to receive notification of latest comments posted.

New Articles

Incoming Search Terms for the Article

oscdimg.exe - oscdimg - setup1.box - windows 7 bootable dvd - bootable windows 7 dvd - make bootable windows 7 dvd - windows 7 bootable iso - how to make bootable windows 7 dvd - create windows 7 bootable dvd - oscdimg.exe - oscdimg.exe download - how to make windows 7 bootable dvd - win7 iso - make bootable dvd - create bootable windows 7 dvd - windows 7 exe to iso - how to create bootable windows 7 dvd - Oscdimg CD/DVD Premastering Utility - How to make a bootable Windows 7 ISO - make windows 7 bootable dvd - windows 7 bootable - windows 7 setup1.box - how to make bootable dvd from setup1.box - how to create a windows 7 bootable dvd - How to create a bootable Windows 7 DVD - create bootable dvd - how can i make a boot disc for my windows 7 digital file - .box file windows 7 - download oscdimg.exe - expandedSetup - how to make a bootable DVD - how to make a bootable windows 7 dvd - oscdimg.exe windows 7 - oscdimg download - digital river windows 7 iso - box iso file - how to create windows 7 boot dvd - how to make .exe bootable - what is setup2.box? - win7-p-retail-en-us-x86.exe - windows 7 boot dvd - dvd bootable windows 7 x64 - windows 7 exe - making a win 7 iso - boot dvd windows 7 - create iso from windows 7 download - digital river windows 7 boot image file - free software to create bootable iso image - how to create windows 7 bootable dvd - how to make a bootable dvd for windows 7 - hp easy cd asks for iso image, what file? - make windows 7 boot dvd - setup2.box windows 7 - windows 7 make bootable dvd - windows 7 iso exe - Win7-P-Retail-en-us-x64.exe - creating windows 7 bootable dvd - create digital river windows 7 cd - digital river win 7 iso - how to get iso file for windows 7 - how to make boot dvd for windows 7 - make window 7 iso - what are the commands to make bootable dvd windows 7 - bootable win 7 dvd - create win7 bootable dvd from download - create windows 7 boot dvd - creating windows 7 iso - create boot disk windows 7 digital river - how to make an iso disc for windows 7 - how to make a bootable dvd windows 7 - how to make a cd bootable win7 - how to make a windows 7 boot dvd - make Windows 7 iso - making bootable windows 7 dvd - make a windows 7 installation cd out of the download -