09-21-2023 03:15 AM
My exes built by BLT no longer create a splash screen.
I noticed in an old build the file BLT Data-->splashscreen.ini gets created, but my recent builds don't include this file for some reason.
I've checked the Product Configuration - the splash screen is there - I've clicked Edit - it all looks ok.
Is there something I am missing?
09-25-2023 07:23 AM
Hi Chris,
Is it possible that you experienced this issue by running the executable built from your build computer?
If so that would explain what you see.
Let me clarify:
In order to show the splash screen, there needs to be a splashscreen.ini file in the BLT_data folder.
This file doesn't get created when you build the application, but when you distribute it through BLT. It is only when you do Build and Distribute with BLT that the file gets packaged with the archive being uploaded to the BLT Server.
If you're creating an installer outside of BLT to install the first (or a specific) version of your application, there is a particular procedure to make sure the splashscreen.ini file gets packaged with your installer: https://www.studiobods.com/help/bltforlabview/DistributeyourProductusingtheNII.html
Otherwise, your end-users will see the splash screen since they get the application from the BLT Server.
Let me know if that makes sense.
Thanks.
Matthias Baudot | Software Architect | Founder at STUDIO BODs | DQMH® Consortium Board Member
09-25-2023 09:07 PM
In order to show the splash screen, there needs to be a splashscreen.ini file in the BLT_data folder.
This file doesn't get created when you build the application, but when you distribute it through BLT. It is only when you do Build and Distribute with BLT that the file gets packaged with the archive being uploaded to the BLT Server.
Ok, that makes sense now. Perhaps this could be a note in there somewhere when you create the splash screen? If it already is, I missed it!
If you're creating an installer outside of BLT to install the first (or a specific) version of your application, there is a particular procedure to make sure the splashscreen.ini file gets packaged with your installer: https://www.studiobods.com/help/bltforlabview/DistributeyourProductusingtheNII.html
OK, I have recently redone my installer, so I'll check this to see if it got included.
Thanks!