• Login
Community
  • Login

Notepad++ keeps updating to 7.5.4 but updates are off

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 3.2k 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.
  • A
    Aaron Blank
    last edited by Aaron Blank Feb 14, 2018, 1:42 PM Feb 14, 2018, 1:40 PM

    Hey all,
    Run into a bit of an odd situation lately. Earlier this week (and for quite some time before that) I had been running NP 7.4.2 (32bit) on my Win8 64-bit machine without any issues. However, earlier this week, I’d noticed my shortcut wasn’t working, and my plugins were gone. Turns out NP had upgraded me to 7.5.4, despite auto-updates being off.

    So I removed NP, downloaded the 7.4.2 32bit installer, and reinstalled all my plugins. I then checked to make sure auto-updates were off, and I took the extra step of blocking the Notepad++ executables access to the internet via firewall.

    However, it did the same thing again today. It appears to be running an install script using command prompt, and frankly, I don’t know how to stop it. Any ideas how I can stop this? I don’t understand why I would be forced into an updated version when I don’t want to.

    The current version doesn’t support the features I need, so keeping it is not an option. Thanks!

    1 Reply Last reply Reply Quote 0
    • A
      Aaron Blank
      last edited by Feb 14, 2018, 2:03 PM

      I tried to delete this but the post is already too old. I managed to figure a way around this particular “feature”, so I think I’m good at this point.

      1 Reply Last reply Reply Quote 0
      • P
        PeterJones
        last edited by Feb 14, 2018, 2:17 PM

        Strange.

        When you disable Settings > Preferences > MISC > ☐ Enable Notepad++ Auto-updater, then exit and reload Notepad++, is it still disabled? If you open %AppData%\Notepad++\config.xml (or, if you are using local config, then your c:\program files (x86)\notepad++\ directory, or wherever you installed notepad++), there should be a line that says something like:

            <GUIConfig name="noUpdate" intervalDays="15" nextUpdateDate="20180227">yes</GUIConfig>
        

        If it says “yes”, then it should be doing “noUpdate”, so it shouldn’t be auto-updating. If it says “no”, then it should be doing the update. (reverse logic in the config.xml compared to the state of the toggle switch in the preferences)

        If all the copies of config.xml say “yes” to noUpdate, and if the GUI’s preferences shows the auto-updater is disabled, and it’s still trying to update, you could try to rename the gup.exe and possibly gup.xml in your c:\program files (x86)\notepad++\updater\ (or equivalent) directory

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