admin
Automatically Installing iPrint Printers on Mac OS X Workstations
Submitted by Chadarius on Mon, 2010-05-10 16:06.I just went through some fun (you can replace fun with eye gouging pain) figuring out how to automatically install iPrint printers on Mac OS X.
The first thing I found out is that any version lower than 5.00 from Novell is totally broken and useless in every way. So if you are using iPrint from Novell, you should definately download that and install it on all your Macs.
Once you get that done you have a lovely iprntcmd utility that you can use for all kinds of useful stuff (we'll get into that later), but you still can't upload Mac drivers with a Mac. How difficult would it be to just make iManager work across platforms for Printing Novell? Hmmmm?
So now you have to... gasp... use Windows XP. Its easy enough to just load up VirtualBox and run a session right on your Mac. You are going to need access to all the print drivers on your Mac anyways so copying the ones you need to your home directory and sharing them out to your VirtualBox VM is pretty easy and useful. If you don't run it in a VM on your Mac, then you will need to share or copy whatever print drivers you will need to upload to your iPrint servers so you can get to them from a Windows XP box of some type.
So upload the drivers already (RTFM on Novell's website if you don't know how to upload and assign drivers for iPrint). I'm really putting this up here so I can remember it anyways and I already know how to do that! :)
Now the fun begins.
To install a printer just type:
iprntcmd -a ipp://iprintserverhere/pathtoqueue
»
- Chadarius's blog
- Login to post comments
- Read more
- 398 reads
Automated Deployment of Pinnacle Studio 12 - Updated
Submitted by Chadarius on Thu, 2010-04-01 11:21.I can't think of a much crappier install than Pinnacle Studio 12 for automated deployments other than perhaps some Adobe stuff. Their msi gives you absolutely no way of filling in the information ahead of time for your serial number and registration information. I wonder if the folks at Pinnacle have heard of a little thing called large friggin workstation deployments! I started down the horrible nightmarish road of having to use AutoIt to manually pump keystrokes into the registration dialogue box. Oh man did I hate that! OK rant over. All that being said, I kind of stumbled upon a solution.
Here is how I got it working.
First I ran the install and manually went through the registration process. Evidently this creates a bunch of files in "c:\Documents and Settings\All Users\Application Data\Pinnacle\Pixie". If these files exist before you start the install process on a workstation, the registration information will already be setup in the registration dialogue. Hmmm fascinating!
So basically I just setup a little pre distribution script that copies those files down before I start the silent install of the MSI.
xcopy /y/e/s/i/q/r "\\Network Location\pinnacle-studio-12\Pinnacle" "c:\Documents and Settings\All Users\Application Data\Pinnacle"
The network location is the "Pinnacle" directory that goes under "Application Data"
»
- Chadarius's blog
- Login to post comments
- Read more
- 409 reads


