There is a problem from last update with crc file
change
Code:
CheckHashesFromFile(ExpandConstant('{tmp}\{#CRCFileName}'),ExpandConstant('{tmp}'),@HandleHashes,True);
to
CheckHashesFromFile(ExpandConstant('{tmp}\{#CRCFileName}'),ExpandConstant('{app}'),@HandleHashes,True);