I have had to migrate 25 systems from Win98 to WinXP Pro
recently. I found out the hard way that it is best to buy
a new hard disk, install it as Drive_C and the old disk as
Drive_D. Then go ahead and install XP on the new hard disk,
using XP using an unatteded install. You will need to create a file named WINNT.SIF on the floppy and edit it to suit your desires; then set the PC to boot from the CD, insert the floppy in the drive, and the XP install disk in the CDRom and reboot.
When you are done, you can copy the users "stuff" over from
the old hard drive so that nothing gets lost. Leave it this way for a few days because the user always remembers something that he/she MUST have right after you format the old hard drive.
I would convert to NTFS because it is more efficient. If you can leave the old hard drive installed, you can leave it FAT or convert it also.
Enclosed is my WINNT.SIF You will notice that I commented out the autopartition. I have changed other things such as the key to protect myself.....
;SetupMgrTag
; =====================================================
;
; Lords XP Workstation: JOE
;
; =====================================================
[Data]
UseBIOSToBoot = 1
; AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
FileSystem=ConvertNTFS
[GuiUnattended]
ProfilesDir = "C:\USERS"
AdminPassword="admin"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
ProductKey=GPHRY-GMMH0-HFYJK-298J8-V74FR
FullName="Joe Smith"
OrgName="Junk Computers, Inc."
ComputerName=JOE
[Display]
Xresolution=800
YResolution=600
Vrefresh=75
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=770
[RegionalSettings]
LanguageGroup=1
Language=00000409
[Branding]
BrandIEUsingUnattended=Yes
Home_Page=yahoo.com
[Proxy]
...=Yes
WINS=No
NetBIOSOptions=0
PAPA4