LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Include txt file in installer

We have an application where it is possible to change the language. We have solved this by reading a txt file into an array that is distributing the elements of the txt file to caption property nodes. Dos anybody know how I can include this txt file in an installer? I also want the program to read the txt file at start up (off course), and therefore I need to know the location of the file after the installation, and give this location to a “Read From Spreadsheet File.vi”. All this preferably without user interference… Can anybody help???    

0 Kudos
Message 1 of 2
(2,572 Views)
you can include anything that is in your project directory. Add your text file to your project. Then when you are setting the properties for the installer, tell it to include those files and where you want them. They will always be in the same place after installation.
Kevan -
0 Kudos
Message 2 of 2
(2,566 Views)