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
Disable Self Verification
5 posts
CRCCheck off in your script, or just run yoursetup.exe /NCRC
So all i do is add this line
CRCCheck off
in my script???
CRCCheck off
in my script???
Yes try it.
Stu
Stu
i tried and it works...thanks a million