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:
Uwe
2022-01-27 03:57:40 +01:00
parent f045a0b6f1
commit 20f422f76d

View File

@@ -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