• Login
Community
  • Login

Bypassing the download process when installing plugins

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
4 Posts 2 Posters 447 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E
    e5584071
    last edited by Apr 22, 2022, 7:59 PM

    I have an issue where I need to be able to install plugins into my copy of Notepad++ which I run on my VDI. VDI’s in a corporate setting do not have access to the Internet, therefore I need to find a way to install these plugins without having to download them during the installation process. I can download the plugin files outside of the VDI and then copy them into the VDI. Please let me know if you have any questions. Thanks very much.

    A 1 Reply Last reply Apr 22, 2022, 8:14 PM Reply Quote 0
    • A
      Alan Kilborn @e5584071
      last edited by Apr 22, 2022, 8:14 PM

      @e5584071

      I haven’t validated this process (because I don’t have a need), but I’d think that you could look up where a plugin is stored using the json files HERE and then download what you need, based on your system type (very like 64 bits). See the “repository” field in the json data.

      Then you’d put the downloaded plugin files into your plugins directory inside a folder named for them that you create on your target machine (VDI, apparently). Example: If plugin is called XXX.dll you create a folder named XXX and put the DLL there, so ...\plugins\XXX\XXX.dll. Any supporting files that accompany the plugin DLL would also go in that folder, I’d think.

      This is a bit light on the details, but seems like it would be the general procedure. Perhaps someone would give you the process in excruciatingly exact detail, but that would probably require you to indicate a plugin that you have interest in.

      E 1 Reply Last reply Apr 22, 2022, 8:52 PM Reply Quote 0
      • E
        e5584071 @Alan Kilborn
        last edited by Apr 22, 2022, 8:52 PM

        @alan-kilborn , thanks very much. The plugin that I really need is the Compare plugin

        A 1 Reply Last reply Apr 23, 2022, 11:27 AM Reply Quote 0
        • A
          Alan Kilborn @e5584071
          last edited by Apr 23, 2022, 11:27 AM

          @e5584071

          Can you follow the steps above to obtain and install it, or do you really need someone to walk you through the process specifically with the Compare plugin?

          1 Reply Last reply Reply Quote 0
          1 out of 4
          • First post
            1/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors