• Login
Community
  • Login

Install Plugins without Admin Rights and Internet Connection - Manual Way doesn't work.

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
13 Posts 5 Posters 11.0k 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.
  • P
    P Fue
    last edited by Jun 29, 2022, 12:05 PM

    Hello all,
    I’ve tried different ways:

    • change install path, where users have rights to write
    • install plugin manually (start Notepad++ with admin rights - import plugin dll - restart Notepad++ --> there was no plugin in the menu installed
    • Version Notepad++ 8.4.2 64 Bit

    Please help with further tips or tricks.
    Thanks :)

    A 1 Reply Last reply Jun 29, 2022, 12:11 PM Reply Quote 0
    • A
      Alan Kilborn @P Fue
      last edited by Alan Kilborn Jun 29, 2022, 12:11 PM Jun 29, 2022, 12:11 PM

      @p-fue

      Which plugin are you trying, and where did you obtain it?

      Have you tried simply placing the DLL file (assuming a simple plugin that just needs its DLL file) into the proper plugins folder manually, meaning copying the file to the right place using Windows File Explorer?

      Proper folder structure would be ...\plugins\XXX\XXX.dll for a plugin named XXX.

      P 1 Reply Last reply Jun 29, 2022, 12:33 PM Reply Quote 1
      • P
        P Fue @Alan Kilborn
        last edited by Jun 29, 2022, 12:33 PM

        @alan-kilborn
        For example HTML Tag OR XML Tools
        This website: https://sourceforge.net/projects/npp-plugins/files/HTMLTag/HTMLTag plugin v1.0.0/
        It is not the newest version of the plugin.

        Yes on this way I tried it.
        First time in the Program Files Path and on the second time with an path where the user has the rights to write.

        I get always the result message --> It was successfull please restart notepad++ - but after the restart there is no plugin.

        A P 3 Replies Last reply Jun 29, 2022, 12:38 PM Reply Quote 0
        • A
          Alan Kilborn @P Fue
          last edited by Jun 29, 2022, 12:38 PM

          @p-fue said in Install Plugins without Admin Rights and Internet Connection - Manual Way doesn't work.:

          I get always the result message --> It was successfull please restart notepad++

          You wouldn’t get this message if trying my suggestion of manually copying the file into the appropriate place, so I can’t tell if you are actually trying that or not. Maybe it is a language barrier.

          P 1 Reply Last reply Jun 29, 2022, 12:47 PM Reply Quote 0
          • P
            P Fue @P Fue
            last edited by Jun 29, 2022, 12:38 PM

            Further information:
            Notepad++ creates an folder called HTML Tag with includes the dll file.

            But in notepad++ there is nothing shown.

            1 Reply Last reply Reply Quote 0
            • P
              P Fue @Alan Kilborn
              last edited by Jun 29, 2022, 12:47 PM

              @alan-kilborn
              I read, that sometimes the message can come or not.
              This is my manual: https://okidk.de/notepad-plugins-konnen-unter-windows-10-nicht-installiert-werden/
              I do Method 5.

              This message I get:

              a7f1f635-6e84-48f0-9a24-404444b31052-image.png

              P 1 Reply Last reply Jun 29, 2022, 1:06 PM Reply Quote 0
              • A
                Alan Kilborn @P Fue
                last edited by Jun 29, 2022, 12:57 PM

                @p-fue said in Install Plugins without Admin Rights and Internet Connection - Manual Way doesn't work.:

                This website: https://sourceforge.net/projects/npp-plugins/files/HTMLTag/HTMLTag plugin v1.0.0/

                I looked at that.
                That version is really old.
                It might just be that that version is incompatible with a more modern (e.g. 8.4.2) Notepad++.
                If it were me, I would not try to use that version of the plugin.

                1 Reply Last reply Reply Quote 0
                • P
                  PeterJones @P Fue
                  last edited by PeterJones Jun 29, 2022, 1:15 PM Jun 29, 2022, 1:06 PM

                  @p-fue ,

                  If you want to do a manual installation of HTML Tag plugin:

                  1. Note that the Plugins Admin lists the now-official home of HTML Tag as https://bitbucket.org/rdipardo/htmltag/ , not that ancient sourceforge link; and that points to https://bitbucket.org/rdipardo/htmltag/downloads/ as the downloads location
                  2. Download the zip file for the 64bit plugin
                  3. unzip the plugin to a temporary location
                  4. Do not use the Settings > Import > Import plugin(s). Exit Notepad++.
                  5. Create a new folder ...<notepad++install-location>\Plugins\HTMLTag\
                  6. Copy all the files from the temporary location to ...<notepad++install-location>\Plugins\HTMLTag\
                  7. Restart Notepad++
                  8. The plugin will be in the Plugins menu if you have followed these correctly

                  The only time that Settings > Import > Import plugin(s) works is if your plugin only has a DLL and no other files; the HTMLTag has other files, so Settings > Import DLL will not work, because it will not put the other files in the right place.

                  P I 2 Replies Last reply Jun 29, 2022, 1:59 PM Reply Quote 3
                  • P
                    P Fue @PeterJones
                    last edited by Jun 29, 2022, 1:59 PM

                    @peterjones
                    Great - it works!

                    Do you have other download-links for these plugins?

                    • Compare
                    • HEX-Editor
                    • Npp Xml Treeview
                    • XML Tools

                    Thanks for your help.

                    A 1 Reply Last reply Jun 29, 2022, 2:04 PM Reply Quote 0
                    • A
                      Alan Kilborn @P Fue
                      last edited by Jun 29, 2022, 2:04 PM

                      @p-fue said in Install Plugins without Admin Rights and Internet Connection - Manual Way doesn't work.:

                      Do you have other download-links for these plugins?

                      You can find download links embedded in the data here:

                      • https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x64.json (64-bit)
                      • https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x86.json (32-bit)
                      1 Reply Last reply Reply Quote 3
                      • I
                        inmizi miz @PeterJones
                        last edited by PeterJones Jul 5, 2022, 12:58 PM Jul 5, 2022, 9:14 AM

                        This post is deleted!
                        R 1 Reply Last reply Jul 7, 2022, 2:06 AM Reply Quote 1
                        • R
                          rdipardo @inmizi miz
                          last edited by rdipardo Jul 7, 2022, 2:07 AM Jul 7, 2022, 2:06 AM

                          Off-topic, but worth pointing out to future visitors of this thread. When @inmizi-miz quoted Peter’s reply, the link to the plugin repository was mangled so that, bizarrely, the /downloads path segment redirects to a commercial website selling light fixtures (*):

                          wtf.png

                          Rest assured the link text is correct; just make sure to paste it into your browser’s address bar.


                          (*) Looks like someone’s clipboard history got pasted into an accidentally summoned “Edit Hyperlink” pop-up window

                          P 1 Reply Last reply Jul 7, 2022, 2:18 AM Reply Quote 0
                          • R rdipardo referenced this topic on Jul 7, 2022, 2:06 AM
                          • P
                            PeterJones @rdipardo
                            last edited by PeterJones Jul 7, 2022, 2:18 AM Jul 7, 2022, 2:18 AM

                            @rdipardo ,

                            It’s actually a new form of spam that I noticed in a few other posts – by that same user, and a couple others. The posts have been removed, and the posters flagged. (I hadn’t noticed at the time that it was the same user or that links had been edited)

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