dcr2day said:
Hi Mike,
Thanks for the quick response. I need to install to c:\winnt because some
of
our legacy apps are hardcoded to look for C:\winnt during install. I know
it's crazy but that's how it is working for the government. When we went
from
95 to 2000 pro we had the same problem until we got the developer to
re-write
installs. In 2000 pro I remember pointing the OS install to a specific
directory. Can I do it with XP?
Yes you can do this using an unattended setup text file. Create a file
named "winnt.sif" following the information in the ref.chm (from the
Deployment Support Tools - deploy.cab file) and include lines such as these:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\winnt
Place this winnt.sif file on a floppy disk when you run setup, and it will
get it's instructions from the file. There is a default winnt.sif file that
ships in the I386 folder of the XP product CD - use it for a sample and
change whatever you need to make it specific to your needs.
Hope this helps!
Glenn Fincher