Hello,
I need your help with a following problem. My GUI's program:
* must start with admin privileges,
* must start automatically in Windows 7.

To date, my application has added to windows autostart, but when I add a manifest (CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST) to start app with admin privileges it not work.
I tried start app as windows service or windows tasks but this doesn't help. I also tried rewrite application on QtService and I has exactly the same effect.

Any ideas?


Kind regards