LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Installer directory

I want to make an installer with Labview 7.0.
I'm able to create the wanted installation directory for the executable file( ex: C:\Program Files\toto\appli); but I want also to add a support file (including some files)on this package installer in an other directory(ex: C:\Program Files\toto\drivers).
Using all the options of the installer I was not able to make this.
Is there a possibility to do that or I have to install the drivers folder under the appli folder.An script example will be appreciate.
Thanks for helping me on that .
Regards
Philippe
0 Kudos
Message 1 of 3
(2,555 Views)
Did you add the driver exe file as a support file and select the option in Advanced to run executable after install. By this, you can only add a single executable. If you have multiple execuatbles / drivers, you need to run a batch script for executing multiple files.
0 Kudos
Message 2 of 3
(2,555 Views)
Hi Philippe,

You want to add support file in the installer : choose the Tab "Installer parameters". The button "Files..." enables you to reach a new window in which you can choose "To add a file...".
You can then reach the drop-down menu "Destination of the installation" : choose "Racine" Repertory.
In the drop-down menu "Sub-directory of destination of the installer" you can then write: Program Files\toto\drivers.

I hope that my answer will help you.

Sanaa TAZI
Applications Engineer
National Instruments
0 Kudos
Message 3 of 3
(2,554 Views)