Public musings, often on software development RSS 2.0
# Friday, April 30, 2010

The real test of a presentation is when you come back 6 months later to repeat the steps.  Now you no longer remember much because you don’t often use a particular skill.  In this case it’s creating a bootable VHD image, which was part of my presentations for Beta, Beta Everywhere: http://nerdnotes.net/blog/PermaLink,guid,1d2dd740-8f6c-4417-80fe-604eb5665bb7.aspx

The first thing I forgot to note but quickly realized is that Windows Server 2008 can’t be a bootable image.  Fortunately Windows Server 2008 R2 can be… so no worries, just need to burn the correct DVD.

The second item was more challenging and it involved DISM.  The easy way to get the information to use to create  your image is to use the index value of the image file from the DVD.  To get this you leverage DISM.  All good, until it came to an example of the command line you actually need.  I don’t think I captured it.  So here it is for future reference:

C:\Windows\system32>dism /Get-WimInfo /WimFile:e:\sources\install.wim

The output from that line will list the index and name of each image on the DVD.  And now in 6 or 12 or 24 months when I need it again, I’ll have it at my fingertips.

Friday, April 30, 2010 2:47:00 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] -
.NET | Technology | Windows
Archive
<February 2012>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
Bill Sheldon
Sign In
All Content © 2012, Bill Sheldon