Hi all.
I'm trying to realise a service that can install a printer queue given an ip address, a queue name and a driver name. The driver is already installed on the workstation.
The service has to be installed on every workstation.
The ip address is used to create the TCP/IP port.
I tried to realise all this in a c# program (.NET Framework 4.0) and it works like a charm. (all items are created, it runs under my own...