Solution
The XML Packing Utility packs the TestStand XML reports with the necessary XML stylesheets so that they can viewed on a system that does not have TestStand.
To automate the process of packing the XML reports, you can use the
command line interface for the utility and the
System Exec VI in LabVIEW as shown in the screenshot below.
Figure 1: VI Snippet
The VI shown above takes the XML reports and destination folders as inputs and runs the command prompt line: XMLPack "file-path" "dest-folder"