устанавливаем bitrix без файла лицензии

в файле bitrix/modules/main/install/wizard/wizard.php

комментируем строчки 196, 197:

if (!defined("TRIAL_VERSION") && function_exists("preg_match") && !preg_match('/[A-Z0-9]{3}-[A-Z]{2}-?[A-Z0-9]{12,18}/i', $licenseKey))

                             $this->SetError(InstallGetMessage("BAD_LICENSE_KEY"), "license");