Skip to content
⌘ NSIS Forum Archive

Set "run as admin" property to installed file

3 posts

seinkraft#

Set "run as admin" property to installed file

How to set "run as admin" property to installed file? To run automatically as admin without force te user to set this manually?
Afrow UK#
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


Scroll down that page for the solution that uses the registry - which may no longer work for Windows 7. You will have to try it. If it doesn't work then you will have to embed a manifest in your executable which is the correct way to do it.

Stu