03-11-2013 02:58 AM
Hi,
the installer we are delivering includes an inf file for the USB communication. Currently we have two separate *.inf files created by the NI-VISA driver wizard for Win XP and Win Vista+. Is there any way to automatically create a unified file for this?
If not what is the proper way to deliver the installer to the customer? We obviously want to avoid publishing two installers for the sake of a different inf file. Pushing both .inf files to the windows inf storage location seems strange to me but should be possible. Is there any way to make the installer behave platform dependent?
Thanks and best Regards
Solved! Go to Solution.
03-12-2013 08:52 AM
If all you do is copying the .inf-Files in a windows folder during the installation, you could us the option "Run executable after installation".
Advanced Page (Installer Properties Dialog Box)
http://zone.ni.com/reference/en-XX/help/371361J-01/lvdialog/adv_installer_settings_db/
There you can - for example - prompt the user for his windows version or get it programmatically and copy only the inf-file you need