(imported topic written by SystemAdmin)
I am having trouble installing / setting up network printers through TEM. I am able to install the printer driver without any issues, I am able to create the TCP/IP port for the printer, but I am unable to get the printer to show up.
Target OS: Windows 7 - 64bit
//The following installs the Printer Driver successfully:
download http://sub.domain.tld:52311/Uploads/6063b9a2f8b5f990de8f9ee04cc347a226db4246/MPC3001.tmp
continue if {(size of it = 5336666 AND sha1 of it = “6063b9a2f8b5f990de8f9ee04cc347a226db4246”) of file “MPC3001.tmp” of folder “__Download”}
extract MPC3001.tmp
if{x64 of operating system}
waithidden cmd.exe /C {windows folder}\sysnative\pnputil -i -a “{(pathname of client folder of current site)}__Download\x64\z51627en\disk1\OEMSETUP.INF”
elseif{x32 of operating system}
waithidden cmd.exe /C {system folder}\pnputil -i -a “{(pathname of client folder of current site)}__Download\x86\z51627en\disk1\OEMSETUP.INF”
endif
//The following will successfully create the TCP/IP port for the printer:
waithidden Cscript C:\Windows\System32\Printing_Admin_Scripts\en-US\Prnport.vbs -a -r IP_ip.add.re.ss -h ip.add.re.ss -o raw -n 9100
//The following DOES NOT work:
waithidden cscript C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs -a -p “RICOH Aficio MP C3001 PCL 5c - HUB” -m “RICOH Aficio MP C3001 PCL 5c” -r “IP_ip.add.re.ss”
//The following alternative DOES NOT work either:
waithidden C:\Windows\System32\PRINTUI.EXE /ga /in /n “RICOH Aficio MP C3001 PCL 5c - HUB” /r “IP_ip.add.re.ss” /m “RICOH Aficio MP C3001 PCL 5c” /u /z
Anyone have any experience with this?