diff --git a/Other/510k-UnInstall/Program.cs b/Other/510k-UnInstall/Program.cs index e6087f2..f761970 100644 --- a/Other/510k-UnInstall/Program.cs +++ b/Other/510k-UnInstall/Program.cs @@ -101,14 +101,14 @@ var configFolder = $@"C:\ProgramData\.xingcang\"; var configPath = Path.Combine(configFolder, "config.json"); if (!File.Exists(configPath)) { - MyLog("EI-Med Viewer has not been installed. No need to uninstall."); + MyLog("LiLi DICOM Viewer has not been installed. No need to uninstall."); Console.ReadLine(); } else { Console.ForegroundColor = ConsoleColor.Red; MyLog(""); - MyLog("Warning: uninstalling EI-Med Viewer service will clear backend service, database, website files and all data records of the operation. Please make sure data has been backed up."); + MyLog("Warning: uninstalling LiLi DICOM Viewer service will clear backend service, database, website files and all data records of the operation. Please make sure data has been backed up."); MyLog(" Continue to uninstall the service?(Y/N)"); Console.ResetColor(); @@ -193,7 +193,7 @@ else MyLog("Delete activation information..."); DeleteFolderContents(configFolder); - MyLog("The EI-Med Viewer service has been uninstalled."); + MyLog("The LiLi DICOM Viewer service has been uninstalled."); MyLog("Will automatically exit in 3 seconds…"); await Task.Delay(3000); diff --git a/Resource/UnInstall.exe b/Resource/UnInstall.exe index 6a3fde6..0974cf7 100644 Binary files a/Resource/UnInstall.exe and b/Resource/UnInstall.exe differ