Hi, I am new to making unattend setups and i did RTFM But i am a bit confused. Here is my problem. We (my company) makes pc's and we have a few different chipsets on which we install Vista. I would like to make one Unattend Vista DVD which has all drivers inside of it. So not only vga drivers but also chipset drivers (Intel D965 chipset, VGA, LAN, Audio etc) During installation the setup must reconize the chipset and must install the correct driver for it's hardware device. I read about creating a distribution share which itself will contain $oem$ folder , out of the box drivers and packages. With XP we used to work a lot of $oem$ folder and a lot of scripts. But i read in the manual this way it not really 100% supported anymore (at least it's not Bill's favorite choice to do it..) So should i make a folder in out of the box drivers and place the *.inf files in there? and then? I mean, every PC will have different hardware so the choices of the right driver must be made by Vista. I cannot simply insert each driver path to pass 1 Windows PE or auditsystem... Can anybody tell me which is the best way to approch this problem /how to handle this situation? Where should i start?