Hello,

I am trying to determine if an install file command has executed and the file installed/replaced, based on the CRC upgrade check.

I see that the %_SB_ERRORCODE% return code is available, but I would like to determine if the file has been replaced, or installed (for the first time) or it failed and this seems only to return 0 or something else on failure or success. Of What?

How should I go about this?

Thanks