I want to ease my father's task of installing some software that I'm developing for him.
For this I'm using Lazarus and I would like to know if there is and API to raize the privilege escalation dialog.
It seams to be hard to pin-point a single query to present on Google:
"lazarus privilege escalation" is not helping.
"lazarus privilege dialog" is not helping either.
I do realize that it's possible to ask the user to run it under gksudo
, but I would like to avoid any scripting or command line using.
So I'm a bit lost in terms of where to turn.