When I install Windows version of Sublime Text 4 using the installer, Sublime Text app entry does not display app version in the Apps and features list in Settings app or Control Panel, This is probably due to missing AppVersion=
property in the Inno Setup script.
Comparison of with and without version
So please add something like below to the Inno Setup script.
[Setup]
AppVersion={#AppVersion}