|
@@ -70,7 +70,7 @@ namespace UAS_AutoUpdate
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- Process p = Process.Start("UAS_MES.exe");
|
|
|
+ Process p = Process.Start("UAS_MES_NEW.exe");
|
|
|
Close();
|
|
|
}
|
|
|
}
|
|
@@ -226,6 +226,7 @@ namespace UAS_AutoUpdate
|
|
|
{
|
|
|
continue;
|
|
|
}
|
|
|
+
|
|
|
string directorName = Path.Combine(UnZipPath, Path.GetDirectoryName(theEntry.Name));
|
|
|
string fileName = Path.Combine(directorName, Path.GetFileName(theEntry.Name));
|
|
|
if (!Directory.Exists(directorName))
|
|
@@ -255,7 +256,7 @@ namespace UAS_AutoUpdate
|
|
|
}
|
|
|
File.Delete(Application.StartupPath + @"\UAS_MES.zip");
|
|
|
CheckUpdateWindow.Zipped = true;
|
|
|
- Process p = Process.Start("UAS_MES.exe");
|
|
|
+ Process p = Process.Start("UAS_MES_NEW.exe");
|
|
|
}
|
|
|
}
|
|
|
}
|