Windows 7 Forums Search

Go Back Windows 7 Forums > Windows 7 help and support > Tutorials » Make bootable iso from student d/l

Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.

Windows 7 - Make bootable iso from student d/l



Make bootable iso from student d/l

Published by SIW2
10-22-2009
Default Make bootable iso from student d/l

If you get the student d/l and have 3 files :
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:
Name:  EXPANDEDSETUPCONTENTS-2009-10-22_061340.jpg
Views: 113575
Size:  9.1 KB
Note   Note
If you receive this error:

Quote:
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.
Continue.


3. D/L this zip, extract it and copy/move oscdimg.exe into C:\Windows\system32.
oscdimg.zip
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.

Tip   Tip
You may wish to copy the expandedsetup folder directly onto the root of C:

The paths will be shorter and the command will be:

Code:
Oscdimg.exe –u2 –bC:\expandedSetup\boot\etfsboot.com –h C:\expandedSetup C:\7.iso
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 )

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.
warning   Warning
When 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.
isoburner.zip
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:
Windows7-USB-DVD-tool.exe
Tip   Tip
To 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   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.




Published by
SIW2's Avatar
YTS GEEK


Join Date: Aug 2008
Posts: 4,446
SIW2 has a reputation beyond repute
SIW2 has a reputation beyond reputeSIW2 has a reputation beyond reputeSIW2 has a reputation beyond reputeSIW2 has a reputation beyond reputeSIW2 has a reputation beyond reputeSIW2 has a reputation beyond repute

Tutorial Tools
10-22-2009   #1
zorviny


OS X
 
 


Quick question I am in Vista, I right clicked on all of the files downloaded and selected properties. In the new window there is no unblock, also all of the read-only checkboxes are already unchecked.

My System SpecsSystem Spec
10-22-2009   #2
SIW2


Vista x64 / 7 X64
 
 


That's fine , go ahead and rt click and run as admin on the.exe
My System SpecsSystem Spec
10-22-2009   #3
tedj11


XP
 
 


Hi, I right clicked and went to run as admin, on Win XP. It asks for a password, my main user account is the administrator and the password doesnt work for the admin account.
My System SpecsSystem Spec
.
10-22-2009   #4
SIW2


Vista x64 / 7 X64
 
 


I don't think you need to do that on XP - try just running the .exe and see.
My System SpecsSystem Spec
10-22-2009   #5
Audio


Windows 7 Professional x64
 
 


I'm currently getting an error. I've corrected the mistakes in the above code lines

Should be Oscdimg.exe –u2 –b C:\Users\your_username\Desktop\expandedSetup\boot\etfsboot.com –h C:\Users\your_username\Desktop\expandedSetup C:\7.iso

There wasn't a space between -bC:\Users.. and there was a space in etfsboot.com

But afterwards I get the error
Scanning Source tree
ERROR: Failure enumerating files in directory "C:\USERS\*MYUSERNAME*\uU2\" (On the lower case u there is a ^ above it)
Error 3: The system cannot find the path specified.
My System SpecsSystem Spec
10-22-2009   #6
zorviny


OS X
 
 


Short Preface: I have tried to "unpackage to both my M: drive and my desktop

Ok so i Rt clicked on the folder and ran it as admin - I get the Unloading Box Progress bar:

When it reaches the end of the progress bar I haer a error bell and this prompt appears on the screen:

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.

Is that normal?
My System SpecsSystem Spec
10-22-2009   #7
zorviny


OS X
 
 


Quote   Quote: Originally Posted by Audio View Post
I'm currently getting an error. I've corrected the mistakes in the above code lines

Should be Oscdimg.exe –u2 –b C:\Users\your_username\Desktop\expandedSetup\boot\etfsboot.com –h C:\Users\your_username\Desktop\expandedSetup C:\7.iso

There wasn't a space between -bC:\Users.. and there was a space in etfsboot.com

But afterwards I get the error
Scanning Source tree
ERROR: Failure enumerating files in directory "C:\USERS\*MYUSERNAME*\uU2\" (On the lower case u there is a ^ above it)
Error 3: The system cannot find the path specified.

I was getting the same error when I ran it as well
My System SpecsSystem Spec
10-22-2009   #8
Cyanide


Windows 7 Pro x32
 
 


So after the cmd prompt, I can save it to a dvd-r as an .iso? Thanks and sorry for not being so tech-savvy.
My System SpecsSystem Spec
10-22-2009   #9
Audio


Windows 7 Professional x64
 
 


My mistake there is suppose to be no space between -bC:\User

Just there is suppose to be no space in etfsboot.com

I end up making my own line to use

oscdimg -bC:\Users\USERNAME\Desktop\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\Users\USERNAME\Desktop\expandedSetup\ C:\7.iso

That worked for me
My System SpecsSystem Spec
Comment

Tutorial Tools



Similar Threads for: Make bootable iso from student d/l
Windows 7 Tutorial Category
How can I make a bootable DVD? Installation & Setup
problems with bootable iso & student download Installation & Setup
How the hell do I make a bootable ISO? General Discussion
How can I make my W7 disk bootable? Installation & Setup


All times are GMT -5. The time now is 08:07 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28