Hey,
I work at a computer helpdesk and we are using WDS for our Vista deployment serice. We have one person who updates the imaged and it isnt too often so I was looking for a way to just make a batch file or anything for that matter to install the drivers that Vista doesn’t find and the updates from microsoft that are not already included on the image. I started a bat file and it goes a little something like….
CALL D:\Drivers\name.exe
CALL D:\Drivers\name1.exe
and so on. The one thing I am trying to eliminate is when it opens the exe file, it asks me do I want to create the folder, do I want to install, click next next next. I want to right click, run as admin, and it install every driver one after another. Last but not least, I am trying to do that with the most up to date windows updates instead of clicking next next and blah blah. Thanks for your help!