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.
Archive: Installing for single user v/s multiple users...
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.
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
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.
Just make sure the shortcuts are created after using:
SetShellVarContext all
-Stu