Piggy-backing off Idea 240, a great addition would be the ability to remove (from the top-level of the Application tree, too) the Architecture and/or Installer Type text from the Title (what shows to the end-user in Software Center.
Example:
Current Base Application created:
LocalizedDisplayname = 'Snagit (MSI-x64)'
SDMpackageXML.AppMgmtDigest.Application.DisplayInfo.Info.Title = 'Snagit (MSI-x64)'
Requested option:
LocalizedDisplayname = 'Snagit (MSI-x64)'
SDMpackageXML.AppMgmtDigest.Application.DisplayInfo.Info.Title = 'Snagit (x64)'
OR
LocalizedDisplayname = 'Snagit (MSI-x64)'
SDMpackageXML.AppMgmtDigest.Application.DisplayInfo.Info.Title = 'Snagit'
OR
LocalizedDisplayname = 'Snagit (MSI-x64)'
SDMpackageXML.AppMgmtDigest.Application.DisplayInfo.Info.Title = 'Snagit 2021'
Ideally, having options to "Omit Architecture from Software Center Title", "Omit Installer type from Software Center Title" , and "Omit Architecture and Installer type from Software Center Title" would be great.
An even better addition is having some kind of Variable setup in the "Set custom application icon and properties" where you can use something like ${APPNAME} - ${APPARCH}
+1