Results 1 to 6 of 6

Thread: How to deliver device driver software without user interaction

  1. #1
    Join Date
    Jan 2011
    Posts
    99

    How to deliver device driver software without user interaction

    Please I require a few guidelines. I am presently assessing Altiris ITMS 7.1. I am attempting to deliver device driver software to setup lacking user interaction. I was able to deliver using quick setup, but it mandatory a user to click next. I did the handled software delivery and deselected the user communication, but this hung and botched later than a while. I am not certain what to do next, I have attempted to read the command line process, but it emerges a bit complex.

  2. #2
    Join Date
    Nov 2008
    Posts
    1,022

    Re: How to deliver device driver software without user interaction

    Here I just wish to add something in this case. If it's an MSI you should obtain command lines pre-built for you which comprise options like QB (quiet basic), and so on. Are you installing an MSI? You can as well generate custom command lines. In any case, with your command lines configured, you can choose these during your setup tasks. Let me know if this information useful for you or not.

  3. #3
    Join Date
    May 2008
    Posts
    860

    Re: How to deliver device driver software without user interaction

    If user input is necessary, sounds like it is as it hangs, you will necessitate to maybe adding switches to your command line. Application deploy sites may help if it's a common vendor. Or else a few sellers let you to make files which are called by the install where settings are detained (.msp, .ini, etc). While you think you have it correct, run it as /qb and it will be noiseless, but if an error takes place, it will come up on the screen. One time it completes productively lacking an error popup, you can switch this to /qn to craft it completely silent (no message on successful conclusion will be presented, whereas one is provided by /qb).

  4. #4
    Join Date
    May 2008
    Posts
    913

    Re: How to deliver device driver software without user interaction

    It has been a short time, but it is time to conclude this series off. All of us have had to setup Windows at a few points. The majority companies have wedged with XP, so we have had countless practice getting it installed. I have installed XP on all types of dissimilar computers, and honestly I determined that I was sick of it. I determined that if I had to enter our XP serial number in one more time I might just toggle my users to Linux. Fortunately I establish a solution which factually installs Windows for me.

  5. #5
    Join Date
    Nov 2008
    Posts
    1,054

    Re: How to deliver device driver software without user interaction

    Installing Device Driver software noiselessly can present extra challenges contrasted to a standard application. While you install the drivers physically, do you get a message saying that the drivers are nameless and have to OK the install in order to continue? present windows operating systems e.g. XP to Windows 7, are ever more anti to allowing installs of any content that could compromise security, and thus having drivers that are code signed is truly significant if you plan to take on silent installs. If the drivers are not code signed, get in touch with the suppliers and explain your necessity for silent installation and see what they have to present.

  6. #6
    Join Date
    May 2008
    Posts
    979

    Re: How to deliver device driver software without user interaction

    If this is just to deliver a post image driver for some hardware, this is a quite simple means to do it: just download the WDK. All you necessitate is the dpinst.exe from that kit. One time you have it, make a folder with the driver INF files which you wish to install, put the dpinst.exe in that folder, import it all into NS and build the setup command dpinst.exe /q. The dpinst.exe will noiselessly install all driver files that are in the similar folder as it.

Similar Threads

  1. Replies: 4
    Last Post: 07-05-2012, 09:39 PM
  2. Replies: 5
    Last Post: 29-03-2011, 07:47 PM
  3. External DVD+RW ATA device driver software not found
    By Ajani 1 in forum Hardware Peripherals
    Replies: 4
    Last Post: 28-03-2011, 01:20 AM
  4. Device driver software was not successfully installed
    By Birdie in forum Vista Hardware Devices
    Replies: 2
    Last Post: 11-03-2010, 07:37 PM
  5. Device Driver working, but can't find sound device
    By Utanka in forum Windows XP Support
    Replies: 1
    Last Post: 01-01-2009, 07:04 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,415,657.31337 seconds with 17 queries