added highest option for RequestExecutionLevel

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4812 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-11-10 14:54:23 +00:00
parent 5f64570db1
commit 79a3b31431
5 changed files with 11 additions and 4 deletions

View file

@ -31,6 +31,7 @@ namespace manifest
{
exec_level_none,
exec_level_user,
exec_level_highest,
exec_level_admin
};