Oct 23, 2009
My Digital Life Editorial Team

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.

Related posts:

  1. How To Make Vista Bootable DVD with WIM Downloaded Files
  2. Illustrative Guide to Create Bootable ISO Image from Vista .WIN Image Files
  3. Make 64-bit Windows Vista Bootable DVD from Microsoft WIM with vLite Guide
  4. How to Create a Bootable USB Flash Drive or USB Key with Vista WinPE 2.0
  5. Zip and Compress Files and Folders with Create Archive in Mac OS X v10.4 Tiger

180 Comments

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

  • Thanks a ton mate! I’ve been banging my head for days now and finally a solution. Was trying to install on VMware.

  • nstead, 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.

  • i did all the tutorial, but its tells me the oscdimg.exe is not valid (it cannot recognize is exe for what i understand).

    ive downloaded it from the link twice. :s

  • I followed the tutorial and was able to successfully burn the Win7.iso file. However, when I go to my C: drive, I am not able to see it there! I had around 4.7 GB space on my C: drive before I created the iso file. Now, it shows that I have only around 1.2 GB left, which means the iso file is on the C: drive!

    So, the question is how can I find the final Win7.iso file on my C: drive, or remove it. Here is the command I used to burn the iso file.

    C:WindowsSystem32>oscdimg.exe -bD:Windows7bootetfsboot.com -u2 -h -m -lWIN_EN_DVD D:Windows7 c:Win7.iso

    Any help would be greatly appreciated.

  • Digitallife team rox! fully admire u all ! i think i found my another source of information of software :D tq o. veri details and useful too me :D

  • Man you are a lifesaver… THANKS!!!!

  • [...] burned to DVD disc directly or mount to a virtual DVD-ROM drive. User must first goes through the process to create a bootable Windows 7 DVD ISO image from these downloaded Windows 7 installation [...]

  • this is my code:

    oscdimg.exe –bC:win7ootetfsboot.com –u2 –h -m -l"win7" C:win7 C:Win7.iso

    if you replace the "-"s after pasting, this code works if you have the expanded setup, which i renamed to "win7," on the C:. you want a simple name, fewer mistakes. and it creates the iso on the C: too.

  • It works great, JUST REMEMBER THAT YOU !!HAVE!! TO REPLACE the "-"s once you rightclick/paste the code in the CMD. Just delete them and retype them, not all of the "special characters" can copy from windows into "DOS," this is why it doesn't work sometimes.

  • [...] [...]

  • Congratulations, i have a DVD but never i can boot wich hin, after read this topic i can extract DVD content in my computer and execute theses steps.

    tanks a lot.

  • [...] thinking you might need to make a bootable iso from the exe? like: http://www.mydigitallife.info/2009/1…up2-box-files/ could be wrong though, i've never heard of installing windows 7 through an exe [...]

  • Hey GMC nice post… could you upload the oscdimg.exe to megaupload or uploading.com and post the link in these comments? I cant seem to download from depositfiles…

    Any effort would be highly appreciated

    Thank You

  • GMC – YOU ROCK!!!! THANK YOU!!!!!

  • Thanks for the post. I got Error 123 when I ran the command. I had copy/pasted it from here. When I typed it in manually it worked. As GMC said in post 158, just retype the "-" signs and it should run.

  • Thanks a lot !!!! .. Worked like a charm ..

    For those of you who had a little trouble in making the elevated command prompt work :

    1. Its not "-1" (number 1) its "-l" (small L)..

    2. There is a space between "C:expandedsetup" and "C:win7.iso".

    Hope it works for u too … Cheers

  • I have contents as BOOT,EFI etc in another folder i put them in a folder name expandedsetup in H (my system drive) then insert following command in command prompt run as administrator

    oscdimg.exe –bH:expandedSetupootetfsboot.com –u2 –h -m -lWIN_EN_DVD H:expandedSetup H:Win7.iso

    it says error 123 andfailure in enumariting file ……..

    please write commands for me

  • I am getting the message:

    ERROR: Invalid flag "-1"

    Any idea how to get around this?

  • Great tip,very much helpful-Thank you

  • Thank you gmc for that post. I was having a problem running that file and its working now perfectly when I did what you said. Look at post 158 if you are having problems.

  • Thanks for this great article man. after searching for so long and wasting a lot of time, I came across your article.I thank you for the helpful and easy to follow article. keep up the good work

  • If you copy and paste the command lines into the command window, beware that the minus signs for argument delimiting may get corrupted. You may then get an error message "Failure enumerating filed in dirctory …" and there will be a u character with a cirumflex accent over it in the displayed path. To fix, just delete the minus signs in the command line and retype each one.

  • Thankyou for the post. and thankyou commentor #106 ^^

  • Great tutorial ! worked like magic…. great website

    Thanks once again

    everything worked to perfection… just 1 q

    does this work with win7 upgrade disc

    Im sure it does hahahha

  • thank you ….good tutorial…was very helpful

  • Thanks you! this was so helpful…

  • ps =- You need quotes around the path names for your oscdimg command to work

    Also, if you are trying to upgrade from 32bit to 64 , you will get an error at the end of unpacking. Ignore it and procede with these instructions : you should have all the files.

Pages: 1 2 3 4

Leave a comment

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Subscribe

Free email subscriptions
Get latest updates in email for free:

Translate This Page