示例#1
0
文件: Installer.cs 项目: habb0/IHI-1
        internal Installer()
        {
            _steps = new List<Step>();

            if (Environment.GetEnvironmentVariable("IHI_BASIC_INSTALLER") != "true")
                _installerLayout = new InstallerLayout();
        }
示例#2
0
        internal Installer()
        {
            _steps = new List <Step>();

            if (Environment.GetEnvironmentVariable("IHI_BASIC_INSTALLER") != "true")
            {
                _installerLayout = new InstallerLayout();
            }
        }