Just a side note. It is a really good idea to include your build process early in the development. It is way too common in Labview to not build an application until it is nearly done ant there are many caveats to the deployment in Labview. Back in days of text languages (I know they are still around but I use them less and less) you needed to compile and run your program before you can find any bugs, with labview this is less necessary but still a very good idea to do. I try to build and test applications after any feature has been added, especially file IO, subpanels, dynamic calls dll inclusions or any other external communications since these cause the most problems in executables (since paths and relative locations are changed in executables).
Paul