That sounds very useful indeed! Would save a lot of potential issues. How would that work?
I also still have to experiment with using 7za.exe to handle the .7z/.potc file instead to avoid extracting it locally and THEN moving all the relevant files.
Because that process is a bit... STUPID!!!!!!!
Code:
CRCCheck::GenCRC "$SYSDIR\explorer.exe"
Pop $R1
MessageBox MB_OK $R1
this is how you check the CRC, we should run that once for the zip file so we know the CRC, this will always be the same. So then we should have something in there comparing the know string with $R1 and if its equal it should go on.