Is there a method to use the executable version or installer version as the Version of the package?
We can add the version to a folder name (http://digital.ni.com/public.nsf/allkb/617928B8E8DE3B6C86257CC400429194) in LabVIEW using the tags in the build process.
Use Case: I have a test program 1.1.0.1 that I want to update on the testers. If I build the package, I have to manually set the version of the package to 1.1.0.1 if I want them to match. Unless I always do a "Build All' when I am making changes and test my code, the two values will get out of sync. So when I go to build a package, I have no idea what exe is in version 1.0.0.1 of my package, since it does not have any correlation to the exe in the package.

Kenny