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.
Can any one help for install without admin rights
5 posts
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.)
(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.
Thank you.
Highest forces elevation for people in the admin group but not for normal users.
It is not possible to install for all users without having admin privileges.Originally Posted by dinesh.guntha View PostInstaller should install for all user[if user does not have admin right also].