Topic: Creating a seperate driver update CD
I would like to create a CD that installs all unknown hardware devices for a specific range of computers, fully automated.
The idea is that a user has a fresh Windows XP install and is missing a few drivers, for example for the graphics card (missing ATI drivers). The CD should then be inserted and, probably using some sort of application, Windows should install all the missing drivers from the CD. The CD will obviously contain some driverpacks. This application would require some sort of interaction with the Windows API, initiating a driver scan for all uninstalled hardware devices.
Does anyone have an idea how to do this?