QtAutoUpdater  3.0.0
A Qt library to automatically check for updates and install them
Public Attributes | List of all members
QtAutoUpdater::ProcessBackend::InstallProcessInfo Struct Reference

Structure that collects information about an installation process to be started. More...

#include <processbackend.h>

+ Inheritance diagram for QtAutoUpdater::ProcessBackend::InstallProcessInfo:

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< QStringworkingDir = std::nullopt
 The working directy. If set to nullopt, the programs path is used.
 

Detailed Description

Structure that collects information about an installation process to be started.

Definition at line 48 of file processbackend.h.


The documentation for this struct was generated from the following file: