Brian said:
I have heard that i will only be able to deplay Vista 3 times. We have a
site license for Vista and we re-image over and over again. Is this true? or
what is the way for mass deplayment going to be?
Thanks
You need to put something like this in your unattend.xml file:
<settings pass="generalize">
<component name="Microsoft-Windows-Security-Licensing-SLC"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="
http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
Read up in the WAIK about "skiprearm" -- this will let you run sysprep
more than 3 times while you are testing your image out. Now, I leave
it for the reader to determine if they ever want to remove it -- it
probably depends on how you are doing your imaging.
IMO, if you are doing something like maintaining an image on a hard
disk that you manually update once a month (say patch Tuesday) and then
reburn your image with Ghost/Acronis -- then you'd leave this in there
and not really worry about the affect of the non-counting against the
KMS server, etc..
If you are using imageX and slipstreaming updates into your load set,
then maybe you don't need "skiprearm".
but I have yet to figure out any scenario where I'd actually want to
*remove* this code that's going to have any adverse affect on my
deployment.
I've probably run my unattend.xml file about 100+ times now with no
problems with this in it. Without it? Running sysprep 4 times will
hose your Vista load and you'll have to start all over. Really.
- Steve