PC Review


Reply
Thread Tools Rate Thread

"C:\Sysprep\drivers" or "C:\Drivers"?

 
 
Barkley Bees
Guest
Posts: n/a
 
      19th May 2009
As mentioned in a separate post, I am building a new Windows XP image for
deployment to our users, and I have my sysprep folder setup as it should be
on the reference PC. My question is regarding the drivers folder. In our
previous images we have always had the drivers folder located at
"C:\drivers" which works fine but now with the new hardware models for this
year this folder has gotten quite large.

So I am thinking of placing the drivers folder into the sysprep folder
"C:\Sysprep\drivers" so that after the mini-setup is run and the driver
installs are completed the drivers will get deleted along with the sysprep
folder. Does anyone here do this and if so, have you encountered any issues
with doing it this way?

I am concerned that some driver files may be in a locked\accessed state and
when mini-setup goes to delete the sysprep folder it may not be able to
delete all the drivers correctly.

My rationale for wanting to delete the drivers are:
- with all the extra files on the client PC's our AV client scheduled and
automated scans will take that much longer and impact performance for some
users during the scan (ie: lower rpm laptop HDD's).
- that they will simply be wasting space on the client computers (~1.2GB of
drivers).

Once again, appreciate any feedbaack/advice. Thanks.


 
Reply With Quote
 
 
 
 
Klaus Jorgensen
Guest
Posts: n/a
 
      21st May 2009
Barkley Bees formulated on tirsdag :
> I am concerned that some driver files may be in a locked\accessed state and
> when mini-setup goes to delete the sysprep folder it may not be able to
> delete all the drivers correctly.


Maybe a bit off topic, but I am looking for a method to check if XP is
still scanning for new hardware so that I can determine if it is safe
to delete the driver files.

I am using an image with Chipset, SATA and network drivers only, and
have a small script that downloads the driver package for a specific
computer model to c:\drv. Then delete the unknown devices from the
device manager, add driver paths to registry and then initiate a scan
for new hardware (or simply reboot to start scanning).

I have been thinking of using the registry RunOnce key to delete the
driver folder on the second or third reboot, but I'd like a method to
just wait for the scanning process to finish.

--
/klaus


 
Reply With Quote
 
Barkley Bees
Guest
Posts: n/a
 
      24th May 2009
Does anyone have any feedback they can offer on the below? Do most of you
place your drivers in the root "C:\Drivers" or do any of you place it in the
sysprep folder "C:\Sysprep\Drivers" so they get deleted after the MiniSetup
Wizard runs? Thanks.


"Barkley Bees" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> As mentioned in a separate post, I am building a new Windows XP image for
> deployment to our users, and I have my sysprep folder setup as it should
> be on the reference PC. My question is regarding the drivers folder. In
> our previous images we have always had the drivers folder located at
> "C:\drivers" which works fine but now with the new hardware models for
> this year this folder has gotten quite large.
>
> So I am thinking of placing the drivers folder into the sysprep folder
> "C:\Sysprep\drivers" so that after the mini-setup is run and the driver
> installs are completed the drivers will get deleted along with the sysprep
> folder. Does anyone here do this and if so, have you encountered any
> issues with doing it this way?
>
> I am concerned that some driver files may be in a locked\accessed state
> and when mini-setup goes to delete the sysprep folder it may not be able
> to delete all the drivers correctly.
>
> My rationale for wanting to delete the drivers are:
> - with all the extra files on the client PC's our AV client scheduled and
> automated scans will take that much longer and impact performance for some
> users during the scan (ie: lower rpm laptop HDD's).
> - that they will simply be wasting space on the client computers (~1.2GB
> of drivers).
>
> Once again, appreciate any feedbaack/advice. Thanks.
>



 
Reply With Quote
 
Hunter01
Guest
Posts: n/a
 
      24th May 2009
Personally I'd go C:\drivers (we did), or even c:/d, every subdirectory
you hang off it needs it's only little chunk in the driver line,
recursing doesn't work (as much as some say it does). We use Altiris
these days so we inject all the required drivers post-sysprep,
pre-first-boot and all is good now, but in the dark old days when we had
to put ALL the drivers for every hardware model down there lots of
subdirectories came into play due to common file names, so the shorter
the path the better.

That was back in the dark old days when we believed MS's *******s that
you couldn't fix the HAL between different HAL types as well, but that's
another story all over again....


Barkley Bees wrote:
> Does anyone have any feedback they can offer on the below? Do most of you
> place your drivers in the root "C:\Drivers" or do any of you place it in the
> sysprep folder "C:\Sysprep\Drivers" so they get deleted after the MiniSetup
> Wizard runs? Thanks.
>
>
> "Barkley Bees" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> As mentioned in a separate post, I am building a new Windows XP image for
>> deployment to our users, and I have my sysprep folder setup as it should
>> be on the reference PC. My question is regarding the drivers folder. In
>> our previous images we have always had the drivers folder located at
>> "C:\drivers" which works fine but now with the new hardware models for
>> this year this folder has gotten quite large.
>>
>> So I am thinking of placing the drivers folder into the sysprep folder
>> "C:\Sysprep\drivers" so that after the mini-setup is run and the driver
>> installs are completed the drivers will get deleted along with the sysprep
>> folder. Does anyone here do this and if so, have you encountered any
>> issues with doing it this way?
>>
>> I am concerned that some driver files may be in a locked\accessed state
>> and when mini-setup goes to delete the sysprep folder it may not be able
>> to delete all the drivers correctly.
>>
>> My rationale for wanting to delete the drivers are:
>> - with all the extra files on the client PC's our AV client scheduled and
>> automated scans will take that much longer and impact performance for some
>> users during the scan (ie: lower rpm laptop HDD's).
>> - that they will simply be wasting space on the client computers (~1.2GB
>> of drivers).
>>
>> Once again, appreciate any feedbaack/advice. Thanks.
>>

>
>

 
Reply With Quote
 
Hunter01
Guest
Posts: n/a
 
      24th May 2009
Hunter01 wrote:
> Personally I'd go C:\drivers (we did), or even c:/d, every subdirectory
> you hang off it needs it's only little chunk in the driver line,
> recursing doesn't work (as much as some say it does). We use Altiris
> these days so we inject all the required drivers post-sysprep,
> pre-first-boot and all is good now, but in the dark old days when we had
> to put ALL the drivers for every hardware model down there lots of
> subdirectories came into play due to common file names, so the shorter
> the path the better.
>
> That was back in the dark old days when we believed MS's *******s that
> you couldn't fix the HAL between different HAL types as well, but that's
> another story all over again....



Ooops, missed the operative point, deletion of drivers... Why do you
want to? if something goes hairy they're still there for a quick manual
fix? but if you're keen on cleanliness throw it in the runonce key and
give all users full control to the directory and all good. First logon
will turf it, with an "is it there" bit at the front to make sure some
other user hasn't already turfed it. Or you could try guirunonce or
cmdlines.txt for cleaner results, but can't honestly tell you which
might interfere with sysprep driver install, all I can say is
cmdlines.txt runs before guirunonce.


>
>
> Barkley Bees wrote:
>> Does anyone have any feedback they can offer on the below? Do most of
>> you place your drivers in the root "C:\Drivers" or do any of you place
>> it in the sysprep folder "C:\Sysprep\Drivers" so they get deleted
>> after the MiniSetup Wizard runs? Thanks.
>>
>>
>> "Barkley Bees" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> As mentioned in a separate post, I am building a new Windows XP image
>>> for deployment to our users, and I have my sysprep folder setup as it
>>> should be on the reference PC. My question is regarding the drivers
>>> folder. In our previous images we have always had the drivers folder
>>> located at "C:\drivers" which works fine but now with the new
>>> hardware models for this year this folder has gotten quite large.
>>>
>>> So I am thinking of placing the drivers folder into the sysprep
>>> folder "C:\Sysprep\drivers" so that after the mini-setup is run and
>>> the driver installs are completed the drivers will get deleted along
>>> with the sysprep folder. Does anyone here do this and if so, have you
>>> encountered any issues with doing it this way?
>>>
>>> I am concerned that some driver files may be in a locked\accessed
>>> state and when mini-setup goes to delete the sysprep folder it may
>>> not be able to delete all the drivers correctly.
>>>
>>> My rationale for wanting to delete the drivers are:
>>> - with all the extra files on the client PC's our AV client scheduled
>>> and automated scans will take that much longer and impact performance
>>> for some users during the scan (ie: lower rpm laptop HDD's).
>>> - that they will simply be wasting space on the client computers
>>> (~1.2GB of drivers).
>>>
>>> Once again, appreciate any feedbaack/advice. Thanks.
>>>

>>
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Field Names: "LongName", "ShortName", "Code", "Description","Comments" PeteCresswell Microsoft Access 2 25th Feb 2009 11:41 PM
Re: cant install drivers "setup did not find compatable drivers......setupwill exit" Man-wai Chang ToDie (33.6k) ATI Video Cards 0 19th Aug 2008 07:15 AM
<FORM METHOD="post" onSubmit="return fieldcheck()" name="orientation" action="http://ws-kitty.BU.edu/AT/survey/orientation/script/write.asp" language="JavaScript"> Joeyej Microsoft ASP .NET 0 4th Jun 2004 08:55 PM
Lexmark "system" vs. "custom" drivers? Mads Orbesen Troest Printers 2 2nd Nov 2003 09:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:32 PM.