Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. System.Diagnostics.Process process = new System.Diagnostics.Process();
  2. process.StartInfo.FileName = _applicationContext.McDirectory + @"" + "install.exe";
  3. process.Start();
  4. process.WaitForExit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement