How to include DAQmx device drivers in installer (LV 7.1)

Hi,
We would like to build an installer that packages all required device drivers and does NOT require a separate installation from the DAQmx device driver CD.
How can we do this?
LV : 7.1 with Application Builder
H/W : USB-6009
DAQmx : 8.0
Presently, we use the DAQmx device driver CD (that accompanied the USB-6009) to install the drivers. We do not want to do it this way because:
1) It makes the installation a two-step process - (a) install DAQmx from device driver CD (b) install our application
2) It installs a lot of drivers which are not required by our application.
Thanks,
Gurdas Singh
PhD. Candidate | Civil Engineering | NCSU.edu

Hello Gurdas,
This question of yours brings up an issue we addressed when we released LabVIEW 8.0.  In LabVIEW 8.x and later, you have the option to package multiple additional installers with your application installer. 
The issue you are having is limited by LabVIEW 7.1, as it is capable of including only one additional installer.  However, if you would like to create an installer in LabVIEW 7.1 and have it launch multiple additional installers, your only option is to create a batch file and have the LabVIEW 7.1 installer call this batch file. 
We have KnowledgeBases available to explain this issue and the topic of creating batch files.  Here are a few of these documents:
http://digital.ni.com/public.nsf/allkb/E09BA0E2F31D304F86256A640070058E?OpenDocument
http://digital.ni.com/public.nsf/websearch/B2640E34C4654F7B86256D07006D843D
Let me know if you have any further questions.  Cheers!
Bob
Applications Engineering Specialist | National Instruments
-Bob

Similar Messages

  • How to include required hardware drivers (eg Agilent E5515C) to installer?

    Please advice how to include the reqiured instrument driver to the installer?

    Hi Eva,
    Many instrument drivers that are specifically for LabVIEW are simply a group of VIs. Most of the time, when you use these VIs in a project, they are automatically included under Dependencies. LabVIEW should add only the VIs you used in your project and you can see what gets added by expanding Dependencies.
    I’m not sure about the E5515C, but if it is similar to most drivers for Agilent equipment, you can probably manually add the libraries (.LLB) to the project under My Computer. By dragging and dropping a .LLB on My Computer in your project, you should see a folder created and that folder should contain all the VIs in that .LLB. These can then be set as source files in the installer and will be place on the target machine.
    Finally, if your ultimate goal is to have the instrument driver installed on the target machine in the same way as it is on your development machine, this is probably best left as a separate install. The information in the two above paragraphs is relevant to simply distributing a working application not recreating a development environment.
    Charlie M. CLD

  • Re: Satellite C855 - How do I install device drivers without WLan connection?

    I had to reset my son's Toshiba C855-1GP yesterday.
    Bought it about a month ago and windows 7 was pre-installed.
    I upgraded to Windows 8 Pro via online download.
    I was able to reinstall Windows 8 via USB, but when I turn it on now, it's completely empty of programmes and applications.
    I realise I need to download Windows 8 device drivers for the model in question (writing this from another laptop), but not sure how to do this as the wireless device is not being recognised and I am being told to connect via ethernet. Is this just a matter of buying a cable and connecting it from laptop to router?
    Will establishing an ethernet connection enable me to download the relevant drivers?
    I can't figure out which Wireless driver to download either, as 4 different options are coming up (is that because I'm searching from a different computer?)
    Could someone list the hardware spec for the C855-1GP here so that I know which drivers to download?
    Thanks in advance, and sorry for all the basic questions!

    Thanks so much for your reply - I actually found an old ethernet cable that was lying around the house and downloaded WLAN driver from Toshiba website - 1st driver didn't work but 2nd one did! Now that I have internet on the computer I will be able to download drivers individually as I need them. Good to know I could have downloaded the driver onto a USB and installed that way - will keep it in mind for the next disaster!! Appreciate the helpful advice.

  • How to config DAQmx device on remote system

    How can I set the DAQmx device on the remote system? I have NI-7831R on a desktop, but when I open MAX on my lap top which is connected to the desktop I can't see the device? Should I do something to configure the device? 

    The 7831R is not a DAQmx device, so it should not show up under your DAQmx devices.  It should show up in MAX on the computer it is installed in as as a RIO device.  However this will only show up if you have NI-RIO driver installed on the system as well.  What version of NI-RIO are you using?
    David_L | Certified LabVIEW Architect
    LabVIEW Tools Network | LabVIEW Tools Network Developer Center

  • How to include hardware configuration in the installer?

    I have a VI developed with LabVIEW 2009 V9.0f2 using a USB-6009 and two of its analog inputs.  The VI uses the DAQ Assistant to configure the USB-6009.  I include the DAQmx Core Runtime 9.0.2 with the LabVIEW Runtime Engine 2009 in the installer build.  I spent most of the past week trying to get the application to run after installation.
     If I leave out the Hardware Configuration from MAX (no configData.nce file) and run the installer on another machine the application produces an Error-200378 Custom Scale Specified Does Not Exist  when it runs (I searched the 200378 error code - no help).
    If I include the Hardware Configuration from MAX to produce a configData.nce file, and select Perform the Import Silently to Merge the Import Data when the installer is built, I get this message during the install to another computer:
    .\Distribution.cpp(1902): IInstallerError 11004Developer Error. Distribution contains invalid dependencies:1. Product NI Remote Provider for MAX 4.6.1 ({FBD23528-31AC-412A-9DEE-6CEA814A7430}) depends on product with upgrade code {B5171839-26E3-48D9-9FD6-AF7F39055146}, version [8.2.379.0,), language in {} which is not in the distibution.2. Product NI LabVIEW Real-Time Error Dialog ({297FA251-FF30-4F16-978C-4A65EA804EFF}) depends on product with upgrade code {B5171839-26E3-48D9-9FD6-AF7F39055146}, version [8.2.379.0,), language in {} which is not in the distibution.3. Product NI LVBrokerAux 8.2.1 ({0FB31DF8-38DF-4C9D-B313-AFAFC3FBA02B}) depends on product with upgrade code {B5171839-26E3-48D9-9FD6-AF7F39055146}, version [8.2.379.0,), language in {} which is not in the distibution.Correct the distribution and try again. I’m not really sure that the installer even uses the configData.nce file during the build.
    Another error I have seen (I have done several other builds using various installer settings)  is that the app appears to run fine except it is unable to find the USB-6009, even though the operating system picks it up and installs it in the device manager seemingly without error.
    I am a novice LabVIEW user.  Any help you could give would be greatly appreciated.
    Bill
    Solved!
    Go to Solution.

    Hi Willygene,
    Give the steps listed in KnowledgeBase 52GH9OW5: Why Do I Get Error 200378 When Running a Stand Alone Application? a shot, does this help with the 200378 error?
    Do you have DAQmx installed on the other machine? Are you unbundling it with your installer? If so, what Run-Time Level are you buiding into your installer? Can you post screenshots of the errors that you are getting?
    Joshua B.
    National Instruments
    NI Services
    NI Support Resources
    NI Training Resources

  • How to include external files when building installer for a standalone executable?

    Hi,
    I was trying to build a stand alone executable from my Labview project and I was able to do it successfully.  Now I would like to include a few external .txt files in the installer. Those .txt files have parameters/constants that will be used by the program, and my program needs to load/read them when running.  For now I have to manually copy/paste them into the target machine, but I really hope the installer can do it automatically.  I see there is a "data" folder in the installer, and that's where I hope those .txt files can be added into.
    How can I do it? Can anyone give me some suggestions? Thanks!
    Rgds
    Harry
    Solved!
    Go to Solution.

    Norbert,
    I could not find "Add file" when right clicking the project. See attached image please. Under "Project" I do have a "Add to project" but there is no option for external files. I did not find "Source" location either.
    What did i do wrong? Is there any version requirement here? I have a 2010 base version. Thanks for your help.
    Rgds,
    Harry

  • How to include help files when building installer

    Hi!
    How can I include my application help manual (in .pdf format) when building the installer such that the file goes into a designated folder and its link appears in the Start>Programs>App folder ?
    Thanks,
    Gurdas
    Gurdas Singh
    PhD. Candidate | Civil Engineering | NCSU.edu

    Gurdas,
    Add the .pdf as a support file in your executable
    Create an installer for the executable
    Under the "Files" button on the "Installer" tab select the .pdf and select "create program item".
    This will place the .pdf in the start menu program group.
    cheers,
    Brett

  • How to include Add-On in EHP4 Installation

    This is a fresh install on Unix and Oracle.
    We have already installed ERP 6.0 EHP4 Ready and now preparing for EHP4 Install using EHP Installer. We have two Add-Ons CPRXRPM 400 and ECC-SE 604 that we want to include in EHP4 installation. We have already copied the .SAR files for both Add-Ons into Download Directory.
    I am not able to figure out how to make Installer pick up these Add-Ons. In BIND_PATCH step and (also in screen where it displays calculated queues) I  see all the patches that we downloaded from Solution Manager are listed but do not see my Add-ons. At what stage will these be included or do I need to do something to add them manually.?
    Zak

    Hi,
    When you will download the patches from solution manager there you need to select Technical Usage corresponding to these packages then information about these technical usage will be present in stack xml file. So, ehpi installer will read about these packages from stack xml file and include them in upgrade.
    Thanks
    Sunny

  • How to include a font in the installer?

    Hi all!
    My program uses a custom font (namely popular NI7seg font) that I would like to include in my installation distribution.
    I am using LabView 8.5 and I have tried force the installer (normally through the options window) to copy the font into [WindowsFolder]\Fonts folder and to add a registry key.
    After installation I have noticed that the font actually is added into the registry however it has not be copied to the fonts directory.
    Any ideas?
    Regards,
    Michal
    Solved!
    Go to Solution.

    Hi Michal,
    At first, you should add the font file to LabVIEW project.
    Then create a Source Distribution from build specification. In the source distribution setting, you can specify where to distribute the font file.
    When you build your installation, you add the source distribution as source file to installer.
    I'm not sure if you can skip step 2 to add the font file as source file to installer, but source distribution could work correctly.

  • Blue screen errors - critical updates - XP  SP2  SP3 - device drivers

    We initially had an internal program error on an XP program that caused it to quit running. We
    started getting blue screen errors that I could not resolve.
    (painfully) I reinstalled XP sp2 after:
    removing the boot partition, ran delux tools (complete) with not errors, repartitioned boot camp
    (the long way), reformated the windows partition, (long way).
    I went back and forth getting the windows and apple updates after installing XP until it said I only
    needed SP3, which I was not yet ready to go to.
    I still got errors and crashes, even with no applications running except Norton antivirus (only).
    I left the unit on over night and had 24 save dumps in the event viewer. I checked for win updates
    again and express said only sp 3 was available. I decided tocheck for custom updates.
    Custom told me there were 102 critical updates. I tried to install them. They all downloaded but
    98 of them would not install.
    I convinced myself I had done something wrong and repeated the process with the same result.
    In that the updates would not install, did I really need them or was boot camp/windows misinformed?
    I installed sp 3. (boot camp 2.1) Seems to be running OK but with some errors in the eventvwr and
    some more crashes.
    I compared with another unit and could not replicate the errors. The other unit (same setup) had two user accts. while my broken set up had one that came up right away with reboots.
    I added a second user and the crashes (though not all eventvwr errors) went away. Is this another
    boot camp/windows xp issue?
    I wanted to know how to find which device drivers and which versions I am running. That seems to
    relate more directly to blue screen errors if they return.
    Thanks,
    -um

    Hi and welcome to Discussions,
    sorry to hear about such a misery.
    Sadly Windows XP does not offer such a 'list' of hardware components and associated drivers.
    Only way is to use the Device Manager (from Control Panel - System - Hardware) and click through the components to find out which driver version is used.
    On a personal sidenote: I would stay away from any kind of Norton products either in Windows and/or OS X.
    Searching around in these Forum you will find numerous mentions of problems with Norton products running.
    Good Luck
    Stefan

  • I did every step including reinstall intunes to get my IPod touch to sych with intunes and not show up as a camera and nothing works. I even updated the device drivers. Genius bar at apple store told me the ipod was fine, the problem was my intunes. Help

    I did every step including reinstall intunes to get my IPod touch to sych with Itunes but it fail to recognize it as anything other than a camera. It still recognize my Ishuffle as a device. The Genius bar as an Apple store told me the Ipod worked on their Apple PC, my pc is not an apple, I attemped every step to rectify the situation including updating the device drivers. I wonder if I need to eliminate every old residue with the word Apple in it on my computer to get it up and going again. Please help !

    If not this:
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem.
    Also heating sometimes works. See:
    Why can't I select my wifi settings?
    A trick that works frequently with iPhones:
    Settings > AirPlane Mode ON, Do Not Disturb ON
    Power down and wait 5-10 minutes
    Power up
    Settings > AirPlane Mode OFF, Do Not Disturb OFF
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar
    Then:
    Does the iOS device connect to other networks? See other networks? If yes that tends to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • 'No device drivers found' error Windows 8.1 - Windows 7 downgrade installation

    Hello,
    There are numerous threads with the same issue online, but none of the solutions have worked for me, so I'm posting my own. I did contact Microsoft and Lenovo, but Lenovo is asking for money that I can't afford for tech support, so I'm hoping someone here
    can help me out.
    Here's the situation:
    I have a Lenovo Y510P that came with Windows 8.1. Half a year later, I'm sick of 8.1 and want to downgrade to Windows 7 (I know that simulation softwares like ClassicShell and such exist, but I would really rather just use Windows 7).
    I downloaded a legitimate copy of Windows 7 Ultimate 64-bit and burned it onto a DVD disk.
    I also downloaded all of the Windows 7 device drivers from this Lenovo site: http://support.lenovo.com/us/en/products/laptops-and-netbooks/ideapad-y-series-laptops/ideapad-y510p-notebook?TabName=Downloads
    ^I had to specify the model number and OS, so I'm hoping I downloaded the correct drivers (all of the drivers are .exe format, is that what it's supposed to look like?)
    I put all of the drivers onto a flash drive.
    So, I am now equipped with a DVD with Windows 7 on it as well as a flash drive with all of the drivers on it.
    I boot from the disk with the DVD and flash drive attached. Windows 7 installation begins and here I get the error, 'no device drivers found.' When I click 'browse', I see that the flash drive is recognized, but the files on it aren't.
    What do you guys think the issue is??
    Best,
    anon27

    Hi,
    How do you installed Windows 7 on that Machine? Is the machine UEFI based?
    We may follow the below article to install Windows 7 64 bit on UEFI based computer:
    Installing Windows 7 on UEFI based computer
    Besides, when did you received the error message“' no device drivers found.“ ?
    For the device drivers, we'd better make a contact with the manufacturer to check if we have the proper drivers available.
    Best regards
    Michael Shao
    TechNet Community Support

  • How to sync and/or trigger NI-DAQmx devices in LabView

    I am using LabView 2009 with a cDAQ-9174 chassis that includes a NI 9263 analog out device and a NI 9222 analog input device. I've learned from the examples that I can sync the devices to the same sample rate. But I am looking to sync the devices such that the exact moment I start acquiring input data on a 9222 channel, the 9263 starts generating an output. Secondly, I am interested to know when using just this equipment, is there a way to very accurately trigger one device off the other with some delay. So in summary I am interested in two behaviors:
    1) Synchronize a 9263 output channel to a 9222 input channel, such that the start of a 9222 analog input measurement triggers a 9263 analog waveform output. and,
    2) Have the 9263's analog output start for example EXACTLY 100 samples (provided sample rates are synced) after the 9222 starts collecting data. In other words, a delayed trigger.
    I imagine this is preferably done in hardware such that no software delays occur. Is this possible using these devices? Or do I need some external clocking mechanism?
    Thank you!
    Solved!
    Go to Solution.

    Hi tzoom84,
    Going back to your original questions,
    To do 1) and 2), I don't think you need to use counters.
    The shipping example LabVIEW 2010\examples\DAQmx\Synchronization\Multi-Function.llb\Multi-Function-Synch AI-AO.vi is probably a good starting point for 1). (Possible problem: if you're using multiple AI timing engines at the same time, this example's assumption that the AI task has "ai/StartTrigger" is not valid. If this turns out to be an issue, you may need to replace Get Terminal Name With Device Prefix.vi with the DAQmx Trigger >> Start.Term property and add a call to reserve the task.)
    For 2), add the DAQmx Trigger >> Start.Delay and DAQmx Trigger >> Start.DelayUnits properties to the AO task:
    If you really do need to use counters, you can do so without the NI 9401 by using cDAQ1/_ctr0 through cDAQ1/_ctr3, which are internal channels: How do I Access Internal Channels on any DAQmx Device?
    Brad
    Brad Keryan
    NI R&D

  • "No device drivers" problem during Enterprise Linux installation

    I want to try and see Oracle Enterprise Linux, so I downloaded prepared for the setup. This is a home pc, I use windows upto now and this is the first time I tried to install Linux on this one, here is my configuration;
    Mainboard : Gigabyte m61vme-s2 s940
    Cpu : AMD Athlon 64 3000+ 1,8Ghz
    Hd : Samsung 80Gb 72000 rpm 8Mb Sata (2 disks)
    When the installer starts first this message box comes;
    - WARNING -
    No hard drivers have been found. You probably need to manually choose device drivers for the installation to succeed.
    Then I continue and;
    - DEVICES -
    No deivce drivers have been loaded for your system. (Add Device) button
    when I click this button a list comes;
    - SELECT DEVICE DRIVER TO LOAD -
    Please select the driver below which you wish to load. If it does not appear and you have driver disk press F2.
    here I both tries to continue with F2 or choose some of the items which I thought may be ok to continue but each time the anaconda installation failed at the Automatic Partitioning step with this message;
    - NO DRIVERS FOUND -
    An error has occured - No valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem.
    I can use these disks with windows, but still if any hardware problems I do have how can I get detail troubleshooting information? Any links for resources like how to guides will be great.
    Thank you,
    Best regards.

    I recently (two weeks ago) did a complete rebuild on a AMD 64 system similiar to your configuration with CentOS 4.3 (a RedHat ES clone) and had no problem with the SATA (only) drive being picked up by the OS installer. I remember originaly (a year ago) having to carefully set the MB BIOS to go to this bus first to look for boot drives and NOT look to the IDE bus at all. I will review my system install docs when I get home later...

  • How many devices can I use my creative account (student account), including mobile devices?

    How many devices can I use my creative account (student account), including mobile devices?

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both computer Cloud subscriptions may not be in use at the same time
    -http://www.adobe.com/products/catalog/mobile._sl_id-contentfilter_sl_catalog_sl_mobiledevi ces.html

Maybe you are looking for

  • Can I encrypt a USB hard drive that's not for time machine?

    can I encrypt a USB hard drive that's not for time machine?

  • Error when Opening After Effects CS6 Trial

    Hey, When I go to open After Effects CS6 Trial I get an error saying "After Effects error: Crash in progress. Last logged message was: <956> <ae.blitpie> <2> Making New Context" and then I click ok and it says "After Effects can't continue: sorry, Af

  • Helping to understand a c++ code

    Hello everybody. I have a problem with an example provided by NI for DAQmx ANSI C programmation. I putted this question here, because I could not find a suitable board for it. About the problem: I'm currently working with a NI PCI-6120 device and the

  • Premiere Markers export and import: Roundtrip via FCP XML not working

    The objective of my project is to create a sports app that records markers and saves it in different formats of XML / CSV that I can then import in different NLE packages. I have already succeeded with Vegas Pro but also want to support NLEs for MAC-

  • Playing music to hifi through usb port

    please please help, i apolgize if this is straight forward, but im not too clued up on these things... when i plug my ipod into my hifi through a usb port i have no choice over which songs are played, it plays the same 12 songs over and over. I have