For the first time since Windows NT
Server, Microsoft has improved how
users, enterprises, PC makers, and
OEMs configure, install, and deploy
Windows. New capabilities, such as
offline servicing and the ability to
create just one install image for multiple hardware configurations, make Windows
deployment easier than ever. But if you're an IT
administrator who'll need to deploy Windows
Vista either now or in the future, you've got a
lot to learn.
It's All About Image
Vista is deployed via a file-based image—similar to an ISO or virtual hard disk file—instead
of a complex directory structure of files. You
can edit a Vista image live and can easily create
custom install images. Furthermore, Microsoft
is distributing only one Vista image instead
of a different image for each product edition.
(Technically, there are actually two images: one
for 32-bit versions and one for x64 versions.)
The product key you use during installation
determines which edition is installed from
the image and which features are available to
the user. Vista is also internally componentized, making it easier to choose exactly which
applications and features will be installed.
(For information about Vista's componentization, see the Web-exclusive sidebar “Vista Componentization.”
Using simple drag-and-drop techniques
(or scripting and command-line tools), you
can easily update the Vista installation image
with new device drivers, languages, service
packs, and other features without having to
go through image recompilation. Changes to
images occur in real time, and you can base
install images on other install images. For
example, if you needed to roll out multiple language versions of Windows XP, you'd have to
create a separate install point for each version.
With Vista, you can create one language-free
install image and then add language images on
the fly, saving disk space and freeing you from
having to maintain multiple install points.
Windows Imaging Format (WIM) images
achieve smaller-than-expected file sizes by
combining standard compression technology
with Single Instance Storage (SIS) technology,
which allows an image file to contain only one
instance of each file, even when the image file
contains multiple install images. You can edit a
WIM image offline or mount it as a folder in the
file system and work with it as you would any
other folder. This capability will be revelatory
to those used to the drudgery of maintaining
and administering Remote Installation Services (RIS)–based client install points.
Tools of the Trade
Microsoft makes WIM management tools
available in the Windows Automated Installation Kit (WAIK). The WAIK's collection of
tools includes
- ImageX—a command-line tool that lets you
capture and modify WIM-based disk images
- Windows Preinstallation Environment
(WinPE)—a miniature, bootable version of Vista that can exist in RAM and bootstrap
the Vista install process
- Windows System Image Manager—a tool
that builds next-generation answer files,
which Windows Setup uses to apply custom settings for hands-off Vista installs
- Windows Deployment Services (WDS)—a
new tool that replaces RIS
I discuss all these tools a little later.
Out on a WIM: Examining
a Vista Install Image
ImageX lets you view and modify Vista install
images so that they can be deployed from a
custom install DVD or a network file share. To
edit the install image, copy install.wim to the
hard disk of a system on which you've installed
the WAIK. Then, open the WinPE tools command prompt from the WAIK Start Menu folder.
This version of the command prompt includes
paths for various WAIK command-line tools,
including ImageX. Right-click the command
line tool's icon in the Start Menu and choose
Run as Administrator, clearing any User Account
Protection dialog boxes that appear.
Create a folder (e.g., C:\mount) in the file
system where the image will be mounted. You
can then use ImageX's Mount (view only) and
Mountwr (read/write) commands to mount,
view, and customize the installation image. If
your install.wim file is stored in C:\images and
you want to mount it in C:\mount, you'd use
the command
imagex /mountrw
c:\images\install.wim 1 c:\mount
Now, if you open My Computer and navigate to C:\mount, you'll see the standard Vista
folder structure, with the Program Files, Users,
and Windows folders in the root. If you display
hidden and protected files, you'll also see items
such as $Recycle.Bin, Documents and Settings,
and ProgramData. You can add files or even
entire directory structures to the resulting Vista
installation wherever is appropriate within
the mounted image. (Copy and paste seems
to work more consistently than does dragging
files in Windows Explorer.) You can also view
the contents of files within the image and edit
individual files.
After making changes to the image,
unmount it—which removes it from the
namespace of the Windows shell on your PC—and save your changes. To make ImageX
write the changes back to the original file, you'd
type
ImageX /unmount /commit c:\mount
Writing changes back to the original file could
take a while because install.wim is quite large.
To unmount the image without saving your
changes, type
ImageX /unmount c:\mount
A big benefit of image-based deployment
tools is that you can copy an image and then
edit the copy. Because the images are single
files, they're easy to manipulate in the file
system.
To slipstream a service pack or hotfix into
a Vista install image, simply copy the update's
executable into the Upgrade folder in the root
of the install image. There are no complex
command-line scripts to run or key codes to
remember.
Working with Answer Files
Although it's possible to use an install image to
trigger a remote Vista install, doing so will give
you only a network-based version of interactive setup, forcing the user (or more typically,
an administrator) to manually install the OS.
By pairing an install image with an answer file
(i.e., a text file containing the responses to Windows Setup dialog boxes), you can arrive at a
fully automated Vista install that's customized
for your needs. First, you need to create a master installation by adding an answer file and a
Vista install image to a bootable DVD. You can
then let the DVD run using just the WAIK tools.
Alternatively, you can deploy master installations by using ImageX and WinPE.
Vista replaces Windows 2000's Setup Manager with Image Manager, and the text-based
answer files have been superseded by XML
versions. The XML answer files are harder to
hand-edit (unless you're conversant in XML),
but they're standards-based and more elegant
than the old format. Microsoft has also created
a new Windows catalog (.clg) file type, which is
a binary (i.e., non-text) data file that's managed
by Image Manager and contains the state of all
the settings and packages in a given Windows
image. If you look in the Sources folder on a
Vista install DVD, you'll see a .clg file for each
Vista product edition.
To create an answer file, open Image Manager (click Start Menu, All Programs, Microsoft Windows AIK, Windows System Image
Manager). Then click File, Select Windows
Image and locate a copy of install.wim in the
File Open dialog box. (The file must be on the
local hard disk, not on the install DVD.) Image
Manager will prompt you to select an image.
Typically, the image will include all the standard Vista product edition types.
After selecting the image type (I'll use Vista
Ultimate as an example), click OK, and Image
Manager will mount the image file and create
an associated .clg file. When the process is
complete, you'll see that the Windows Image
pane in Image Manager now contains the Vista
Ultimate image, from which you can select
components and packages. Select New Answer
File from the File menu, and the Answer File
pane will contain new Components and Packages sections, as Figure 1 shows.
Components are internal Vista features (e.g.,
Remote Assistance, Windows Sidebar) that you
can apply during Windows Setup. In Image
Manager, you can specify the configuration
pass—or phase of Windows installation—in
which particular components are installed. Packages are external applications and features
(e.g., service packs, hotfixes, language packs,
drivers) that you can add to an install image.
You can also enable and disable Windows
features via packages.
It might at first appear that there's some
overlap between components and packages,
since you can use packages to enable and
disable Windows features. But think of it this
way: Components are internal to Windows,
and packages are external. IT administrators
or PC makers typically use packages to disable
or enable certain Windows features, overriding
the Microsoft-specified default behavior.
You'll see seven entries under Components
in the Answer File pane: windowsPE, offline-Servicing, generalize, specialize, auditSystem,
auditUser, and oobeSystem. By default, there
aren't any specified packages because this is a
bare-bones install image.
You can expand the Components and Packages nodes in the Windows Image pane to see
which components and packages are available
for editing. You should see many components
and a short list of packages. As you select items
from the list, they populate the Properties pane
so that you can edit properties.
For example, let's edit the default home page
in Microsoft Internet Explorer (IE) so that it's
a custom location. To do so, expand Components and locate the x86_Microsoft-WindowsInternetExplorer-6.0.xxxx.xxxxx_neutral node,
where xxxx.xxxxx is the version number of the
OS you're installing. Expand the Components
node, then the StartPages subnode. To change
the home page setting, right-click the StartPage
subnode (under StartPages) and select Add Setting to Pass 4 specialize, as you can see in Figure 1. (It's the only option available.) A collapsible set
of component changes is added to 4 specialize in
the Answer File pane.
When you select StartPage in the Answer
File pane, various StartPage properties appear
in the Properties pane, including the StartPageUrl field under Settings. To add a custom
URL, type it in that field and press Enter. After
the new setting is accepted, the text will be
bolded.
The sheer number of components you can
configure can be overwhelming. Let's look at a
few common components and their locations
in the Components hierarchy.
To automatically specify a username, right-click the Components, x86_Microsoft-Windows-Setup_6.0.xxxx.xxxxx_neutral, UserData
setting and select Add Setting to pass 1 WindowsPE of Vista Setup. This component is
used to specify the username and organization and determine whether the End User
License Agreement is automatically accepted.
To automatically add a product key, add the
Components, x86_Microsoft-Windows-Setup_6.0.xxxx.xxxxx_neutral, UserData, ProductKey
setting to the first phase of Vista Setup. Be sure
to change the WillShowUI key to Never and
specify the product key.
To configure packages, expand the Packages node under your install image in the
Windows Image pane. By default, you should
see packages such as FeaturePack, Foundation, LanguagePack, and Product, as Figure
2 shows. FeaturePacks are out-of-band additions, and Vista includes two by default: .NET
Framework 3.0 and XML Paper Specification
(the Microsoft format that competes with
PDF). Foundation is the base OS (aka MinWin)
component on which all Vista installs are built.
Under LanguagePack, you should see at least
two nodes (one for Windows and one for the .NET Framework)—more, if you're using a
multilanguage version of Vista or are manually
adding languages. Under Product, you'll see
the component Microsoft added to MinWin to
build the Vista product edition you're working
with (in this case, the Vista Ultimate package).
Some packages offer interesting customization features. For example, you can go into the
Foundation package and enable and disable
specific features, such as InboxGames (which
lets you enable or disable individual games),
Tablet PC optional features, and the Microsoft Internet Information Services (IIS) Web
server. To customize a package, right-click it
in the Windows Image pane and choose Add
to Answer File. Then select the package in the
Answer File pane and edit its settings in the
Properties pane.
To add a new package to your customized
install, select Insert, Package(s). Then, navigate
to the add-ons you'd like to install with Vista.
At any step along the way, you can click
the Validate Answer File button in the Image
Manager toolbar to ensure that the resulting
answer file will work. If Image Manager finds
any errors, it tells you where to find the problem.
You can save a validated answer file to a
disk. From Image Manager's File menu, select
Save Answer File and save the file to disk under a name such as autounattend.xml. If you
double-click the file in Windows Explorer, it
will open in IE or your default XML editor. You
can open and edit an answer file either through
Image Manager or through the Windows shell
by selecting Open With.
To install Vista on only a few PCs, the simplest solution might be to create a bootable
DVD by copying a Vista install DVD and adding an answer file to the root. Then, you can use
the customized installation DVD to boot each
PC. Vista should set up in about 30 minutes.
WDS Deployments
You should be at least somewhat familiar
with previous-generation Windows deployment tools, such as RIS, before moving up to
the WAIK and WDS. To review how a typical enterprise might roll out XP desktops in a preVista world, see the Web-exclusive sidebar
“Deploying Windows with RIS,” InstantDoc ID 94191.
WDS is RIS's replacement and is installed
from the WAIK CD or through a download.
After installing WDS, you'll no longer have
access to RIS, although any RIS install images
you previously configured will still be available via the Legacy Images section of the WDS UI.
Like RIS, WDS requires an AD-based network
running DNS and DHCP services, and the
WDS server must have an NTFS partition on
which to store install images. If you've already
installed RIS and configured these items, the
WDS install wizard will let you use the RIS
settings. However, some users will install WDS
“fresh,” in which case they have to install (but
not configure) RIS, install WDS, and then configure WDS during the install process.
Because of the modular nature of Vista,
WDS will install several installation images
when you add the Vista install.wim file to the
WDS image store. On a typical version of Vista,
you'll likely see seven images, each representing one of the available Vista product editions.
These images will be installed into the WDS
Install Images group, which is accessible from
the WDS GUI.
Using the tools and techniques described
earlier, you can create custom install images
with custom answer files, store them in WDS,
then deploy them to clients. For the most part,
WDS works similarly to RIS. When you boot
a Preboot Execution Environment (PXE)–
enabled computer on the network, it finds the
WDS server, loads WinPE to boot from RAM,
then processes the answer file, if one exists.
Depending on how automated the install is,
you might have to answer some interactive
setup questions at the beginning of the process
and specify a computer name at the end.
Like RIS, WDS has its limitations. It doesn't
support decent monitoring functionality, making it hard to gauge how well large-scale
deployments have gone. For this reason,
large enterprises will still want to rely on
high-end deployment tools such as Microsoft
Systems Management Server (SMS), whose
useful deployment features include the ability to install Vista and the Microsoft Office
2007 System simultaneously using Zero Touch
Installation technologies. Microsoft is also
working on a set of Business Desktop Deployment solution accelerators for Vista and Office
2007 that will make rolling out these products
in large environments easier.
Migrating to Vista
Traditionally, it's been best to install new Windows versions on new hardware for a couple of
reasons. First, a new OS tends to introduce hardware and software incompatibilities, and second, the process of upgrading from one version
of Windows to another has generally proven to
be problematic. However, Vista's modular architecture partially eliminates these problems.
When you upgrade an XP PC to Vista, Windows Setup actually performs a clean install of
Vista, then reinstalls applications and user settings to the upgraded system. The result is generally a system that performs as before, but with
the benefits of Vista. (With Win2K, upgrading isn't as easy. Win2K can't be upgraded in-place
to Vista, so you'll need to back up all user documents and data files from the Win2K system
and copy them back to the PC after completing
the upgrade.) Regardless of what Windows version is on your client PCs now, make sure those
systems meet the minimum Vista requirements
before attempting a migration. For a list of those
requirements, go to http://www.winsupersite.com/reviews/winvista.asp.
There are two ways to migrate to Vista.
Small businesses and individuals can use the
Windows Easy Transfer tool and an optional
Easy Transfer Cable to move user accounts,
files and folders, program settings, Internet
settings and favorites, and email settings from
an existing Windows PC to a new PC running
Vista. Or, you can capture this information
from a client PC, put it on a recordable DVD,
network share, or removable hard disk drive,
install Vista interactively or using any of the
methods described above, and then use the
Windows Easy Transfer tool again to copy
everything back to Vista.
Enterprises and large businesses need a
more scalable approach. For them, the WAIK
provides a new version of User State Migration
Tool (USMT) to help migrate user files and settings during large Windows deployments.
Final Thoughts
Microsoft has bestowed Vista with major new
versions of its software deployment tools. To
those familiar with today's Windows deployment tools, the new WAIK, WDS, and USMT
will seem familiar, yet more powerful. Those
who have never before deployed Windows
can rejoice: Vista is simpler to deploy than any
earlier version of Windows.
So what is the difference between BDD 2007 (Business Desktop Deployment)and WAIK? They seem to be the same thing...?