When building my Vi with a MathScript node, I get the following error (and duplicate files)
LabVIEW prevented a file name collision during the build. Duplicate file names cannot be copied to the same destination. You can rename files as part of the build process to avoid name conflicts.
The following files were moved to a unique location:
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\RealMatrix\RealMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Datatypes\RealMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\ComplexMatrix\ComplexMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Datatypes\ComplexMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\ComplexMatrix\Methods\Numeric.llb\Multiply - CM,C.vi
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Numeric\Multiply\Multiply - CM,C.vi
I end up with a 'NI_Matrix' and a 'support' folder with identical files. Is each folder necessary for distribution and how can I eliminate the file duplication errors.