Skip to content

Commit

Permalink
Shell still loads the old dlls after upgrading. So let's give the use…
Browse files Browse the repository at this point in the history
…r a suggestion.
  • Loading branch information
xupefei committed Apr 26, 2017
1 parent d600915 commit f1a5f88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions LEInstaller/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion LEProc/LEVersion.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>

<LEVersion Version="2.3.0.2" LastUpdate="20170127" />
<LEVersion Version="2.3.1.0" LastUpdate="20170406" />

0 comments on commit f1a5f88

Please sign in to comment.