05-16-2024 02:17 AM - edited 05-16-2024 02:18 AM
Hello,
Whenever I launch the build application, the source VIs also launch simultaneously. Could you please advise me on how to launch the executable application without initiating the source VIs each time?
Thank you,
Solved! Go to Solution.
05-16-2024 05:42 AM
@KS200 wrote:
Hello,
Whenever I launch the build application, the source VIs also launch simultaneously. Could you please advise me on how to launch the executable application without initiating the source VIs each time?
Thank you,
You should more specific, it is not clear what happened and expected.
Usually you have at least one startup VI in your build spec which will be executed at startup:
Screenshot 2024-05-16 12.37.13.png
Screenshot 2024-05-16 12.37.38.png
May be you calling some VIs dynamically and they loaded from source code folder? Or may be some VIs marked as Open Front Panel when loaded:
Screenshot 2024-05-16 12.40.57.png
and Run when opened:
Screenshot 2024-05-16 12.41.49.png
and running "unexpectable"?
Or do you need "GUI-less", like "console" application?
05-23-2024 05:59 AM
Thank you for your response. I was able to fix the problem.
05-23-2024 06:54 AM
Since this is a self-help forum, if you could describe the fix in a post (and mark it as the solution) that might help someone else who has the same problem.