Jump to content

LeightonJames

Members
  • Posts

    964
  • Joined

  • Last visited

Everything posted by LeightonJames

  1. Hello I have created a vbscript by cannibalising others on the interweb to install a printer port, the driver and then the actual printer. On some machines it works, on others i get the following error: Script: Install.vbs Line: 34 Char: 1 Error: Generic Failure Code: 80041001 Source: SWbemObjectEx the vbscript looks like this: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer &"\root\cimv2") Set objNewPort = objWMIService.Get _ ("Win32_TCPIPPrinterPort").SpawnInstance_ objNewPort.Name = "IP_x.x.x.206" objNewPort.Protocol = 1 objNewPort.HostAddress = "x.x.x.206" objNewPort.PortNumber = "9100" objNewPort.SNMPEnabled = False objNewPort.Put_ objWMIService.Security_.Privileges.AddAsString "SeLoadDriverPrivilege", True Set objDriver = objWMIService.Get("Win32_PrinterDriver") objDriver.Name = "HP Color LaserJet CP3505 PCL 6" 'objDriver.SupportedPlatform = "Windows NT x86" 'objDriver.Version = "3" objInfname = "\\x.x.x.5\Apps\Printer Drivers\Konica Minolta BizHub C360\KOAZ8J__.inf" intResult = objDriver.AddPrinterDriver(objDriver) Set objPrinter = objWMIService.Get("Win32_Printer").SpawnInstance_ objPrinter.DriverName = "KONICA MINOLTA C360SeriesPCL" objPrinter.PortName = "IP_x.x.x.206" objPrinter.DeviceID = "KONICA MINOLTA C360SeriesPCL" objPrinter.Location = "Printer Location" objPrinter.Network = True objPrinter.Shared = False objPrinter.Put_ can anyone shed any light on this problem??? Thanks
  2. see for yourself. A man who is actually a Thumb. No Photoshop involved just a very strange camera angle. http://web.me.com/thumbman/THUMBMAN/Welcome_files/1211246588458.jpg Original Site: ThumbMan.net
  3. the problem is that i use my works laptop at home and the missus is already whining at me for the fact that i have put 7 on it. when she finds out about having to type out the computer name before she can use it she is gonna have a fit!! :D
  4. How can I add the domain drop down list back to the logon screen for windows 7 or failing that display local and network account buttons instead of using that "Other User" button. it is a bit of a rigmoraul (?sp) having to type the domain before the username...
  5. 9.66469% - Geekish Tendencies Maybe i'm not a geek after all!!
  6. Have you looked at SpiceWorks? Totally freeware and runs from a web front end. Install it on a server and have it scan your network for you at specific times. Through the use of plugins and widgets you can keep track of the licenses in use. Currently trying to get the powers that be to ok it for use. Spiceworls
  7. I am having this issue too at a school. Unsure what is causing it and I am thinking of installing ActivInspire to see if it resolves it.
  8. Hello I have come across a problem with 2Publish+ (part of the 2Simple Collection) this morning. The problem is rather odd and has even baffled the support staff at 2Simple so i thought would see if anyone here has had any similar issues? When selecting MyLayout from the available options in the application and choosing Portrait i am unable to print the file. If i select the landscape option i can print. If i choose any other template options such as poster i can print both landscape and portrait. The default printer is a HP Photosmart 2570. The support staff advised me to install a pdf printer (PDFCreator) to see if this resolves it but no luck. It is only affecting Portrait prints from within this application. I hope someone has some idea what the problem could possibly be? Thanks Leighton
  9. Spot On. What a ridiculous installer routine. One for the fonts which then starts another for the template. How stupid?!?!?! Form what i have read though, this is par for the course for Nelson Thornes Software
  10. Hello I have been requested to install this software on the network at a school, not a problem i thought, i'll use the MSI file. Created a batch file to only install the software if it is not already installed and set the msiexec to install using silent mode. Ran it and it appeared to work. Problem: Only the fonts are installed and not the template. Spoke to Nelson Thornes who told me that their MSI is not intended for Network Installation. Anyone got any ideas how to get this to work or does anyone have an MSI that works for this software? Cheers
×
×
  • Create New...