CA Client Automation

  • 1.  Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??

    Posted May 11, 2018 07:41 AM

    Hi,

     

    Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??

     

    Regards,

    Sachin Sachdeva.



  • 2.  Re: Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??
    Best Answer

    Broadcom Employee
    Posted May 11, 2018 07:46 AM

    If the manufacturer provides a setup.exe that can run silently then yes.  You just include that package in your sd package.

     

    Richard Lechner

    Principal Engineering Services Architect

     

    CA Technologies

    Mobile: +1 703 655 7161 | Richard.Lechner@ca.com

     

    <mailto:Richard.Lechner@ca.com>[CA]<http://www.ca.com/us/default.aspx>[Twitter]<http://twitter.com/CAInc>[Slideshare]<http://www.slideshare.net/cainc>[Facebook]<https://www.facebook.com/CATechnologies>[YouTube]<http://www.youtube.com/user/catechnologies>[LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Google]<https://plus.google.com/CATechnologies>[Google+]<http://www.ca.com/us/rss.aspx?intcmp=footernav>



  • 3.  Re: Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??

    Posted May 11, 2018 11:21 AM

    Hello,

     

                If Manufacturer does not provide any setup.exe then why drivers can't be installed through ITCM. Can somebody please tell the technical explanation for this? Thanks in advance!

     

    Regards,

    Sachin Sachdeva



  • 4.  Re: Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??

    Broadcom Employee
    Posted May 11, 2018 01:03 PM

    Please provide the details of the driver you need to install along with the manifacturer instructions on how it should be installed.

     

     

     

    Rgds

    Steve.

     

    Sent from Samsung Mobile



  • 5.  Re: Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??

    Posted May 11, 2018 11:40 AM

    As long as the manufacturer provides some sort of unattended install, I don't see any reason why you couldn't install a driver, much like any other software title...

     

    Did someone say otherwise?



  • 6.  Re: Can somebody please tell that whether we can install drivers(example printer drivers)  from ITCM software delivery or not??

    Posted May 14, 2018 01:40 AM

    Hi,

    i use this:

     

    rundll32 printui.dll,PrintUIEntry /ia /m "KX DRIVER for Universal Printing" /f "%1\1.vol\oemsetup.inf"

    cscript.exe %windir%\system32\prnmngr.vbs -a -p "Kyocera Universal Druckertreiber" -m "KX DRIVER for Universal Printing"  -r "usb001:"

     

    or this for networt Printers:

    rundll32 printui.dll,PrintUIEntry /ia /m "HP DesignJet 1055CM by HP" /f "DSGJ1000.inf"

    cscript.exe %windir%\SysWOW64\Printing_Admin_Scripts\de-DE\prnport.vbs -a -r "%1" -h "%2" -o raw -n "%3" -me > %windir%\temp\HP1100-portinst.log

    cscript.exe %windir%\SysWOW64\Printing_Admin_Scripts\de-DE\prnmngr.vbs -a -p "HP DesignJet 1055CM by HP" -m "HP DesignJet 1055CM by HP" -r "%1" > %windir%\temp\conport.log

     

    Parameters "Name, IP Adresse, Port " can set here:

    Parameters can set here:

     

    prnmngr.vbs came with Windows.

     

    Regards Dieter