I have project written in C#. I create install project for this project, and I really want that this setup can run only if user has administrative rights. How I can do this?
I tried to add "Launch Condition" with condition = AdminUser, then I build my setup project, but installer can be run from user without admin rights.