After upgrading a project from 17.6 to version 23.2, when a prerequisite package is configured as "Scheduled: During Main Package" and the files are downloaded from a URL, the Advanced installer package will show a status "Downloading prerequisite software", with a detailed text of "Downloading Downloading PostgreSQL" as example.
Somewhat, between version 17.6 and 23.2 of advanced installer, this detail status text is getting doubled text "Downloading".
The ActionText "AI_DownloadPrereq" seems to still have a "generic" template text "Downloading [1]{[2] completed}".
When creating a brand new project and adding a prerequisite, the action text template for the same entry seems to be "[1]", which I think would be correct.
I suppose this is an issue in the upgrade logic?
Should I be customizing the ActionText for my upgraded project to fix the problem?
Thanks!