Hi.
currently using Latest Inno Setup 6.5.4
ID "Inno Setup Setup Data" is set to 6.5.2
ID "Inno Setup Messages" is set to 6.5.0.
My proposal is to change source code
- to setup for any new build the ID for "Inno Setup Setup Data" and "Inno Setup Messages" to the last version (ex. now 6.5.4).
- to change "Inno Setup Setup Data" to "Inno Setup Installer Data" (to avoid two times string "Setup".
Today if I compile an Inno Setup script with inno Setup 6.5.4 the info inside exe installer report "Inno Setup Setup Data 6.5.2" (it seems compiled with Inno Setup 6.5.2).
Thanks.