09-29-2009 11:00 AM
Is there any way to have the project explorere not create the support directory. We have some propriotary code in the vi's the compiler has put in the support directory.
Anybody know how the Project Explorere selects which vi's will be in the support directory? How would one make sure we dont need vi's in the support directory.
Thanks
Taylor
09-30-2009 05:23 PM
Hi Taylor,
The support directory is created when you try to build an installer in LabVIEW and as it is a dependency folder it uses VIs that your project needs always to run. You cannot really delete it as your VI might become non-functional. The support files are selected by LabVIEW from system files (default) and from collecting the dependencies that the functions in your VI would need. You can customize your support files and where they are placed--there is more information on that here. Hope this helps!
Ipshita C.