|
@@ -3225,7 +3225,7 @@ begin
|
|
{ Check processor architecture }
|
|
{ Check processor architecture }
|
|
if (SetupHeader.ArchitecturesAllowed <> '') and
|
|
if (SetupHeader.ArchitecturesAllowed <> '') and
|
|
not EvalExpression(SetupHeader.ArchitecturesAllowed, TDummyClass.EvalArchitectureIdentifier) then
|
|
not EvalExpression(SetupHeader.ArchitecturesAllowed, TDummyClass.EvalArchitectureIdentifier) then
|
|
- AbortInitFmt1(msgOnlyOnTheseArchitectures, SetupHeader.ArchitecturesAllowed);
|
|
|
|
|
|
+ AbortInit(msgWindowsVersionNotSupported);
|
|
|
|
|
|
{ Check Windows version }
|
|
{ Check Windows version }
|
|
case InstallOnThisVersion(SetupHeader.MinVersion, SetupHeader.OnlyBelowVersion) of
|
|
case InstallOnThisVersion(SetupHeader.MinVersion, SetupHeader.OnlyBelowVersion) of
|