From f1a5f88c44d06b17f57063f6740249b3a23f7dbb Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Wed, 26 Apr 2017 21:34:18 +0300 Subject: [PATCH] Shell still loads the old dlls after upgrading. So let's give the user a suggestion. --- LEInstaller/Form1.cs | 8 ++++++-- LEProc/LEVersion.xml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/LEInstaller/Form1.cs b/LEInstaller/Form1.cs index cfed2c0..977c3d9 100644 --- a/LEInstaller/Form1.cs +++ b/LEInstaller/Form1.cs @@ -66,7 +66,9 @@ private void buttonInstall_Click(object sender, EventArgs e) NotifyShell(); - MessageBox.Show("Install finished. Right click any executable and enjoy :)", + MessageBox.Show("Install finished. Right click any executable and enjoy :)\r\n" + + "\r\n" + + "PS: A reboot (or restart of \"explorer.exe\") is required if you are upgrading from an old version.", "LE Context Menu Installer", MessageBoxButtons.OK, MessageBoxIcon.Information); @@ -90,7 +92,9 @@ private void buttonInstallAllUsers_Click(object sender, EventArgs e) NotifyShell(); - MessageBox.Show("Install finished. Right click any executable and enjoy :)", + MessageBox.Show("Install finished. Right click any executable and enjoy :)\r\n" + + "\r\n" + + "PS: A reboot (or restart of \"explorer.exe\") is required if you are upgrading from an old version.", "LE Context Menu Installer", MessageBoxButtons.OK, MessageBoxIcon.Information); diff --git a/LEProc/LEVersion.xml b/LEProc/LEVersion.xml index fde2dff..eec31fc 100644 --- a/LEProc/LEVersion.xml +++ b/LEProc/LEVersion.xml @@ -1,3 +1,3 @@  - \ No newline at end of file + \ No newline at end of file