| Push out client via Win2003 Group Policy |
Posted by
Tom Rizzo
on Thursday, October 06, 2005 at 3:43:50 PM (EST)
Is there any way to roll out the new Print2PDF "printer" via group policy? I tried it using a login script, but each time the user logs in they are prompted to restart before using the printer. When they log in again, it prompts them again. I tried running it as a login script (VBScript) like a normal printer. Here is my example... Set objNetwork = CreateObject("WScript.Network") objNetwork.AddWindowsPrinterConnection "\\server\Print2PDF" I'd appreciate any help. Tom
|
Posted by
Robert Smith
on Thursday, October 06, 2005 at 3:56:35 PM (EST)
Yeah, probably because you have to start the prnpack.exe file. You might want to check out the Citrix/Terminal Services guides for some hints on how to do this. I don't have any exprience with this personally.
|
|