How to Create a Bootable ISO from a Student Windows 7 Download
If you get the student d/l and have 3 files :
- Win7-HP-Retail-en-us-x64.exe or Windows 7-HP-Retail-en-us-x86.exe file for the 32-bit (x86) or 64 (x64) bit Windows 7 that you purchased
- setup1.box
- setup2.box
Here's how:
1. Rt click each file, Properties > Unblock>Apply>OK.
NOTE: Make sure read only boxes are clear.
2. Rt click and run as admin on the .exe. You will get a folder called expandedsetup on your dektop with these inside:
Note
If you receive this error:
Continue.We are unable to create or save new files in the folder in which this application was downloaded. Please check the folder properties to make sure that you have security permission on the folder to write files and that the folder is not read-only.
3. D/L this zip, extract it and copy/move oscdimg.exe into C:\Windows\system32.
4. Assuming expandedsetup is on your Desktop:
Vista/7 users open an elevated command prompt ( rt click cmd and run as admin) and type :
Code:Oscdimg.exe –u2 –b"C:\Users\your_username\Desktop\expandedSetup\boot\etfsboot.com" –h "C:\Users\your_username\Desktop\expandedSetup" C:\7.iso
XP users commands are:
Code:cd /d C:\windows\system32
Code:oscdimg -u2 -b"C:\Documents and Settings\USER\Desktop\expandedSetup\boot\etfsboot.com" -h "C:\Documents and Settings\USER\Desktop\expandedSetup" C:\7.iso
5. You can copy and paste the above into elevated cmd.
Vista/7 users- replace your_username with your actual username.
XP users - replace USER with your actual username
6. Then press enter. Xp users press enter after each of their two commands.
7. If the expandedsetup folder is not on your desktop, replace with appropriate paths.
TipYou may wish to copy the expandedsetup folder directly onto the root of C:
The paths will be shorter and the command will be:
If your folder is elsewhere, to get the paths easily, press shift and rt click on etfsboot.com - select copy as path ( paste into notepad )Code:Oscdimg.exe –u2 –bC:\expandedSetup\boot\etfsboot.com –h C:\expandedSetup C:\7.iso
Shift and rt click on expanded setup - select copy as path - paste into notepad ) Use those instead of the above.
The spacing needs to be exact.
WarningWhen the .iso is created you will get this message:
WARNING: This image contains UDF file system structures.
That is normal as you are creating the udf filesystem.
8. A) You can burn the .iso to dvd as an image with an isoburner.
OR
B) You can use the Microsoft DVD/USB tool to burn the .iso to dvd or to use the .iso to make a bootable flash drive. Download the tool:
TipTo make a copy of your Windows 7 ISO file:
1. Click the Start button, and click Windows 7 USB/DVD Download tool in the All Programs list to open the USB/DVD Download tool.
2. Click Browse and select the file in the Open dialog box.
3. Select USB to create a copy on a USB flash drive or DVD to create a copy on a DVD disk, then click Next.
4. If you are copying the file to a USB flash drive, select your USB device in the dropdown list and click Begin copying. If you are copying the file up to a DVD, click Begin burning.
Microsoft Store: Download Manager Help
Note
Microsoft’s ISO Image for Windows 7 Now Available
There is additional information regarding the Windows 7 64-bit download process. For those customers of the Student Offer, who wish to install the 64-bit version of Windows 7, but are currently running a 32-bit Operating System, there is now an optional downloadable ISO file of Windows 7 64-bit to allow for install.
- If you have already purchased the 64-bit version of Windows 7 from the Windows 7 Student Offer Online Store, please contact Digital River at the following link: http://windows7.digitalriver.com/servlet/PromoServlet/promoID.46354000
· In the Web form select the Download Option in the drop down menu and include "64-bit Windows 7 Solution" in the first line of your problem description.
Have fun.
Related Tutorials