Hello.

The problem: I've got a software update issue on Windows Vista.

I try to launch the updater for this software with QProcess::startDetached() from the application before closing it.

Works perfectly on XP when the application was launched by an administrator, but on Vista running the updater requires admin rights, and if the UAC is enabled (default behaviour on Vista) the startDetached method fails.

How can I solve this ?

Thanks.

--
Jack.