don't force CRC
Forcing CRC (cyclic redundancy check) is the safest method but when installing silently one gets a shop popup about the ongoing CRC and this was reported as bug. As solution just turn CRC on and users of the silent installer mode can omit the CRC by setting a flag.
This commit is contained in:
@@ -6,7 +6,7 @@ Compatible with NSIS 3.x
|
||||
|
||||
# Do a Cyclic Redundancy Check to make sure the installer
|
||||
# was not corrupted by the download.
|
||||
CRCCheck force
|
||||
CRCCheck on
|
||||
|
||||
# make it a Unicode installer
|
||||
Unicode true
|
||||
|
||||
Reference in New Issue
Block a user