one person to deploy multiple XP clients

  • Thread starter Thread starter p4kelly4
  • Start date Start date
P

p4kelly4

I am getting ready to deploy a clean install with XP Pro on about 85 clients
and I have no help here. Now I see that I can use sysprep if all my machines
are the same but their not the HD sizes vary, Memory varies, Processor
speeds also vary.
Now if I use Unattend then I have to go to each PC to start the deployment
and my clients are scattered across multiple building.
I don't want to upgrade so I can't use SMS. Anyone have any suggestions?
 
Microsoft does not support the use of OEM media with sysprep.
If you wish to use sysprep, you should be using volume licensing.
Otherwise, you'll have to activate each installation by phone.

Support WebCast: Microsoft Windows XP: Deployment Methods
http://support.microsoft.com/default.aspx?scid=kb;en-us;3248­74

Summary of the limitations of the System Preparation tool
http://support.microsoft.com/default.aspx?scid=kb;en-us;830958

Unsupported Sysprep scenarios
http://support.microsoft.com/default.aspx?scid=kb;en-us;828287

Updated System Preparation tool for Windows XP Service Pack 2
http://support.microsoft.com/default.aspx?scid=kb;[LN];838080

Windows XP Service Pack 2 Deployment Tools
http://www.microsoft.com/downloads/...91-ac56-4665-949b-beda3080e0f6&displaylang=en

The Microsoft Policy Concerning Disk Duplication of Windows XP Installations
http://support.microsoft.com/default.aspx?scid=kb;en-us;314828&Product=winxp

Sysprep uses a mass storage section to allow you to specify the mass storage
drivers that you want installed. It also allows you to use different mass storage
devices for different systems. So you can possibly use the same image for machines
that have mass storage drivers. You won't have to re-create the images so many times.
You do have to make sure that the OemPreinstall=Yes is set in the [Unattended]
section of the Unattend file, or else the drivers for the mass storage device aren't
going to be properly recognized during setup.

Ref: http://support.microsoft.com/?scid=...rvicedesks/webcasts/en/wc021502/wct021502.asp

How to Acquire Microsoft Product Licenses Through Microsoft's Volume Licensing Programs
http://www.microsoft.com/licensing/howtoacquire.mspx

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

Get Windows XP Service Pack 2 with Advanced Security Technologies:
http://www.microsoft.com/athome/security/protect/windowsxp/choose.mspx

-------------------------------------------------------------------------------------------

:

| I am getting ready to deploy a clean install with XP Pro on about 85 clients
| and I have no help here. Now I see that I can use sysprep if all my machines
| are the same but their not the HD sizes vary, Memory varies, Processor
| speeds also vary.
| Now if I use Unattend then I have to go to each PC to start the deployment
| and my clients are scattered across multiple building.
| I don't want to upgrade so I can't use SMS. Anyone have any suggestions?
 
p4kelly4 said:
I am getting ready to deploy a clean install with XP Pro on about 85
clients and I have no help here. Now I see that I can use sysprep if
all my machines are the same but their not the HD sizes vary, Memory
varies, Processor speeds also vary.
Now if I use Unattend then I have to go to each PC to start the
deployment and my clients are scattered across multiple building.
I don't want to upgrade so I can't use SMS. Anyone have any
suggestions?

Truthfully, I prefer an unattended method.
(Try http://unattended.sourceforge.net for a network version,
http://unattended.msfn.org for CD version.)

However, you could use Ghost and a sysprep method..
(Try http://www.gc.peachnet.edu/www/wbeck/W2KXP.htm#Master for information
covering your situation.)

No matter what - you are likely going to have to touch the machines or at
least pass out diskettes/CDs and some instructions for users to follow to
get things started - as you specified a CLEAN install.
 
I have the volume licenses for my location(No activation needed) I've
setup a temp server to hold my apps that I will be installing and I have
created several scripts(yet to be tested, its just that its an aweful
lot of work for one person (wonder woman I'm not), many of the nodes
right now are slowing down due to improper maintenance and bad
environment. So instead of defraging everyone of them before upgrading
and besides from experience clean installs are always better than
upgrades.(You don't take old problems with you). If I'm going to have to
touch each machine as Shenan says then I will have to do this over a
period of time. Doing a section or department at time. Thanks for your
references too, I'll look into them.
 
p4kelly4 said:
I am getting ready to deploy a clean install with XP Pro on about 85
clients and I have no help here. Now I see that I can use sysprep if all my
machines are the same but their not the HD sizes vary, Memory varies,
Processor speeds also vary.
Now if I use Unattend then I have to go to each PC to start the deployment
and my clients are scattered across multiple building.
I don't want to upgrade so I can't use SMS. Anyone have any suggestions?

I've read the other responses, but thought it best to reply directly from
your first post. Even though you have a relatively small # of client
machines, you would benefit greatly from the guidance in the Business
Desktop Deployment Solution Accelerator (BDD) found at:

http://www.microsoft.com/technet/desktopdeployment/bddoverview.mspx

The Standard Edition was crafted specifically for small environments, and
includes an eval copy of PQIDeploy which is an imaging solution similar in
function to Ghost (was created by PowerQuest which was purchased last year
by Symantec, the owner of Ghost). Where you could benefit is the VERY
complete build environment with it's well tested scripts & batch files.
Since you mentioned SMS, if you have SMS 2003, you can also use the
information in the Enterprise Edition which details the newly released
Operating System Deployment Feature Pack (a free addon to SMS 2003). With
this tool, you can completely automate your installation while doing the
recommended "wipe & load" instead of upgrades.

For just 85 machines, an unattended setup is quite possible as another
mentioned, and the unattended.msfn.org site is a great source of information
on doing just that. RIS is also an option if your machines have PXE nics.
Either will typically require a physical vist to the machines. IF you do
have SMS 2003 and the time to do this right, BDD is your best choice. Spend
the time now and get a process down that will only make it easier the next
time around!

Hope this helps!

Glenn Fincher
Desktop Deployment Specialist
 
Just to add a point you can activate Windows automatically the answerfile
you'll need to make the following changes

[Unattended]
Unattendmode = FullUnattended
Filesystem = LeaveAlone
TargetPath = *
Win9XUpgrade = No
NtUpgrade = Yes AutoActivate = Yes
ActivateProxy = Proxy [userdata]
ProductKey = PXRQ3-7VPMV-CQWXR-8Y4KX-RD786
[Branding]
BrandIEUsingUnattended = Yes [Proxy]
Proxy_Enable = 1
Use_Same_Proxy = 1
HTTP_Proxy_Server = myproxyserver:80
Proxy_Override = <local>

The whole article is located here
http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/wpadepl.mspx#EGAA

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top