diff --git a/service/iss/en.iss b/service/iss/en.iss index a7f433b22e..dc72c3fd83 100644 --- a/service/iss/en.iss +++ b/service/iss/en.iss @@ -155,7 +155,7 @@ begin InterpreterLicenseAcceptedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(41); InterpreterLicenseAcceptedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseAcceptedRadio.Caption := 'I accept the agreement'; - InterpreterLicenseAcceptedRadio.Checked := False; + InterpreterLicenseAcceptedRadio.Checked := True; InterpreterLicenseAcceptedRadio.OnClick := @InterpreterLicenseOptionClick; InterpreterLicenseRejectedRadio := TNewRadioButton.Create(WizardForm); @@ -164,7 +164,7 @@ begin InterpreterLicenseRejectedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(21); InterpreterLicenseRejectedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseRejectedRadio.Caption := 'I do not accept the agreement'; - InterpreterLicenseRejectedRadio.Checked := True; + InterpreterLicenseRejectedRadio.Checked := False; InterpreterLicenseRejectedRadio.OnClick := @InterpreterLicenseOptionClick; AddonTaskPage := CreateCustomPage(InterpreterLicensePage.ID, diff --git a/service/iss/ru.iss b/service/iss/ru.iss index dd1a67b7c8..255b341401 100644 --- a/service/iss/ru.iss +++ b/service/iss/ru.iss @@ -155,7 +155,7 @@ begin InterpreterLicenseAcceptedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(41); InterpreterLicenseAcceptedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseAcceptedRadio.Caption := 'Я принимаю условия соглашения'; - InterpreterLicenseAcceptedRadio.Checked := False; + InterpreterLicenseAcceptedRadio.Checked := True; InterpreterLicenseAcceptedRadio.OnClick := @InterpreterLicenseOptionClick; InterpreterLicenseRejectedRadio := TNewRadioButton.Create(WizardForm); @@ -164,7 +164,7 @@ begin InterpreterLicenseRejectedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(21); InterpreterLicenseRejectedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseRejectedRadio.Caption := 'Я не принимаю условия соглашения'; - InterpreterLicenseRejectedRadio.Checked := True; + InterpreterLicenseRejectedRadio.Checked := False; InterpreterLicenseRejectedRadio.OnClick := @InterpreterLicenseOptionClick; AddonTaskPage := CreateCustomPage(InterpreterLicensePage.ID,