Re: DPInst with DriverPacks on network repository
That's what has been working for me. I have only put the image on one machine so far, but have done it about 10 times already, I am making tweaks to my code and need to keep testing it
The thing I keep bumping in to right now is breaking activation, but just found out about deleting wpa.dbl and wpa.bak which is probably why I was having issues. Once activation is broken my image is home free. The process from the beginning went:
Transfer my VirtualBox installation to a real drive via GhostCast (what a pain!! need a faster way!)
Hooked that drive up as a slave and OSP'd it with only MS injection and AUTO HAL on next boot
Update my driver packs used, easy since I just dump 'em in a folder
Make an image of the drive, and deploy away
I add my main app "justinstall_s" to Docs\All Users\Start Menu\Programs\Startup so it runs on the first actual XP boot
That app calls another I wrote "suppress" which makes all of the New Hardware Wizards go away and closes "System Settings Change"
At the end of justinstall_s (which scans HWIDs and compares agains my list of available HWIDs pulled from the INFs) another app I wrote comes on, "clean", which removes the driver pack directory, makes registry changes, then calls for reactivation
Works great on that machine, and once I have all of my own quirks figured out I'll throw it on some other machines, see what happens.
Ian