Skip to content
⌘ NSIS Forum Archive

run *.exe file without admin rights

5 posts

NOCaut#

run *.exe file without admin rights

how i can run *.exe file in user without admin rigths ?

I try
- !insertmacro UAC_AsUser_ExecShell "open" "$1.exe" "" "" ""
- Exec "$INSTDIR\1.exe"

not helped.
MSG#
If you're installing at admin-level, there are two ways to run something at user level: Either use the UAC plugin (not recommended, because you're obviously not an expert), or use the ShellExecAsUser plugin (probably easier for you, but still relatively complex).
NOCaut#
i see you not understand me ((
I run *.exe and write to registry in one installation file!!!
i can not write to registry with user rigths and run *.exe with admin rights
MSG#
You have already asked that question in your other thread. Please do not ask the same question twice.
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.
NOCaut#
I ask because not have answer for my question

[edit - Moderation]
continue in the original thread at http://forums.winamp.com/showthread.php?t=337631 - re-asking the same question is not the way to get an answer (if one is available).