增加在本地电脑发布
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user