If you purchased Windows 7 Digital Download from their educational offer via Digital River you will have a choice of two files to download. An ISO or an extractable EXE. The ISO you can burn straight to disk to install from, the EXE you can install from within your existing copy of windows, alternatively you can put these files on a USB stick and install Windows 7 from there. You can also use the ISO or even an existing Windows 7 DVD to install from USB.
Windows 7 USB/DVD Download Tool
If you have a ISO or DVD instead of following the instruction below, Microsoft have now released a open source tool which does the process for you. You can view the blog post here and download the tool here. However if you have the Digital Download or want to do it yourself then please read on.
Digital River Download Preperation
The extractable EXE consits of 3 files; Win7-P-Retail-en-us-x64.exe, setup1.box, setup2.box.
Running the EXE will expand the files to a folder called expandedSetup. Inside this folder is all the usual files you would see on a Windows 7 DVD.
1. Run Win7-P-Retail-en-us-x64.exe
2. This will expand the the files to a folder called expandedSetup. Make a note of this location. For this explanation I expanded to C:\expandedSetup
Prerequisites
USB Stick – Minimum 4GB.
USB boot feature in BIOS.
Preperation takes place in a Windows Environment.
Preparing The USB
1. Enter cmd and press Ctrl + Shift + Enter to open Command Prompt with Administrative rights.
2. Enter DISKPART in Command Prompt. This will load DISKPART utility in Command Prompt.
3. Enter LIST DISK. Under Disk ### note the disk number of the USB Stick. If you have one hard drive with one partition then the hard drive will be Disk 0 and the USB stick should be Disk 1. Checking the size of the disk should give it a way! For the purpose of this explanation I will assume your USB stick is Disk 1.
4. Enter SELECECT DISK 1. Your USB stick is now the selected device.
5. Enter the following in order:
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
6. You can now exit DISKPART by typing EXIT. You will be now back at the Command Prompt. Leave it open.
Making USB Bootable Windows 7 Installation
Digital Download: Make sure you know the location of the expandedSetup folder from your digital download. For the purpose of this explanation I will use C:\expandedSetup
1. Make sure you know the drive letter of your USB stick (and DVD drive if using a Windows 7 DVD). For the purpose of this explanation I will use drive letter E: as USB stick and D: as DVD Drive.
2a. For Digital Download in Command Prompt enter the following
c:
cd expandedsetup
cd boot
2b. For DVD in Command Prompt enter the following
d:
cd boot
3. Your Command Prompt should display c:\expandedSetup\boot OR d:\boot
5. Type BOOTSECT.EXE /NT60 E:
Where “E” is the letter of your USB stick.
This will update the NTFS file system bootcode and should display
Successfully update NTFS filesystem bootcode. Bootcode was successfully updated on all targeted volumes.
6. Close Command Prompt.
7a. For Digital Download copy the contents of the expandedSetup folder to the root of the USB stick.
7b. For DVD copy the contents of the DVD to the root of the USB stick.
8. You now have a bootable Windows 7 Installation on a USB stick. Configure the BIOS to boot from USB.
——————
Windows 7 USB Installation – The Microsoft Press Way
Microsoft says the USB device should use the FAT32 file system. Here are Microsoft steps taken from MCTS Exam 70-680 Configuring Windows 7 Self-Paced Training Kit.
1. Connect the USB storage device to a computer running Windows 7 or Windows Vista.
2. Open an elevated command prompt and type diskpart.
3. At the DISKPART> Prompt, type list disk. Identify which disk connected to the computer represents the USB storage device.
4. At the DISKPART> prompt, type select disk X where X is the number of the disk that you have identified as the USB storage device.
5. At the DISKPART> prompt, type clean. When the disk is clean, type create partition primary.
6. At the DISKPART> prompt, type format fs=fat32 quick. When the format is completed type active and then exit.
7. After you have completed these steps, copy all the files located on the Windows 7 installation DVD to the USB storage device.
8. Configure the BIOS computer on which you want to install Windows 7 to boot from the USB storage device.
Copyright © 2010 Microsoft Press