LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[LabVIEW 2014 SP1] Choosing source file settings for all selected files

Solved!
Go to solution

Hello,

 

as for building a distribution with LabVIEW 2014 SP1, is there a way to apply a file attribute to all selected files? If I go to Installer Properties » Source File Settings » File and Folder Attributes I can only select one file at a time and set its properties instead of selecting all the files I want and setting the same properties for all of them at once.

 

0 Kudos
Message 1 of 4
(1,026 Views)

Hi jac_d

To be sort, no you can't. To my knowledge there isn't any option to configure it for multi files. You have to do it separately one-by-one.

 

Regards)

0 Kudos
Message 2 of 4
(952 Views)

Too bad there seems to be no such option.

 

I wonder if it can be done with following LabVIEW releases.

0 Kudos
Message 3 of 4
(932 Views)
Solution
Accepted by topic author jac_d

I haven't looked, but presumably all of these settings are stored in the .lvproj file, which is XML, so you should be able to edit it (including programmatically) to set what you want. It's highly recommended to create a backup copy before you do this and you should do this when the project is not loaded in LV.

 

There is an API for working with the application builder, but I'm not sure how much of it is available in 2014 and it's not a public API, so I wouldn't recommend trying to figure that out.


___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(915 Views)