"String PRODUCT_NAME was not found in string table" Error

InstallShield 2020

While converting an InstallScript MSI project to an InstallScript project, you may encounter this error when your setup project does not run during the conversion. You should verify if SHELL_OBJECT_FOLDER = @PRODUCT_NAME; is in your script.

Note:Setting SHELL_OBJECT_FOLDER in OnFirstUIBefore is not necessary. If you have the following line in your script, you should delete it:

SHELL_OBJECT_FOLDER = @PRODUCT_NAME;"