// 立即体验
        private void materialTextButton5_Click(object sender, EventArgs e)
        {
            string exePath = Path.Combine(m_curInstallExePath, InstallerConfig.Config.ExeFile);

            FileOperationHelper.RunExe(exePath);

            this.Close();
        }