dinesh.guntha
20th July 2012 15:39 UTC
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
20th July 2012 16:03 UTC
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.)
dinesh.guntha
20th July 2012 16:30 UTC
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.
Anders
20th July 2012 19:11 UTC
Highest forces elevation for people in the admin group but not for normal users.
MSG
20th July 2012 21:35 UTC
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.