Archive: Disable Self Verification


Disable Self Verification
Hi,

I want to know how to disable NSIS self verification which starts before my installer can install software. My installer is large ( > 700 MB) and on slow computers it can take more than 6 minutes just to verify and then it takes 10 mins to install. Please someone tell me how to disable self verification.

Cheers
Zobi


CRCCheck off in your script, or just run yoursetup.exe /NCRC


So all i do is add this line
CRCCheck off

in my script???


Yes try it.

Stu


i tried and it works...thanks a million