Archive: Need help with execution status


Need help with execution status
Hey, I've been having some trouble and couldn't find the answer anywhere on nsis.sf or the help files, so I guess this would be the best place to get help some. Sorry for barging in like that.
The problem is i have a program here that I made the installer for with nsis, but it turns out it'll only run if the application's launcher is executed with administration status. Can I do that with NSIS or do I have to go back to the programmers with this?


I understand that you want your installed application to always be executed as admin. Is this correct? If it is, then the problem lies not with NSIS but with the application. The app itself should check its own execution level, and throw an error when it's not admin.

If you want to create a shortcut that runs a certain exe As Admin, check this thread: http://forums.winamp.com/showthread.php?t=319628