Community
    • Login

    Unattended Installation (Auto Update Disabled)

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    5 Posts 4 Posters 17.2k Views 2 Watching
    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.
    • Greg ChapmanG Offline
      Greg Chapman
      last edited by

      Did this ever get address? https://notepad-plus-plus.org/community/topic/10356/unattended-installation-auto-update-disabled

      I cannot find any method to disable update during an unattended installation. I am currently renaming the ‘updater’ folder which disables auto update however this is starting to cause issue with the Plugin updates.

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC Offline
        Claudia Frank @Greg Chapman
        last edited by

        @Greg-Chapman

        what about disabling Settings->MISC->Enable Notepad++ auto-updater?
        Maybe I didn’t understood your question correctly.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Stephan MaucherS Offline
          Stephan Maucher
          last edited by

          I’ll watch this thread as I have the same issue.

          Disabling the AutoUpdate via GUI is not possible in enterprise environments /w software Distribution.

          Actually there’s a config.xml under %appdata%\Notepad++ but the config string contains not just the “noAutoUpdate” flag, but also several other informations which makes it rather difficult to just automatically replace the “no” by “yes”, unless you use a product which can deal with wildcards.

          <GUIConfig name=“noUpdate” intervalDays=“15” nextUpdateDate=“20170119”>yes</GUIConfig>

          I’d prefer to have instead of this single line something like this:

          <GUIConfig name=“noUpdate”>yes</GUIConfig>
          <GUIConfig name=“UpdateIntervalDays=”>15</GUIConfig>
          <GUIConfig name=“nextUpdateDate”>20170119</GUIConfig>

          This would help a lot!

          1 Reply Last reply Reply Quote 0
          • fralbertF Offline
            fralbert
            last edited by

            We’re using the line
            <GUIConfig name=“noUpdate”>yes</GUIConfig>

            with no mention of “UpdateIntervalDays” or “nextUpdateDate” and it’s working fine…

            Stephan MaucherS 1 Reply Last reply Reply Quote 1
            • Stephan MaucherS Offline
              Stephan Maucher @fralbert
              last edited by

              @fralbert Yeah! Would never have tested that. Thanks 1k!

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors