If you put the whole NVIDIA chipset driver package content into your created 001_CHIPSET folder, you won't get any chipset driver installed. Reason: All the driver INF files are laying in different subfolders and the XP Setup routine will not find them. The INF files have to be in the root directory of the special drivers subfolder.Why don't you use nLite? The driver integration is very easy and nearly done automaticly by this tool. If you want to do the driver integration manually, do the following: 1. Check which nForce chipset drivers (IDE/RAID, SMBus, Ethernet, Audio, Gart etc.) you need (it depends on your hardware configuration). 2. Create new driver subfolders for each driver you need (for example 000_RAID, 001_SMBus, 002_Ethernet etc.). 3. Put the content of the appropiate chipset driver package subfolder into the just created subfolders. Be aware, that the needed INF files are in the root of each subfolder. Hi, Thanks for ur reply. It really helps me to understand the whole process. But what about the base folder? The one with the setup.exe, data1.cab and etc?