Erik Droszcz
2009-01-15 21:05:02 UTC
Thanks for your input Johan! :)
Do you think my idea of installing drivers (both regular and mass storage)
and applications using LTI is good? If so, I need to figure out the best way
to manage packages and updates...
When you deploy Vista, how do you handle MS pacthes as they are released? Do
you capture a new image every time? Or do you have any better tips to get an
up to date client when the deployment is done? I guess WSUS is one way. But
it would be great to have the client fully patched when the LTI process is
completed.
Since I use MDT/LTI to deploy my images do you think using setup.exe to
deploy both the native install.wim and custom images is prefered?
I would really appreciate tips that makes it easy to administrate the Vista
.wim when it comes to packages, updates and drivers.
// Erik
Do you think my idea of installing drivers (both regular and mass storage)
and applications using LTI is good? If so, I need to figure out the best way
to manage packages and updates...
When you deploy Vista, how do you handle MS pacthes as they are released? Do
you capture a new image every time? Or do you have any better tips to get an
up to date client when the deployment is done? I guess WSUS is one way. But
it would be great to have the client fully patched when the LTI process is
completed.
Since I use MDT/LTI to deploy my images do you think using setup.exe to
deploy both the native install.wim and custom images is prefered?
I would really appreciate tips that makes it easy to administrate the Vista
.wim when it comes to packages, updates and drivers.
// Erik
You don't need to capture the image, it can be deployed as is...
However, there a some benefits of using a reference image... the main
one is speed... injecting packages/updates during depoyment times
takes time.. you can also apply the image without having to run
setup.exe (you can use any tool that can apply a wim image).
If you don't run setup.exe, the default image will be installed to d:\
no matter what... (since msft captured from d: before capturing it in
their build labs). setup.exe has all logic for fixing that...
Regards
Johan Arwidmark
Microsoft MVP - Setup / Deployment
http://www.deployvista.com
On Thu, 15 Jan 2009 12:07:02 -0800, Erik Droszcz
However, there a some benefits of using a reference image... the main
one is speed... injecting packages/updates during depoyment times
takes time.. you can also apply the image without having to run
setup.exe (you can use any tool that can apply a wim image).
If you don't run setup.exe, the default image will be installed to d:\
no matter what... (since msft captured from d: before capturing it in
their build labs). setup.exe has all logic for fixing that...
Regards
Johan Arwidmark
Microsoft MVP - Setup / Deployment
http://www.deployvista.com
On Thu, 15 Jan 2009 12:07:02 -0800, Erik Droszcz
Hi!
So far I have mostly done Windows XP deployment using MDT. But lately I
started to look at deploying Vista and Windows 7.
When deploying XP I like to have only one .wim image for all my different
computer models. The only thing I really include in the image is some mass
storage drivers since those can't be injected properly in MDT. All other
drivers, updates and applications are added in the LTI process during
deployment of the XP .wim. Sure it takes a bit longer compared to include
large apps like Office in the image. But it makes the image administration
much easier ?
Now when I started to play with deploying Vista and 7 I thought, do I really
need to capture my own .wim image at all? Reason this question popped up is
that I want an as clean image as possible. And since I install drivers and
applications using LTI I don't need those in the image. Also, when you add a
custom Vista .wim to MDT you still need to make sure it copies the Vista
setup files. Otherwise the LTI deployment will fail. And of what I understood
MDT can inject mass storage drivers on the fly for Vista/7? If I want to make
changes to settings not available in the Unatend.xml file I guess you can
script them from a step in the LTI task sequence?
So, do I really need to sysprep and capture my own Vista/7 image? Will the
the OS be deployed any faster using a custom image?
Did I miss anything fundamental here :) ? Would really appreciate your input
and suggestions on this one!
Regards
Erik
So far I have mostly done Windows XP deployment using MDT. But lately I
started to look at deploying Vista and Windows 7.
When deploying XP I like to have only one .wim image for all my different
computer models. The only thing I really include in the image is some mass
storage drivers since those can't be injected properly in MDT. All other
drivers, updates and applications are added in the LTI process during
deployment of the XP .wim. Sure it takes a bit longer compared to include
large apps like Office in the image. But it makes the image administration
much easier ?
Now when I started to play with deploying Vista and 7 I thought, do I really
need to capture my own .wim image at all? Reason this question popped up is
that I want an as clean image as possible. And since I install drivers and
applications using LTI I don't need those in the image. Also, when you add a
custom Vista .wim to MDT you still need to make sure it copies the Vista
setup files. Otherwise the LTI deployment will fail. And of what I understood
MDT can inject mass storage drivers on the fly for Vista/7? If I want to make
changes to settings not available in the Unatend.xml file I guess you can
script them from a step in the LTI task sequence?
So, do I really need to sysprep and capture my own Vista/7 image? Will the
the OS be deployed any faster using a custom image?
Did I miss anything fundamental here :) ? Would really appreciate your input
and suggestions on this one!
Regards
Erik