Community
    • Login

    Suppress dialog to ask user to keep settings on silent remove

    Scheduled Pinned Locked Moved General Discussion
    uninstall
    4 Posts 4 Posters 4.9k Views 3 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.
    • Stefan PendlS Offline
      Stefan Pendl
      last edited by Stefan Pendl

      Hi Don,
      it is needed to have the dialog to ask the user if he wants to keep his settings suppressed on silent remove, since there is no way to interact with this dialog, when a software distributing system is used to remove N++.

      Thanks in advance for a fix, have a pleasant one.


      Stefan

      1 Reply Last reply Reply Quote 0
      • Christopher HillC Offline
        Christopher Hill
        last edited by

        +1 - this is an issue here too.

        When running “c:\Program Files (x86)\Notepad++\uninstall.exe” /S, since 7.1 the uninstaller puts up the following prompt:


        Notepad++ v7.1 Uninstall

        Would you like to keep your custom settings?

        Yes No

        This means Notepad++ cannot be uninstalled silently, which means it cannot be deployed automatically. We can’t deploy the new version until this is fixed. Please can you update the installer to suppress this dialog one way or another during a silent uninstall.

        Thanks!

        1 Reply Last reply Reply Quote 0
        • That-Annoying-GuyT Offline
          That-Annoying-Guy
          last edited by

          FYI: the /S is CaSe SeNsiTiVe
          /s will give you a language prompt.

          Yes this removes most files including uninstall.exe but will leave the \plugins\ folder too.
          This is because most installation systems make uninstall a pain for the packager to create a silent install. The only NSIS installer I’ve seen doing it right was VLC.

          The best someone could, other than build a custom N++ NSIS installer everytime, it to automate the following:
          -Kill notepad++.exe
          -Unregister NppShell_06.dll (actually NppShell_##.dll because it changes!)
          -Run uninstall.exe /S for both 32 and 64bit versions
          -remove the C:\Program Files (x86)\Notepad++ and C:\Program Files\Notepad++ folders regardless of content
          -clean each user profile of the \AppData\Roaming\Notepad++\ folder

          Scott SumnerS 1 Reply Last reply Reply Quote 0
          • Scott SumnerS Offline
            Scott Sumner @That-Annoying-Guy
            last edited by Scott Sumner

            Installing…Uninstalling…BLECH!

            Portable version all the way! +1!

            1 Reply Last reply Reply Quote 1

            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