Has anyone got any experience with using QProcess to launch secondary processes under Vista?
Our app uses QProcess to manage the launching of some installer executables on Windows. I was hoping that it would be possible to run the app as a standard user, and then at the point of launching the installer, have Vista pop up the UAC elevation dialog so that the program can continue. However, this isn't working. The installer launch just fails with Access Denied.
The installer exe does have the correct manifest embedded which specifies that it needs administrator rights to run.
Thanks.
Bookmarks