Skip to content

Notes DEPRECATED

Marc edited this page Mar 4, 2026 · 1 revision

This space is reserved for potential issues until we have defined our process.

NSIS in User Mode

  • Objective: Have a installation in "User Land" that requires no admin rights
  • Just changing RequestExecutionLevel to user doesn't work:
    • What about the sub-installers? Java, MPI (=> admin rights)
    • The registry entries in the LocalMachine section (=> admin rights)
    • The startup are installed in the sysetms start menu (=> admin rights)
  • The Multi-User module seems the standard way to implement this
    • NV has experimented already with this?

Clone this wiki locally