Skip to content
⌘ NSIS Forum Archive

Can any one help for install without admin rights

5 posts

dinesh.guntha#

Can any one help for install without admin rights

Hi All,

I created nsis script but with out the admin right i able not able to install can any one suggest me in this topic.

!define MULTIUSER_EXECUTIONLEVEL Highest
!define MULTIUSER_NOUNINSTALL
!include MultiUser.nsh

but still i am not able to install without admin right.

Thank in advance.
MSG#
The proper way to get admin access for your installer is shown here:



(Remember to also use the userinfo plugin in function un.onInit if you have an uninstaller.)
dinesh.guntha#
Thanks for giving suggession. I dont want admin right while installing. without admin right the installer should work. Installer should install for all user[if user does not have admin right also].

Thank you.
MSG#
Originally Posted by dinesh.guntha View Post
Installer should install for all user[if user does not have admin right also].
It is not possible to install for all users without having admin privileges.