12-06-2024 06:31 AM
Hello everybody,
I would like to ask for help from those more experienced.
I developed an application using visual studio 2022, in C# language, this application works with NI DAQ USB-6001.
Once the NI Max software is installed on my computer, I compile the solution and run it perfectly, but this application will be used on other machines.
Therefore, using the inno setup tool, I built an installer for my software, which successfully loaded all of National's DLLs.
However, when installing my software on a computer without NI Max, accessing the Windows device manager, there is a message that the USB 6001 Driver was not recognized.
My question for those more experienced is:
How can I integrate the USB-6001 driver into inno setup so that it is installed along with my software whenever I run the installer on a machine without NI Max installed?
Compliments.
12-06-2024 06:55 PM
You need NI DAQmx Runtime?
12-09-2024 06:06 AM
Yes, I believe this runtime is the solution I need.
Thnaks.
12-09-2024 12:35 PM
This NI Runtime seems to be exactly what I need.
But how can I create an installer for it?
I tried using the NI Package Builder, but it is not working correctly.
Thank you to anyone who can help.