I'm trying to install a new printer to a Windows XP system using a GP loopback policy. The loopback policy works like a champ as long as the printer driver is already installed.

What I'm wondering, is can I run the loopback policy to install a brand new driver? Let's say that HP releaseses the new LaserJet Titanium XV9000, and I want to map that printer to 25 users that don't have admin/power user rights. They just log in as users. Well, if I use a quickie little VB script:

Set objNetwork = CreateObject("wscript.network")
objNetwork.AddwindowsPrinterConnection "\\print\titanium"

it won't work unless the user has the rights to install the driver. Anyone know a quick and dirty way around this, or do I have to package up the driver and deploy using some type of software distribution service?

Anybody??

Bueller?? Bueller?