LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"installer" daqmx

My application uses ni-daqmx for acquisition of data.  After creating the installer, adding the package daqmx, and executing setup, the program does not function.  It says that it lacks a DLL.  How I create an installer for my application to acquire given in a computer without labview?
0 Kudos
Message 1 of 3
(2,788 Views)
I have distributed an application with daqMx by first installing MAX and the approperate daqMX drivers for the hardware needed from the driver disks (Free and come with all NI hardware.  Next I install the hardware and then I install the runtime engine and application built from the build script.  This works but I dont know if you can package the driver installer with your application since the application and daqMX calls call the low level drivers from dlls installed with the driver disks.  Hope this helps.
 
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,779 Views)

1. Why not install DAQmx separately, then create your application installer.

2. Create Batch file to install.

3. Use install shield may work.

0 Kudos
Message 3 of 3
(2,777 Views)