Skip to content
⌘ NSIS Forum Archive

UAC screen while uninstallation.

3 posts

reachb4#

UAC screen while uninstallation.

Hello,

Please tell me how to show UAC screen while a user with non-admin priviliges tries to uninstall my app?

Regards,
John.
Animaether#
If you use 'RequestExecutionLevel admin' in your NSIS script, that should apply to both the installer and the uninstaller. Do you want it to pop up -only- on uninstallation, and not on installation?
MSG#
That makes no sense. If you install something as a user, you should never need to uninstall as an admin.