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?
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.