Monday, July 26, 2010

Use One DVD to Install All Editions of Windows 7

PC Technicians need to have the ability to install any edition of an operating system that is called for. Windows Vista allowed one to install any edition with one disk. Unfortunately, with the release of Windows 7, Microsoft has removed this ability and left us needing a disk for each edition or SKU(stock-keeping unit). In other words, if you have a Windows 7 Home Premium Edition DVD and need to install Professional, you would need to purchase an additional DVD. However, there are a couple of hacks to get past this.

Please, understand. This is NOT a way pirate a copy of Windows 7. If you install Windows 7 Ultimate, you need an Ultimate key. Period. Your Home Basic key will not work. This method is used to make things easier for technicians.

First, make a directory in the root of your C:\ drive and call it dvd_files and another directory named win_iso. Copy ALL of the files from your install DVD to the newly created dvd_files directory. Now, in the dvd_files directory, navigate to the sources directory and delete the ei.cfg file.



Right, that's it. When this file does not exist, when installing Windows 7, you will see a menu asking which edition of Windows 7 you want to install. You can also edit this file to install a different edition. But, just delete it and you can choose from all of the editions.

Now, we need to make an ISO that can then be burned to a new DVD.

If you don't have Microsoft Windows Automated Installation Kit(AIK) installed, download the iso, burn it to a disk, and install it now.

Once it's installed, from the Start Menu, open Windows AIK's Deployment Tools Command Prompt. Enter the following command:

oscdimg -n -m -bc:\dvd_files\boot\etfsboot.com c:\dvd_files c:\win_iso\windows7.iso

There is NO space between the b and the c. That is NOT a typo. The -n switch allows long file names. The -m switch ignores the maximum size of an image. The first path is to the boot image that the DVD will use. Then next is to the files that will be used to create the ISO. The last is where the ISO will be created. Here's more, if you want to delve deeper into oscdimg.

You may wonder why the Windows AIK is needed. If you use third party tools to create an ISO from the files in dvd_files, it will be incompatible with some older motherboards. The disk will not boot, instead you will receive an error something like, CDBOOT: Cannot boot from CD - Code: 5. This is because Microsoft's "ETFSBOOT.COM program does not handle file versions according to the International Standards Organization (ISO) 9660 specification." Read more about it at Microsoft's website.

Burn the newly created ISO with your favorite third party software and you're done. You can now install any edition of Microsoft Windows 7 using one DVD.

Wednesday, July 7, 2010

Burning an ISO

An ISO is an image of an optical disk--a CD or DVD. ISO's are very useful to PC technicians. ISO's can be downloaded from the internet and burned to a CD or DVD. Also they can be a good way to store disks that are used often. If you scratch or lose a disk(i.e. leave it in a client's machine), simply burn another copy.

This post will show you how to burn an ISO with ImgBurn. ImgBurn is an excellent, light weight image burning utility. Of course, there are many other fine choices available, but ImgBurn is my personal favorite.

First, visit ImgBurn's site and download a copy. It's free and it supports other formats besides just ISO's.

After you download and install it, fire it up. The first screen that you'll see is the "Ez-Mode picker"



Choose the, "Write Image file to disc" option.

Next, you'll see this screen,

Choose the circled icon to select the ISO that you want to burn to disk. After selecting the ISO, you'll be presented with this screen,


Make sure that you have a blank CD or DVD in your burner and then press the button that is circled in the picture above. Next you'll see,


When it completes, that's it, you're done. You now have a freshly burned disk.

You can also create an ISO from optical media. When you fire up ImgBurn, simply choose, "Create Image file from disc" and follow the prompts. Of course, you should not use this software or any other software to make illegal copies of disks.