Skip to content
⌘ NSIS Forum Archive

Installing for single user v/s multiple users...

4 posts

gadagkar#

Installing for single user v/s multiple users...

Is there a way to specify that the application is being
installed (on Win XP) for a single user v/s for all
users on a machine?


Thanks,


Rishi.
Afrow UK#
You'd have to create a custom dialog with InstallOptions. See Contrib\InstallOptions\Readme.html for more information.

You could have two radio buttons on there for all users or current user.

-Stu
gadagkar#
I already know that the application being installed is for multiple users. What do I have to do within NSIS to ascertain that the application is available to all users after installing it?


Thanks.


Rishi.