strSetupFile = "..//..//1.EXE";               System.Diagnostics.Process P = new Process();
                P.StartInfo = new ProcessStartInfo(strSetupFile);
                P.StartInfo.WindowStyle = ProcessWindowStyle.Normal;// Hidden;
                P.Start();
                P.WaitForExit();