LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

executable

Solved!
Go to solution

Hai,

 

While converting a Labview VI to an executable file, Can we add supporting text files to the application???

 

In the application which i want to convert to executable file, i have crerated a login wizard for which the passwords will be saved in a text file.

 

So here i want to add this text file to the executable file so that when this file is executed in other system will not have trouble accessing that text file having passwords.

 

My question is HOW TO ADD SUPPORTING TEXT FILES TO THE APPLICATION FILE???

 

Thanks in advance.

 

Regards

PHANI

0 Kudos
Message 1 of 3
(2,715 Views)
Solution
Accepted by topic author tejaphani

Hi PHANI,

 

HOW TO ADD SUPPORTING TEXT FILES TO THE APPLICATION FILE???

No need to cry…

 

You add text files to your executable using the app builder. In the file selection dialog you can add any "additional" file. Those additional files will be located (by default) in a "data" subfolder of your executable's folder…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,693 Views)
Solution
Accepted by topic author tejaphani
You can't embed a text file in the exe if that is what you are asking. You can include the text file in the project and deploy it with the exe when you create the installer for the exe.
Message 3 of 3
(2,692 Views)