QUOTE (jezza333 @ Apr 6 2008, 07:28 PM)

Gday mate, I tested it out an I can't say there's any script files lying around to prove that it has worked. Maybe I'm doing something wrong?
"'C:\\Program Files\\WinBuilder\\Target\\VistaPE-Core\\Windows'" - Shouldn't that be "C:\Windows" ?

Hi Jezza,
The output should be like:
CODE
['D:\\build\\WinBuilder\\Projects\\VistaPE-Core\\Drivers\\Drivers\\AddDrivers.exe ', 'D:\\build\\WinBuilder\\Target\\VistaPE-Core\\Windows', 'D:\\build\\WinBuilder\\Projects\\VistaPE-Core\\Drivers\\Drivers\\Drivers']
Doing 1/65, cmd "peimg /inf="D:\build\WinBuilder\Projects\VistaPE-Core\Drivers\Drivers\Drivers\intel_chipset_Vista\5000XZVP.inf" "D:\build\WinBuilder\Target\VistaPE-Core\Windows""
Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Installing INF package: D:\build\WinBuilder\Projects\VistaPE-Core\Drivers\Drivers\Drivers\intel_chipset_Vista\5000XZVP.inf PEIMG completed the operation successfully. return code = 0
Doing 2/65, cmd "peimg /inf="D:\build\WinBuilder\Projects\VistaPE-Core\Drivers\Drivers\Drivers\intel_chipset_Vista\945.inf" "D:\build\WinBuilder\Target\VistaPE-Core\Windows""
Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Installing INF package: D:\build\WinBuilder\Projects\VistaPE-Core\Drivers\Drivers\Drivers\intel_chipset_Vista\945.inf PEIMG completed the operation successfully. return code = 0
snip....
The log is in D:\build\WinBuilder\Projects\VistaPE-Core\Drivers\Drivers\adddrivers.log on my machine.
The first line is the parameters that the program gets the from script
0: The executable path
1: The path of the windows image to insert the drivers in to.
2: The path that is being searched for drivers to insert.
If nothing was found in the drivers folder, you will just get the first line, so I reckon that's what has happened. Check the directory structure above and check that yours matches.
One thing I forgot to mention previously... make sure that peimg is in the system path!