PDA后台运行、安装程序

时间:2014-11-10 17:08:58   收藏:0   阅读:230


            ////启动最新版本安装(后台安装模式),结束更新程序
            //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();

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!