Skip to content
Felipe Olmos edited this page Oct 26, 2023 · 3 revisions

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?