Vista rights-question
Hello,
I want to create a setup that can be started by a normal user and an administrator.
I figured this out already. So I have to set the RequestExecutionLevel user.
The problem with that is: if I want to install into the "program files"-dir. The installer says it can't create the files there, even if I run the installer as an admin. I think this is because, windows runs the app in usermode because of the setting above.
I need to be able to run the setup as user, because there is one option users can select. But the other option could be run as admin.
How could I get the installer to popup the windows-vista message to ask for permissions in program files dir and NOT directly on execution of the setup file?
I hope someone can help me with that!
Thank you!