25

I installed the newest version of Notepad++ on my Win 8.1 Professional. The version is called "Notepad++ Je suis Charlie edition, Build Time Jan 10 2015 - 17:20:21". The Plugin Manager delivered with that version of Notepad++ is 1.0.8. Now I want to add the "Compare" plugin:

  • I start plugin manager.
  • I wait until the list of available plugins has built up.
  • I check "Compare" and click "Install".
  • "An update is available to plugin Manager. It is strongly recommended..." -> "Yes".
  • "Installation Error: Installation of Plugin Manager failed."
  • "OK", and "Install" again.
  • "An update is available to plugin Manager. It is strongly recommended..." -> "No".
  • "Installation Error: Installation of Compare failed."

What exactly am I doing wrong? How can I debug this problem?

Alexander
  • 765

7 Answers7

23

Error: Installation of plugin failed

The latest version of the plugin manager was 1.4.9 at the time this answer was written(see Notepad++ Plugin Manager)

You can always find the latest release by going to https://github.com/bruderstein/nppPluginManager/releases/.

Try a manual install of the plugin manager:

  1. Close notepad++

  2. Download the latest plugin manager PluginManager_1.4.9_UNI.zip from https://github.com/bruderstein/nppPluginManager/releases/download/v1.4.9/PluginManager_v1.4.9_UNI.zip

  3. Unzip the downloaded file

  4. Copy plugins\PluginManager.dll to your notepad++\plugins directory

  5. Restart notepad++

DavidPostill
  • 162,382
6

I had this issue and the solution was simple:

  1. Go to Plugin Manager via Plugins -> Plugin Manager -> Show Plugin Manager
  2. Click on the Installed tab
  3. Check Plugin Manager
  4. Reinstall

Notepad++ will auto restart after prompt and the issue will be gone.

enter image description here

5

Control panel -> Internet options -> Advanced Scroll down to Security. Make sure TLS 1.0, TLS 1.1, and TLS 1.2 are all checked.

Good luck!

Sam
  • 51
1

What finally worked for me was to simply copy the ComparePlugin.dll file from another PC where the plugin was installed. The file location is:

C:\Program Files (x86)\Notepad++\plugins\ComparePlugin.dll
RenniePet
  • 163
0

I have just had the same problem again (in current version 6.9) and found a workaround:

I just selected the "AutoSave" plugin as well. When I clicked "Install", it failed on AutoSave plugin installation, but Compare, being second, went through smoothly, and Compare plugin is usable now.

So, unless you want to install the first plugin the list, this workaround is worth a try.

Alexander
  • 765
0

I use the operating system win10 and my system type 64x. Anyway I installed to x64 notepadd++ from notepad++ website. But plugin manager has a trouble to install from "ProgramFiles".I removed at and I installed to 32-bit(x86).The trouble gone. My advice is you install notepad++(x86) if your system x64 (64-bit).

Also ////

Included plugins:

  1. NppExport v0.2.8 (32-bit x86 only)
  2. Plugin Manager 1.3.5 (32-bit x86 only)
  3. Converter 4.2
  4. Mime Tool 2.1
lscodex
  • 19
  • 3
0

Attempting to update the plugin manager, as detailed by other answers, did not resolve the issue for me and the "Installation of Compare failed" persisted.
I was able to manually install the plugin, though.

  • Download the source code from the Github project,
  • use Visual Studio to build the project
  • and copy the compiled artifacts into \Notepad++\plugins folder.
yass
  • 2,574