Archive: Can any one help for install without admin rights


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.


The proper way to get admin access for your installer is shown here:

http://pastebin.com/EvMkyLLt

(Remember to also use the userinfo plugin in function un.onInit if you have an uninstaller.)


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.


Highest forces elevation for people in the admin group but not for normal users.


Originally posted by dinesh.guntha
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.