////启动最新版本安装(后台安装模式),结束更新程序
            //string cabPath = @"\Application Data\QY.DDM.PDA.CAB";
            //string parm = @"/noaskdest /noui """ + cabPath + @"""";

            //ProcessStartInfo psi = new ProcessStartInfo(@"\Windows\wceload.exe", parm);
            //Process p = new Process();
            //p.StartInfo = psi;
            //bool res = p.Start();
            //p.WaitForExit();

相关文章:

  • 2021-09-22
  • 2022-02-10
  • 2022-01-23
  • 2021-12-09
  • 2021-12-11
  • 2021-12-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-09-12
  • 2021-12-31
  • 2021-07-27
  • 2022-02-01
相关资源
相似解决方案