Community
    • Login

    Installing NP++ parameter

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 4.8k 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.
    • Alain KnöpfliA
      Alain Knöpfli
      last edited by

      Hi there
      I’m searching for all the existing install parameter for Notepad++.
      This one’s i already know
      /S for silent install
      /D for given a specific install path

      Do you know if other parameters exits?

      The reason why i’m asking is that i want to know, if it’s possible to make a silent installation without writing any files in the %appdata% (roaming profile) folder. For example “Themes”. This option is selectable by installing NP++ manually (not silent). So it this option also possible by installing it silent?

      Thanks in advance for your help.

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @Alain Knöpfli
        last edited by

        Hello Alain,

        I don’t know the switches but what about using a little batch script
        which would do the installation and checks afterwards if the directory
        exists and deletes it?

        Something like

        if EXIST %appdata%\Notepad++\theme rmdir %appdata%\Notepad++\theme
        

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Alain KnöpfliA
          Alain Knöpfli
          last edited by

          Hi Claudia

          Many thanks for this good solution. This will work.

          I’m wondering if more paramter for installing np++ exits.

          But with your solution it works fine :-)

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