Hello,
Please tell me how to show UAC screen while a user with non-admin priviliges tries to uninstall my app?
Regards,
John.
UAC screen while uninstallation.
3 posts
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?
That makes no sense. If you install something as a user, you should never need to uninstall as an admin.