Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista

Notices

Reply

Build your own Vista install DVD

 

LinkBack Thread Tools Display Modes
Old 07-25-2006, 02:16 PM   #1 (permalink)
Default Build your own Vista install DVD

http://www.apcstart.com/site/jbannan...ta-install-dvd
by James Bannan
The bottom is about to fall out of the market for imaging tools like Symantec Ghost: Windows
Vista is based entirely around Microsoft’s own system imaging technology. The Vista install DVD
is, in fact, just one big system image.

In the XP world, most advanced users are used to customising the Windows install disc. It’s a
straightforward, if tedious, process to slipstream service packs and patches, add extra drivers
and create answer files that allow XP to install with no user input.

But this flexibility only extends to the installation of Windows itself. To clone a full system
with apps installed, Symantec Ghost or a similar utility must be used to create that image.

However, all this is about to change. Windows Vista is based entirely around Microsoft’s
Windows Imaging Format (or WIM), a file-based imaging standard rather than a sector-based. this
means that the image isn’t a bit-for-bit image of your disk layout, and hence you can apply the
image to a new system without destroying the contents of the hard drive.

Also, Vista is hardware-agnostic, so you can use a single system image as a source for multiple
hardware platforms, even if they have quite different hardware configurations.

Being file-based also enables certain features which will prove seriously useful. When
capturing a system to a WIM file you can specify exclusions. For example, you can have a work
directory on the system with temporary data. Instead of having to clean it up every time you
can simply exclude it from the capture. The same applies to session-based files like the
pagefile – it will be recreated when the system boots anyway, so why waste space?

Single-instance files are another advancement. WIM files can store more than one image, so you
can have multiple system configurations stored within the one WIM, but to avoid image bloat
single instancing checks each file referenced in each image. When more than one image
references the same file (for example, almost the entire contents of the C:\Windows directory),
the physical file is only stored once within the WIM and every image which references it is
directed to that copy. Each file stored in a WIM is assigned a unique SHA-1 hash, so version
integrity is assured.

Interestingly you can have as many images contained within one WIM file as you think you can
manage, and any one of them can be marked as bootable.

All WIM images feature one of two compression technologies – LZX or XPress. LZX gives greater
compression when space restrictions are an issue, and is the option of choice when installing
from fast media like a DVD.

For CD/DVD-based installs, WIMs can be split into multiple SWM files for media spanning. XPress
is a faster compression algorithm, and gives the best performance when deploying the image
across a network.

Compression along with the single-instancing means that WIM-based images will offer major
space-saving benefits over traditional imaging formats like Ghost. Of course, it’s not an
all-in-one imaging solution. It’s still dependent on delivery systems like SETUP.EXE, SMS
(Systems Management Server) or WDS (Windows Deployment Services – the successor to RIS, Remote
Installation Services). But that’s no different from any other imaging system.

In the next blog update I’ll go through the Microsoft tools available to interact with and
customise WIM images – it’s seriously cool stuff!


--
Michael
______
"The trouble ain't that there is too many fools,
but that the lightning ain't distributed right."
- Mark Twain


MICHAEL
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2006, 03:01 PM   #2 (permalink)
Default Re: Build your own Vista install DVD

Thanks for the links. I'll be reading them seriously soon. In the
meantime I couldn't resist pointing this up.

MICHAEL wrote:
Quote:
>
> However, all this is about to change. Windows Vista is based entirely
> around Microsoft’s Windows Imaging Format (or WIM),
Ya think?
Bernie
Guest
 
Posts: n/a
Reply With Quote  
Old 07-26-2006, 10:22 PM   #3 (permalink)
Default Re: Build your own Vista install DVD

Not bad for a quote-based article.
The word-based author of this article could use a dictionary-based word book
to remove some of the replication-based word usage thrughout what I have
read.
Other than that, very fine reading.
Keep in mind that this post has been Internet-based. :-)

-- Andy


"MICHAEL" <u158627_emr@dslr.net> wrote in message
news:ORjKlT$rGHA.4580@TK2MSFTNGP05.phx.gbl...
Quote:
> http://www.apcstart.com/site/jbannan...ta-install-dvd
> by James Bannan
> The bottom is about to fall out of the market for imaging tools like
> Symantec Ghost: Windows Vista is based entirely around Microsoft’s own
> system imaging technology. The Vista install DVD is, in fact, just one big
> system image.
>
> In the XP world, most advanced users are used to customising the Windows
> install disc. It’s a straightforward, if tedious, process to slipstream
> service packs and patches, add extra drivers and create answer files that
> allow XP to install with no user input.
>
> But this flexibility only extends to the installation of Windows itself.
> To clone a full system with apps installed, Symantec Ghost or a similar
> utility must be used to create that image.
>
> However, all this is about to change. Windows Vista is based entirely
> around Microsoft’s Windows Imaging Format (or WIM), a file-based imaging
> standard rather than a sector-based. this means that the image isn’t a
> bit-for-bit image of your disk layout, and hence you can apply the image
> to a new system without destroying the contents of the hard drive.
>
> Also, Vista is hardware-agnostic, so you can use a single system image as
> a source for multiple hardware platforms, even if they have quite
> different hardware configurations.
>
> Being file-based also enables certain features which will prove seriously
> useful. When capturing a system to a WIM file you can specify exclusions.
> For example, you can have a work directory on the system with temporary
> data. Instead of having to clean it up every time you can simply exclude
> it from the capture. The same applies to session-based files like the
> pagefile – it will be recreated when the system boots anyway, so why waste
> space?
>
> Single-instance files are another advancement. WIM files can store more
> than one image, so you can have multiple system configurations stored
> within the one WIM, but to avoid image bloat single instancing checks each
> file referenced in each image. When more than one image references the
> same file (for example, almost the entire contents of the C:\Windows
> directory), the physical file is only stored once within the WIM and every
> image which references it is directed to that copy. Each file stored in a
> WIM is assigned a unique SHA-1 hash, so version integrity is assured.
>
> Interestingly you can have as many images contained within one WIM file as
> you think you can manage, and any one of them can be marked as bootable.
>
> All WIM images feature one of two compression technologies – LZX or
> XPress. LZX gives greater compression when space restrictions are an
> issue, and is the option of choice when installing from fast media like a
> DVD.
>
> For CD/DVD-based installs, WIMs can be split into multiple SWM files for
> media spanning. XPress is a faster compression algorithm, and gives the
> best performance when deploying the image across a network.
>
> Compression along with the single-instancing means that WIM-based images
> will offer major space-saving benefits over traditional imaging formats
> like Ghost. Of course, it’s not an all-in-one imaging solution. It’s still
> dependent on delivery systems like SETUP.EXE, SMS (Systems Management
> Server) or WDS (Windows Deployment Services – the successor to RIS, Remote
> Installation Services). But that’s no different from any other imaging
> system.
>
> In the next blog update I’ll go through the Microsoft tools available to
> interact with and customise WIM images – it’s seriously cool stuff!
>
>
> --
> Michael
> ______
> "The trouble ain't that there is too many fools,
> but that the lightning ain't distributed right."
> - Mark Twain
>
>

Andyistic
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Vista Build 5744 doesn't want to upgrade build 5536 TS Windows Vista Install & Setup 1 10-15-2006 12:27 PM
Install Windows Vista RC1 Build 5728 on an Apple Intel iMac without installing OS X Donald McDaniel Windows Vista Install & Setup 2 09-26-2006 06:56 PM
cant install vista build 5472 x64 on uli sata controller mr boo Windows Vista Hardware & Devices 1 08-13-2006 03:45 AM
Vista 5308 Build Install Times Andre Da Costa [Extended64] Windows Vista 13 08-10-2006 09:41 PM
Windows Vista Build 5308 Upgrade Install Successful! Kevin John Panzke Windows Vista 7 03-20-2006 08:08 PM


All times are GMT. The time now is 05:08 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90