My standalone logo does not show up if the option "Do not display Windows Command Shell for execution" is enabled during package compiling

17 views (last 30 days)
Dear all, My standalone runtime logo does not show up if the option "Do not display Windows Command Shell for execution" has been enabled during application compiling. Any solution for that?
Thanks!

Answers (1)

Kevin Gleason
Kevin Gleason on 4 May 2017
Windows Icon Caching
In some cases, this issue occurs because of Windows icon caching.
This issue may usually be resolved by rebooting your PC but if you wish to clear your PC's icon cache and see the correct icon without a reboot, please execute the following in your Windows command prompt:
>ie4uinit.exe -ClearIconCache
Please refer to following article for more information:
Different Versions:
Less relevant to your specific case, but for users with similar issues, often times compiling the standalone on an older version of Windows and running it on Windows 10, the icon does not show up. The simple solution is to compile your distributed application on the Windows 10 machine.
Attach Custom Icon in Windows Properties
One possible workaround is using attaching your custom icon in Windows Properties after compilation. A good guide on accomplishing this can be found here:

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!