|
|
#1 |
|
Junior Member
Join Date: Mar 2008
Posts: 3
|
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 |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
|
CRCCheck off in your script, or just run yoursetup.exe /NCRC
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2008
Posts: 3
|
So all i do is add this line
CRCCheck off in my script??? |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Yes try it.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2008
Posts: 3
|
i tried and it works...thanks a million
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|