03-06-2009 02:37 PM
How do I get 8.5.1 Install Wizard do Install the following:
1. Install the DAQmx tasks created on my development system to my target system.
a. How do I attach the exported config file to the project?
2. Take the foreground.txt files I have for program control in C:\Hipot\Files\ on my development system, and copy the files and folders to the target system.
a. How do I attach these folders and files to the project?
When the installer is done, I want the DAQmx config information, and my .txt files in the path C:\Hipot\Files\, on the target system.
Thanks,
03-09-2009 03:05 PM
Hi Ron,
Step 3 of this Developer Zone article may be useful for you:
Creating an NI-DAQmx Application Installer with LabVIEW
You can do what you are trying to do by adding additional files to the install as described there. Thanks!