I have a .net application, and the installer for it has been created using inno setup version 5.4.0.
The installer works fine, but now, when I want to uninstall the application, it throws the error: "Internal Error: cannot find utcompiledcode record for this version of the uninstaller"
I would like to diagnose the cause of this issue, and fix it in the installer script (if it applies) or whatever I have to do in order to resolve this issue.