"john m" <john
> wrote in message
news:46A0AF01-9A00-4EC0-8B45-...
> My disk is partitioned. I don't have enough drive space on the 'C'
> partition, but plenty of space on the 'D' partition. When I try to
> download/install SP2, it keeps trying to install on the C drive, where there
> isn't enough room.
Do any of your environmental variables point there?
Open a command window and check for that information
by entering the following pipeline:
set | find /i "C:"
FWIW that finds nothing on my system. Everything refers to D:
>
> How do I change the default destination to 'D'?
If you're running from D: too let's find out what is being put on C:
What messages in your log(s) refer to C: ?
E.g. do a Win-F search for d:*.log which contain c:
FWIW I could find nothing conclusive that any updates were
actually trying to put anything in C: though perhaps they might
use it as temporary file space. Like you I only have a relatively
small, relatively full partition on C: It happens to be an NT4
install in a FAT partition so I don't think there is much likelihood
that XP is going to touch it. (For example, instead of the SystemRoot
being \Windows there it is \WINNT.)
You also could try using FileMon (freeware from SysInternals)
to try to understand more accurately if C: is being used by the install.
>
> Thanks in advance
HTH
Robert Aldwinckle
---