MiKTeX 23.10-next
A scalable TeX distribution
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MiKTeX::Packages::PackageInstaller::InitInfo Struct Reference

Initialization options. More...

#include <miktex/PackageManager/PackageInstaller.h>

Collaboration diagram for MiKTeX::Packages::PackageInstaller::InitInfo:
Collaboration graph
[legend]

Public Member Functions

 InitInfo (const InitInfo &other)=default
 
InitInfooperator= (const InitInfo &other)=default
 
 InitInfo (InitInfo &&other)=default
 
InitInfooperator= (InitInfo &&other)=default
 

Public Attributes

PackageInstallerCallbackcallback = nullptr
 Pointer to an object implementing the callback interface. More...
 
bool unattended = false
 Indicates whether to operate in unattended mode. More...
 
bool enablePostProcessing = true
 Indicates whether to enable or disable post-processing. More...
 

Detailed Description

Initialization options.

Member Data Documentation

◆ callback

PackageInstallerCallback* MiKTeX::Packages::PackageInstaller::InitInfo::callback = nullptr

Pointer to an object implementing the callback interface.

◆ enablePostProcessing

bool MiKTeX::Packages::PackageInstaller::InitInfo::enablePostProcessing = true

Indicates whether to enable or disable post-processing.

◆ unattended

bool MiKTeX::Packages::PackageInstaller::InitInfo::unattended = false

Indicates whether to operate in unattended mode.

Setting this value to true will disable the Windows elevation prompt (UAC).


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