|
@@ -102,6 +102,7 @@ const
|
|
SCompilerMustUseDiskSpanning = 'Disk spanning must be enabled in order to create an installation larger than %d bytes in size';
|
|
SCompilerMustUseDiskSpanning = 'Disk spanning must be enabled in order to create an installation larger than %d bytes in size';
|
|
SCompilerCompileCodeError = 'An error occurred while trying to compile the [Code] section:' + SNewLine2 + '%s';
|
|
SCompilerCompileCodeError = 'An error occurred while trying to compile the [Code] section:' + SNewLine2 + '%s';
|
|
SCompilerFunctionFailedWithCode = '%s failed. Error %d: %s';
|
|
SCompilerFunctionFailedWithCode = '%s failed. Error %d: %s';
|
|
|
|
+ SCompilerCheckPrecompiledFileTrustError = '%s' + SNewLine2 + 'To disable this verification, set [Setup] section directive "VerifyPrecompiledFiles" to "no". Before proceding, ensure that the file is neither corrupted nor has been tampered with.';
|
|
|
|
|
|
{ [Setup] }
|
|
{ [Setup] }
|
|
SCompilerUnknownDirective = 'Unrecognized [%s] section directive "%s"';
|
|
SCompilerUnknownDirective = 'Unrecognized [%s] section directive "%s"';
|