Community
    • Login

    Why is it so hard to deploy Notepad++ in an enterprise environment?

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 829 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.
    • RubeastR
      Rubeast
      last edited by

      • I want to silently install Notepad++.
      • I want to be able to configure the proxy setting when deploying. (Ideally it should use the proxy of Internet Explorer since we use Auto-detect and sometimes we don’t use the proxy)
      • I want users to be able to install plugins without having to be admins.

      Only the first point I can do. I also found some useful info here:
      https://community.notepad-plus-plus.org/topic/17232/install-notepad-plugin-without-admin-rights

      But why in gods name does this have to be this complicated?
      Unfortunately the info in the link does not seem to work for me. (It does work, but when I install a plugin when I have the doLocalConf.xml file, it gives me a Hash mismatch error)

      My 2 questions:

      • How do I configure the proxy? Where is this setting saved? (File? Registry?)
      • How do I give users without admin rights the permission to install plugins?
      1 Reply Last reply Reply Quote 0
      • D F 0D
        D F 0
        last edited by

        01.2023:
        I might be late because this topic is old but i found something for me:

        Open CMD, browse to:
        “C:\Program Files\Notepad++\updater”

        Run GUP -options
        (GUP.EXE)

        You will be prompted for Proxy Information. This will create a File called
        “C:\Program Files\Notepad++\updater\gupOptions.xml”

        It contains the proxy information as following.
        <GUPOptions>
        <Proxy>
        <server>17.17.17.17</server>
        <port>0</port>
        </Proxy>
        </GUPOptions>

        Hope that helps some other IT Admins

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