Install printer across profiles on Windows XP?

I am using gprint as a shell call to print pdf files. I have to install the network printer first, but the program runs under a different account. Is there anyway to install a network printer under Windows XP so that it is available to all accounts on the machine?


rundll32 printui.dll,PrintUIEntry /ga /n\\server\printer 

/ga adds it for all users on the machine
/n specifies the name of the printer in \\server\printername format