How to understand and design images in Windows 7


Images are used to deploy Windows 7 to PCs. All of the images are derived from the basic Windows Imaging (.wim) file type in Windows 7. This is the same .wim file type used in Windows Vista, Windows Server 2008, and Windows Server 2008 R2. These images share many similarities no matter how they are deployed. You can deploy images using the following methods:

Two primary image types are used:

Boot images

A boot image installs the Windows Preinstallation Environment (Windows PE, or WinPE). WinPE is used to provide a basic environment where a full installation can start. In installations before Windows Vista, installations began with a command-prompt mode, but now WinPE is used instead. The Windows 7 installation DVD includes a boot image.

Install images

An install image includes a full OS. The Windows 7 installation DVD includes the Windows 7 install images in the install.wim file. You can also create custom install images. A custom install image would include the OS, applications, settings, and configuration.

Windows imaging files can contain more than one image. The Windows 7 installation DVD I have has four images contained within the install.wim file: the Home Basic edition, the Home Premium edition, the Professional edition, and the Ultimate edition. You can use ImageX with the /Info switch to identify the images contained in a Windows image file.

It's important to realize the distinction between a .wim file and an image. An image is a full image of a bootable OS, but it must be contained within a .wim file. Any .wim file can contain one or more images. Images are stored in image files using compression and single-file technologies. Compression is easy enough to understand: The files are zipped or shrunk and can be uncompressed when needed.

Single-file technologies may be new to you, though. Files that are in more than one image are stored only once in the image file. For example, the Windows folder holds the regedit.exe file.

If your .wim file includes four Windows 7 images, the regedit.exe file is stored only once as a resource that is available to each of the images. Space is saved by storing it once instead of four times.

Legal Disclaimer

Our website is not responsible for the information contained by this article. Webworldarticles.com is a free articles resource thus practically any visitor can submit an article. However if you notice any copyrighted material, please contact us and we will remove the article(s) in discussion right away.


This article was sent to us by: Jeremy E. Doulgen at 09272010

Related Articles

1. Performance of Windows 7 and Notebooks
Rediscover the Fundamentals: It’s All About Performance The single most important request customers have had about the next release of the Microsoft Win...

2. Use the Pan Gesture to Move an Object
With the pan gesture, you can control the scrolling of content in a scrollable area. Or you can apply the pan gesture to a specific object, moving it in any direction by ...

3. Handling the WM GESTURE Message
To work with gestures, you’ll need to handle the WM_GESTURE messages that are sent to your application. If you are a Win32 programmer, you can check for WM_GESTURE ...

4. How Multitouch Works in Windows 7
New hardware and API elements in the Windows 7 operating system provide applications the ability to receive and handle touch and multitouch input. This capability enables...

5. Organize My Data Libraries in Windows 7
This article details the new functionality offered by Windows 7 Libraries. We’ll review the Windows Explorer changes that promote the new user experience that Libra...

6. Changes Made to Windows Explorer in Windows 7
Changes Made to Windows Explorer in Windows 7 In Windows 7, Libraries address the problem of users’ data being stored all over the PC by allowing users to...

7. Make Your Windows 7 Application Library Aware
Libraries under the Hood Now that we have a better understanding of what libraries represent and how users as well as developers can benefit from them, let&rsqu...