增加在本地电脑发布

This commit is contained in:
2023-04-29 08:57:26 +08:00
parent e815e5f705
commit a5cbcb035c
4 changed files with 163 additions and 26 deletions
+1 -3
View File
@@ -143,8 +143,6 @@ else
};
MyLog("激活信息读取完毕,开始准备卸载...");
Process process = new Process();
process.StartInfo.FileName = "cmd.exe";
process.StartInfo.RedirectStandardInput = true;
@@ -211,7 +209,7 @@ else
catch (Exception ex)
{
MyLog("错误" + ex.Message);
MyLog("卸载过程遇到问题" + ex.Message + " 请检查是否有其他程序占用了相关资源,请确认后再重新卸载。");
Console.ReadLine();
}