Additional Information
In order for the above methods to work, make sure the input to open the front panel in Launch Root Actor VI and Launch Nested Actor VI have a "False" constant connected.
Please note that The 'Random Name Generator.vi' in the project builds a path to a 'Names.txt' file on disk based on the Current VI's Path function. This is a pattern that will only work in the IDE. The code will need to be rewritten to build a path based on the 'Application Directory' function, which will return the folder that owns the .lvproj in the IDE, and the folder that owns the .exe when running in the run-time engine. Then, you would need to change the build spec to make sure to place the .txt file in a known location. Alternatively, you can simplify the 'Random Name Generator.vi' to not use a text file at all as follows: