Installing Windows XP Professional
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
Installing Windows XP Professional
Rating:
This article covers how to install Windows XP Professional on a variety of stand-alone computers and computers working in a network environment. It also covers an individual's ability to perform installation through a CD-ROM, upgrade of a previous version of Windows to Windows XP Professional, and troubleshoot the issues generated during installation. Installing Windows XP Professional is quite easy. Following is the minimum and recommended requirement of hardware to install Windows XP successfully:
| Pentium II processor running at 233MHz or faster | 300MHz | |
| 64MB | 128MB | |
| 1.5GB of free hard disk space for boot partition. More space will be needed if installing over a network. | 2GB | |
| Running at VGA resolution | Higher | |
| PXE-enabled or a network boot disk and network card for a network-based installation | Same as minimum | |
| CD-ROM or DVD drive for CD-ROM-based or DVD-based installations, respectively, a keyboard and a pointing device | Same as minimum |
- Before installation, run the Setup program, which checks hardware and software compatibility with the Windows XP Professional HCL list.
- Ensure that the hard disk partition is enough to meet the space requirement.
- The hard disk should be partitioned with the FAT/FAT32 or NTFS file system.
- Ensure that other required peripheral devices such as the CD-ROM drive, Network adapter card, keyboard, mouse, etc., are properly attached.
Sharing a computer between two operating systems requires
To enable dual booting in Windows 98, you must set BootMulti=1 in the [Options] section of the Windows 98 version of MSDOS.SYS.
WINNT.EXE and WINNT32.EXE are used to start the Setup program for the installation of Windows XP Professional from the command line. WINNT is used for installation from a DOS or boot disk and Windows 3.0. WINNT32.EXE can be run from Windows 95, Windows 98, Windows Me, Windows NT 4, or Windows 2000 Professional command prompt.
| /a | Enables accessibility options. This option is not recommended for most users. |
| /s[:sourcepath] | Specifies the location of the Windows XP Professional source files. If the required files are not in the current folder, the location must be a full path of the form w:[path] or servershare[path]. |
| /udf:id[,UDF_file] | Indicates an identifier (id) that Setup uses to determine which values in the UDF file are used to override the values in the answer file. The /udf parameter overrides the values in the answer file. |
| /u[:script_file] | Performs an unattended installation by using an optional script file. Unattended installations also require the /s switch. |
| /checkupgradeonly | Checks the target computer for upgrade compatibility with Windows XP Professional. With unattended installations, no user input is required. For Windows 95 or Windows 98 upgrade, the default filename is UPGRADE.TXT in the Windows installation folder. For Windows NT or Windows 2000 upgrade, the default filename is NTCOMPAT.TXT in the Windows installation folder. |
| /s:sourcepath | Specifies the source location of the Windows 2000 files. To simultaneously copy files from multiple servers, specify multiple /s sources. If you use multiple /s switches, the first specified server must be available, otherwise Setup will fail. |
| /syspart:[drive_letter] | Copies the Setup startup files to the hard disk and marks the drive as active. You can then install the drive in another computer. |
| /makelocalsource | Copies all the installation source files to your local hard disk. When you are installing from a CD-ROM, use /makelocalsource to provide installation files if the CD-ROM will not be available later. |
On a computer, a file system refers to the methods and data structures that an operating system uses to keep track of files on a disk or partition. It is the way files are named and logically placed for storage and retrieval. Most of the operating systems, such as Windows, UNIX, and Linux, use file systems in which files are placed in a hierarchical (tree) structure. File systems also specify conventions for naming files, such as the maximum number of characters in a name, the characters that can be used, the length of a file name suffix, etc. File systems include a format for specifying the path to a file through the structure of directories.
NTFS offers features such as disk quotas, distributed link tracking, compression, and mounted drives. NTFS also offers security features such as encryption, and file and folder permissions. These features are not available on FAT volumes.
The NTFS file system supports volumes up to 2EB. It supports compression on volumes, folders, and files. If the hard disk is partitioned and formatted with FAT or FAT32, and you want to change it to the NTFS file system, simply use the
The major characteristics of these file systems are as follows:
| File Allocation Table (FAT) | DOS, Windows 9x/ME/NT/XP/2000 | No | No |
| File Allocation Table, 32 BIT (FAT32) | Windows 95 OSR2/98/ME/XP/2000 | Yes | No |
| Windows NT File System (NTFS) | Windows NT/XP/2000 | Yes | Yes |
The benefits of using the NTFS file system over the FAT file system include the following:
- NTFS is a transactional file system and can automatically recover from errors.
- Access to files can be secured, and files and folders can be encrypted.
- Supports large hard disks, theoretically up to 2EB (Exabyte) and practically up to 2TB. The maximum drive size for NTFS is much larger than file allocation table (FAT).
To install from a CD-ROM, you just have to insert the CD and run the Setup program, which checks and verifies your information, copies files to the hard disk, and boots it. However, if you need to perform installation over a network, you require installation files, which reside on the network file server. Your network client software program locates the distribution server and copies the installation files to the hard disk across the network, partitions it with at least 1.5GB space and formats it. Once it has copied the installation files, WINNT.EXE or WINNT32.EXE starts running. The Setup program starts identifying network adaptor cards and the Dynamic Host Configuration Protocol (DHCP). Then it configures your network module access file resources and hardware resources. It also installs and configures the TCP/IP protocol suite.
The distribution server receives the installation files from the i386 folder on the Windows XP Professional CD-ROM.
As you insert a CD-ROM in the CD drive, the Setup program is loaded and starts running on your computer. You have to create partitions on the hard disk using the
The Setup Wizard (GUI part of Setup) customizes your computer settings and assigns a name and password for administrative privileges.
Any computer joined to a domain has its own identity. The Setup Wizard checks and displays modem-dialing information. Thereafter, it checks and verifies the information to make sure that a new computer in the network is authentic. Then it configures network settings, copies installation files, and restarts the computer. Now you are ready to work on Windows XP professional.
When your computer is already running with an operating system, there is no need to boot it. Simply log on and start installation. Specify the hard disk location that meets the minimum space requirement, or it will overwrite an existing operating system (previously installed) in case the space is not enough to install the Windows XP operating system. After getting the installation files, run the Setup program. The rest of the installation process is the same as you would do when no operating system is loaded before.
This is the most convenient method for system administrators, original equipment manufacturers, and users to install Windows XP on a single or multiple computers. For preparing installation routines and deploying the installation method from a CD-ROM, you should first rename the answer file to WINNT.SIF and save it to a floppy disk. Then Setup Manager locates it, and the processing starts. First of all, you need to make sure that your computer supports booting from CD-ROM. Your computer's BIOS must adhere to El-Torito non-emulation specification.
Unattended installation allows Administrators to partially or completely automate the installation of Windows 2000/XP operating system on multiple computers with minimal user input.
For automated installations using scripts, two-installation script files are used: the answer file and the Uniqueness Database File (UDF). The answer files (UNATTEND.TXT) is a text file comprising section headers, keys, and values for the keys. During installation, the answer file provides the required values to Setup Manager.
If you want to install Windows XP Professional to hundreds of computers concurrently, you need as many separate answer files to identify each computer on the network. Instead of creating separate files, the uniqueness database file is an easier way to provide multiple answers during installation. UDF files are used in conjunction with answer files to provide values that are unique to a particular computer, such as computer names.
Setup Manager is used to create and modify answer files and UDF files. You can also use any text editor, such as Notepad, for this purpose. Setup Manager (SetupMgr) is the most important part of the unattended installation. This program enables you to answer all of the installation questions ahead of time, and saves them to a disk.
Take the following steps to install RIS:
1. Open Control Panel from the Start menu > Settings > Control Panel.

2. In Control Panel, double-click Add/Remove Programs.

3. In the Add/Remove Programs dialog box, click Add/Remove Windows Components.

Then select the Remote Installation Service box. After completing the installation, reboot the server.
RIS is a Windows 2000 Server feature, so your CD-ROM drive must be running on Windows 2000 Server and formatted with the NTFS file system. RIS has a limitation that it cannot upgrade clients such as Windows 98 to XP. Windows Server 2003 computer is required to join the domain and to install domain controllers.
Unique volume license key and unique product key are required for every computer. With the
Product activation validates that the existing product key has not been used on more personal computers than are allowed as per the end-user license agreement. A user can activate a product via telephone or the Internet.
The Domain name service is an essential part of the RIS function. A DNS server locates a client computer account throughout a network. The computer on a network needs a particular IP address to distinguish its identity in the network environment. A DHCP server is responsible for allotting IP addresses.
In case Windows 2000 Server infrastructure is not available on client computers, the administrator customizes and configures desktop, creates RIPrep images and sends them to a RIS server. The client computers can install them from there.
You become overly frustrated working in a confined environment of an earlier version of Windows operating system with limited functionalities. You can migrate from an existing user environment to a new environment, and take advantages of new features without purchasing it. First, ensure that your computer hardware is compatible with Windows XP Professional. The WINNT32 /checkupgradeonly command tests the hardware/software and generates a report if it meets the requirements to upgrade to Windows XP Professional. However, supplementary changes and modifications in hardware/software make it compatible with Windows XP Professional. Run WINNT32.EXE and check the license agreement. If authorized, check user account and install the upgrade pack. Upgrade packs update the software to work with Windows XP Professional.
Upgrade from a previous version of Windows to Windows XP Professional requires a licensing agreement, i.e., Product Activation. After registration, your product (i.e., Windows XP Professional) will get activated, and you will be allowed to use other services from Microsoft. After completing installation, Setup prompts a window for registering your computer with Microsoft. However, this is optional.
The
where, the distribution point path is the full path name of the distribution point.
After the installation is complete, the computer reboots and the Welcome wizard appears. It prompts the user to activate Windows XP Professional immediately. Users can activate Windows XP Professional either through a toll-free phone or over the Internet. For activation, the installation ID is sent to Microsoft license clearing house. After checking the information in the installation ID, clearing house issues a confirmation ID for the computer and activates it.
During the installation process, you may encounter several issues. During installation, The Setup program creates several log files. The Action log file sequentially records all the performed actions.

It displays the list of the actions and their results at the current time. The action details can be found in the individual logs. The Error log file maintains the error record, which shows the errors, where errors occurred during the installation, and additional log files created during installation of Windows XP. The application log contains information about the events registered by applications or programs. For example, a database program will record a file error in the application log. Application developers determine the events that have to be recorded in the application log.
Windows XP Setup program resolves most of the issues regarding installing and setting up Windows XP. The following are the various ways the Setup program uses to troubleshoot the issues:
- The Setup program checks your hardware devices to ensure that they are fully functioning and supported by Windows XP Professional.
- The Setup program examines the hard disk to verify whether the required space is available. Otherwise, it creates a partition by using existing free space on the hard disk.
- The Setup program verifies network settings and ensures that any network devices are not missing.
- The Setup program verifies your domain name account (joined domain) or workgroup account (joined workgroup) and automatically maintains a registry file and saves records chronologically.
- If the CD-ROM drive is not supported, either substitute it with supported drive or try another installation method.
- If your computer on the network could not locate the domain controller while installation is going on, join the domain after installation.
- Last but not the least, the Setup program verifies hardware compatibility.
Rating:
Was this information helpful?
Other articles
- What is ICS?
- What is APIPA?
- Things to practice for Microsoft test 70-270
- How to install a local group?
- What is I/O address?
