Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Installing NP++ parameter

    General Discussion
    2
    3
    4477
    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öpfli
      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 Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        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öpfli
          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
          Copyright © 2014 NodeBB Forums | Contributors