Structure that collects information about an installation process to be started. More...
#include <processbackend.h>
Public Attributes | |
std::optional< bool > | runAsAdmin = std::nullopt |
Specify, if the process should be run as admin. If set to nullopt, the backend tries to figure this out by using AdminAuthoriser::needsAdminPermission(const QString &) | |
Public Attributes inherited from QtAutoUpdater::ProcessBackend::ProcessInfoBase | |
QString | program |
The path or name of the executable. | |
QStringList | arguments |
The arguments that should be passed to the process. | |
std::optional< QString > | workingDir = std::nullopt |
The working directy. If set to nullopt, the programs path is used. | |
Structure that collects information about an installation process to be started.
Definition at line 48 of file processbackend.h.