ProcessStartInfo info = new ProcessStartInfo
(@"D:\DeployTool\DeployTool\bin\Debug\DeployTool.exe");
...
            Process.Start(info);