Skip to content
⌘ NSIS Forum Archive

Show UserName in Multiuser Install Mode

6 posts

NROLF0016#

Show UserName in Multiuser Install Mode

Hi *

There is a setting MULTIUSER_INSTALLMODEPAGE_SHOWUSERNAME
which appends the current user name in the radio button selection.

No matter what I do I always end up with "Install just for me"

What do I make wrong?
Anders#
This feature only exists in v3.06.

Grab the updated file from https://sourceforge.net/p/nsis/code/...nsh?format=raw if you can't wait for the next release but I'm not sure if it is 100% compatible with v3.05, you might have to just copy the relevant username bits to your existing header file. Specifically, you need parts of the updated Function "${PRE}" function.
Nutzzz#
I haven't tried this feature myself, but just to be sure: are you compiling NSIS yourself? It appears that r7160, where this feature was added, was after NSIS v3.05 was released.
NROLF0016#
Just grabbed the upated Multiuser.nsh file and replaced the original one.

Works perfectly.

Thank you for your help.