Why can't I install this Notepad++ plugin on my older computer?

7,808

Author of nppColdFusion here.

Generally this has been down to putting the database and config file in the Program Files\Notepad++\plugins\config folder rather than the %appdata%\Notepad++\plugins\config

Alternatively Plugin Manager 1.0.5 supports doing the full install. (I haven't tried it though).

Interesting that the Install-nppCF script did not work, I have tested it on XP, however as it's your work PC, maybe there's some restrictions stopping it.

Ben

Share:
7,808

Related videos on Youtube

stuck
Author by

stuck

Updated on September 18, 2022

Comments

  • stuck
    stuck almost 2 years

    I'm trying to install the nppColdFusion plugin that enables ColdFusion syntax highlighting in Notepad++.

    It installed easily on my home computer (Windows Vista, using Notepad++ version 5.8.6). However, when I tried to install it on my work computer (Windows XP, using Notepad++ version 5.9.6.2) I get errors.

    Running the installer provided (Install-nppCF.zip) failed, and when I tried to install all the files manually, it seemed to work but as soon as I clicked the "ColdFusion" language option in Notepad++ or opened a file with a ColdFusion extension, it crashed Notepad++. Any ideas?

    • stuck
      stuck over 12 years
      @Ramhound - nope, that doesn't seem to be it. I tried reverting my work Notepad++ to a previous version and it still doesn't work
    • Ƭᴇcʜιᴇ007
      Ƭᴇcʜιᴇ007 over 12 years
      The .ZIP file shouldn't "fail", as it's not an installer, just compression. If it does fail to open, then the .ZIP file is probably corrupted and you should re-download it. Which version of the nppColdFusion plug-in are you trying to use? Have you got the prerequisite sqlLite library/DLL installed/working on the work computer?
    • stuck
      stuck over 12 years
      @techie007 - I meant the executable file that's extracted from that zip file. It's supposed to take care of downloading the sqlLite dll for you. Worked on the home computer