05-21-2009 09:04 PM
I have an application that consists of an executable that dynamically loads plug-in VIs into subpanels during operation. The plug-in VIs vary from system to system. One of the less frequently used plug-in VIs requires the IMAQ 4.1 driver.
I could add IMAQ 4.1 to the installer for the executable, but since it wouldn't be needed for most systems, that seems wasteful. I could also use the Vision Acquisition Installer, but I don't want my customers to have to deal with activation when they'll only use a small piece of it anyway. Is there an installer available from NI that would install ONLY the IMAQ 4.1 driver (and any other components required)? Or can someone think of a better way to handle this?
Thanks in advance,
Jason
Solved! Go to Solution.
05-22-2009 10:23 AM - edited 05-22-2009 10:24 AM
Hey Jason,
The IMAQ 4.1 driver is only available through the Vision Acquisition Software 8.6. However, you can install only the IMAQ driver and avoid any sort of activation complication as the IMAQdx driver is the only driver that requires activation. So, you can install the Vision Acquisition Software and deselect the IMAQdx and IMAQ I/O and avoid having to bother with activation issues.
Hope this helps,
-Ben
05-22-2009 12:13 PM
Ben,
Thanks for the feedback! That will work if there is a way for me to set up an unattended install that will put in just the IMAQ components. I'm trying to create an install package that our manufacturing people can "fire and forget". With all the other stuff that has to be installed (LV runtime, DAQmx runtime, 3rd party drivers, etc.) our installer is already clocking in at 20-30 minutes - nobody wants to hang around and wait for prompts. If an unattended install is possible, can you explain (or point me at some documentation) how to set it up?
Thanks,
Jason
05-26-2009 04:11 PM
Hey Jason,
Are you using application builder to create an installer for your application? If you are you should be able to include just NI-IMAQ under the Additional Installers tab just like you would include the DAQmx or LabVIEW Run-time engines. This would be your best best. Otherwise, if you are creating your own installer, you can check out the read-me for NI IMAQ to figure out what files are included with the driver and what location they should be installed on deployment machines.
Hope this helps
-Ben