Ads Usb Driver

Learning has never been so easy!

Notebook How to boot the system from USB flash drive/CD-ROM Motherboard AI Suite 3 - Introduction Notebook Smart Gesture - Introduction Notebook How to enter the BIOS configuration of my Notebook? Windows 10 - How to restore the system to factory default settings? Popular FAQs More Notebook Update BIOS - How to update BIOS with EZ Flash. ADS Tech DVD Xpress DX2 Driver 2.6.0. ADS Tech DVD Xpress DX2 Driver 2.6.0. 16,636 downloads Added on: February 12, 2007 Manufacturer: ADS Tech. Description Free Download. ADS Technologies is a world leader in Universal Serial Bus and IEEE-1394/FireWire solutions.

Recently I came across a problem when attempting to install Windows 7 onto a Dell Precision 7710. I would boot up with a DVD that had an .iso image of Windows 7 installed on it, but when after clicking the install windows button, I would get a notice that the installer couldn't locate the CD/DVD driver and I needed to browse to locate it. Well, I thought I would be smart and instead do the install via a USB device. Same error. Well, how does this make sense? It's asking for a DVD driver when using a USB device. That's like your car throwing a CEL for the carburetor not working when you're using fuel injection.

This issue is caused because the installer media doesn't have a driver to install through a USB 3.0 port. You might ask, well why did the DVD drive throw the error? Well, that's because the DVD drive was an external because there is no internal DVD drive on this model laptop. So I now know my problem. USB 3.0 drivers need to be added to the boot media. Follow this guide and I'll show you how to accomplish this using the CMD line and the DISM utility.

Ads Usb Driver

9 Steps total

Generic

Step 1: Download the USB Drivers

Now, I had all intention of describing this how-to specifically for adding USB 3.0 drivers, but it can also be used for adding any number of drivers to the boot media as well.

First thing you're going to do is to download the USB drivers from either your computer's manufacturer or from your motherboard's manufacturer. With the Dell Precision 7710 I went to http://www.dell.com/support, punched in my service tag number and proceeded to download an entire driver pack in .CAB format.

Step 2: Extract the drivers

Depending on the type of file you downloaded, it could be an .exe, a .cab, or a .zip, so you'll need to unzip the drivers out of this file. Driver files are historically mainly .inf files, but you don't need to pick and choose the individual files because this next process makes it automatic for you. The DISM (Deployment Image Servicing and Management Tool) is smart and will automatically grab the correct files.

1. Create a folder on your desktop named 'Drivers'.
2. Create two folders inside of the 'Drivers' folder, 'mount' and 'USB'.
3. Extract or copy/paste the driver files directly into the 'USB' folder. I used 7-zip to extract my driver files directly into the 'USB' folder.

Step 3: Cut the 'boot.wim' and 'install.wim' files

Locate these two files from within your boot media. This is easy if you are using a USB drive instead of a DVD, so that you don't have to reburn the DVD once we finish modifying these files.

Example: If the USB drive is plugged in and has been given drive letter 'P:' you will locate the 'boot.wim' and 'install.wim' files within the path: P:sources

It is best to just cut them out of the install media, but if you want to have a backup copy you can copy and paste. You are pasting into the 'Drivers' folder on the desktop. Just make sure to overwrite the old files with the new updated ones once we're finished with this process.

Step 4: Open up CMD prompt as Administrator and navigate to the 'Drivers' folder on the desktop

Windows 7:
1. Start, type in cmd, right click on the icon and choose Run as Administrator
Windows 8:
1. Windows Key + Q
2. Move mouse to top right corner and search, type in Command Prompt, Right click and Run as Administrator.

Next, you will need to change the directory path so that it isn't pointing to the default of C:WindowsSystem32.

Type in: cd C:Users%currentuser%DesktopDrivers - Then press Enter.
*Note: Make sure to change the %currentuser% to that of the user profile where the 'Drivers' folder was saved.

Step 5: Update the 'boot.wim' file.

In the cmd line now displaying the cd pointing to the right directory, type in these commands pressing enter after each one.

dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:mount
Explanation: This command mounts the boot.wim file, index points it to the correct boot parameters for the correct OS, and /mountdir:mount points it to mount the file to the 'mount' folder we created in this directory earlier.

dism /image:mount /add-driver:'USB' /recurse
Explanation: This command automatically grabs the driver files that it locates in the 'USB' folder that we created earlier and copied the drivers to. This can take a while depending on the number of driver files that it locates.

dism /unmount-wim /mountdir:mount /commit
Explanation: This command unmounts the boot.wim file and saves the information. Think of this as a file transfer/compression process.

Step 6: Determine which index you're going to update the driver files for on the 'install.wim' file

This process wasn't necessary on the 'boot.wim' file, but it is in the 'install.wim' file. Each version of Windows can have a specific index number and we will need to locate which one it is in order to issue the command for the version of Windows you plan on installing. This is specific to the install media you are using because some install media only comes with one version of Windows 7, such as Professional, but some others may have multiple version of Windows 7, such as Home, Ultimate and Professional, just to name a few.

Issue the following command to determine what your version is:

dism /Get-WimInfo /WimFile:install.wim

You'll see in the screenshot that I have an index of 1.

Step 7: Update the 'install.wim' file.

You should still be pointed to the correct directory, so now issue the following commands to update the 'install.wim' file, using the index information you got from the step above.

Ads Weblink Usb Driver

dism /mount-wim /wimfile:install.wim /index:1 /mountdir:mount
Explanation: All exactly the same as the boot.wim file command, except the index is the only difference.

dism /image:mount /add-driver:'USB' /recurse

dism /unmount-wim /mountdir:mount /commit

Step 8: Cut/Paste or Copy/Paste your new 'boot.wim' and 'install.wim' files

Since I used the Cut/Paste method to remove these two files from the P:sources location, I'm going to do the same to remove them from the C:Users%currentuser%DesktopDrivers folder and place them back into the P:sources folder.

Wait for the transfer to finish. This is going to take a little bit longer to copy back over to the flash drive because the files going back in are larger than they were before due to the driver files that you've added to it.

Ad Net Usb Driver

Ads tech usb driver

Step 9: You're Done!

Take out the flash drive and pop it into the machine you want to reinstall Windows 7 on. You should now find that you no longer receive the pesky CD/DVD driver missing notice.

Thank you all for reading through this. These commands can be adapted to suit whichever folder names you want to use. Good luck!

Published: Jan 20, 2016 ยท Last Updated: Nov 06, 2017

Idatalink Ads Usb Driver

107 Comments

  • Thai Pepper
    Capef3ar Jan 28, 2016 at 06:39pm

    Nice read - haven't run across this yet but good info to have just in case. Thanks!

  • Tabasco
    bethernet Mar 17, 2016 at 10:56pm

    THANK YOU! I only wish I had found this 3 hours ago... It worked exactly as your directions said it would, and Windows 7 is installing now!

  • Pimiento
    jimnowotny Apr 4, 2016 at 02:48pm

    Thanks! The problem with an older OS and really new hardware.

  • Pimiento
    hmasri Apr 13, 2016 at 05:28am

    If its just USB 3.0 drivers for Win7 you want ...

    https://downloadcenter.intel.com/download/25476/Windows-7-USB-3-0-Creator-Utility

    5ryn

  • Sonora
    MrMcG33k Jun 7, 2016 at 04:26pm

    Thank You! I just ran into this issue and this resolved my problem!

  • Pimiento
    nicoserup Jun 10, 2016 at 08:43pm

    Question for point 6:
    In my Windows image, I have unlocked all the versions, so which one should i pick?
    - I haven't tried the guide yet though.

  • Poblano
    palehmkuhl Jun 13, 2016 at 01:22pm

    Choose whichever version that you plan on installing Windows with.

  • Pimiento
    nicoserup Jun 16, 2016 at 02:41pm

    It doesn't work for me yet.
    In my version I have unlocked all of the versions, starter to ultimate.
    I chose to mount it to proff.
    But when i boot, I never get as far as to choose which windows version I want, before the message: Missing CD/DVD comes.

  • Poblano
    palehmkuhl Jun 16, 2016 at 03:16pm

    Ok, so you're booting into the Windows ISO using your image on a bootable USB drive and that's when you're getting the message about it missing the CD/DVD drive. Sounds like something didn't go as planned if you did the process I outlined above. Either that or the driver that you added to the USB drive isn't the right one for that computer.

  • Pimiento
    scotthowell Jun 16, 2016 at 03:39pm

    For some reason I'm unable to mount the install.wim. When i try to run dism /mount-wim /wimfile:install.wim /index:1 /mountdir:mount I get an error: 5 'access is denied' error no matter which index I use.

  • Poblano
    palehmkuhl Jun 16, 2016 at 04:14pm

    Did you run the command line as an administrator during this process?

  • Pimiento
    scotthowell Jun 16, 2016 at 05:53pm

    Yes, and the boot.wim worked just fine. I am using a Dell proprietary Win7 installation image, though.

  • Poblano
    palehmkuhl Jun 16, 2016 at 06:02pm

    That might have something to do with it. I used a Win7 image that I downloaded from the Microsoft VLSC website. Generic. I don't believe this process is restricted to specific images, but you want to have the access to modify files in those directories. Try using a different Win7 bootable and see if you get different results.

  • Pimiento
    mikemccormack Jun 20, 2016 at 04:45pm

    Excellent KB...worked flawlessly - thank you for posting this!

    Have a great week!

  • Pimiento
    christernordell Jun 29, 2016 at 03:35pm

    scotthowell: I experienced the same problem getting error 5 when mounting install.wim. Found out its McAfee that is blocking, see https://kc.mcafee.com/corporate/index?page=content&id=KB76867. Deactivate McAfee during the mounting of install.wim solved the problem for me.In my case I had a rule that stopped handling .scr files and the mounting stopped when it reached the file bubbles.scr.

  • prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • 8
  • next
Ads Usb Driver

What is the ADS-USB / Weblink?

Weblink is the programming system used to program remote starters and interface modules manufactured by iDatalink, iDatastart, and Compustar.


iDatalink, iDatastart, and Compustar data enabled controllers require firmware flashing before installation. Many times we (Lockdown Security) will complete this for you BEFORE we ship the item to you, however there are certain circumstances where we do NOT do this before we ship (vehicles that require KLON).

The ADS-USB is the physical tool used to connect your computer, to the interface module or remote starter. It is essentially a USB bridge tool, it acts as the bridge between the computer and the device being programmed. See the image below for what the ADS-USB looks like:

ADS-USB and ADS-USB ECO | What's The Difference

ADS-USB

The ADS-USB is the legacy full sized tool, it is capable of flashing (programming) all iDatalink, iDatastart, and Compustar product. It is also capable of programming iDatastart antennas

ADS-USB-ECO

The ADS-USB-ECO is the new smaller sized alternative (with a lower price) that can program:
iDatastart HC Series Modules (HCX)

iDatastart CHX, GMX, MIX, VWX, BMX Modules

Compustar DC3 modules

We have discovered it cannot program:

iDatastart Antennas

Internet Explorer | Windows PC

First and foremost, in order to use the ADS-USB you must have a Windows PC (personal computer). You cannot use the ADS-USB on an Apple Mac computer. If you are using Windows 10 and your default browser is Microsoft Edge, see the link below for how to launch Internet Explorer in Windows 10.
Internet Explorer | How to Launch in Windows 10

How to Flash (Program) Firmware

Ads Usb Instant Vcd Driver

*Note* We recommend you always flash your controller or interface OUT of the vehicle, at the very least if you decide to do the firmware flash or option change from within the vehicle, your controller or interface must be completely unplugged from all vehicle connections*

The simplest breakdown on how to flash the firmware would be:

STEP 1: Create/Register a Weblink user ID via www.idatalink.com
STEP 2: Plug the ADS-USB Weblink Updater into your Windows PC *MUST USE Windows PC*
STEP 3: Visit www.idatalink.com using INTERNET EXPLORER * MUST USE INTERNET EXPLORER, not Edge, not Google Chrome, ONLY Internet Explorer
STEP 4: Plug the remote start controller or interface module into the ADS-USB via the black 4 pin RS232 port (on the controller or interface)
NOTE: The controller or interface must be UNPLUGGED completely from the vehicle, no power from the vehicle can be going to the controller or interface


STEP 5: Use the Flash Your Module button on www.idatalink.com , log-in, then flash your module according to your vehicle make/model/year.

KLON (pronounced CLONE) | What is it?

KLON is an iDatalink/iDatastart programming procedure that eliminates the need to sacrifice an expensive key or key-fob for your vehicle, when installing a remote starter.

Learn more about it HERE

Lockdown Security Refund Policy (on Weblink ADS-USB Device)

Ads Weblink Usb Driver

If the product you have ordered requires a 2 step programming (flash) process (1 before we ship and a 2nd after install is completed) OR if options need to be enabled/disabled to get the product to work, you MUST buy a Weblink/ADS-USB tool.

Idatalink Usb Driver Download

Lockdown Security will sell you the tool and ship with your order, and offer you the option within 90 days of purchase to send the tool back to us, for a full refund. You can use the tool for your requirements, get your product working, then feel free to ship the tool back to us for a refund of the tool cost. Or you may feel free to keep the tool, it is your choice.
Shipping costs to get the tool back to Lockdown Security are your (the buyer) responsibility and are non-refundable.