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:
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:
and Run when opened:
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.