07-27-2012 04:12 PM
Running LabVIEW 2010. I have an application that runs with custom hardware plugged into the USB port. The device is not an NI device, and therefore, does not use NI drivers. I have 3rd party drivers for the device, and rather than install them separately, I would like the option of installing them when the user installs the application software. Is this possible?
Thanks.
07-28-2012 12:52 PM
On the Advanced page there is an option to specify an executable to run after your installer has completed.
Please review the LabVIEW documentation for this page of the installer
07-30-2012 08:53 AM
Thanks, I'll look into that.