Go to the source code of this file.
|
| enum | InstallStatus {
INSTALLSTATUS_INITIALIZING
, INSTALLSTATUS_DEPENDENCY
, INSTALLSTATUS_DOWNLOADING
, INSTALLSTATUS_COPYING
,
INSTALLSTATUS_RETRYING
, INSTALLSTATUS_CHECKINGTRUST
, INSTALLSTATUS_EXTRACTING
, INSTALLSTATUS_RUNNING
,
INSTALLSTATUS_FINISHED
, INSTALLSTATUS_DOWNLOADFINISHED
} |
| |
| enum | ComponentAction { ActionNone
, ActionInstall
, ActionUninstall
} |
| |
◆ threading
◆ ComponentAction
| Enumerator |
|---|
| ActionNone | |
| ActionInstall | |
| ActionUninstall | |
Definition at line 84 of file inseng.idl.
◆ InstallStatus
| Enumerator |
|---|
| INSTALLSTATUS_INITIALIZING | |
| INSTALLSTATUS_DEPENDENCY | |
| INSTALLSTATUS_DOWNLOADING | |
| INSTALLSTATUS_COPYING | |
| INSTALLSTATUS_RETRYING | |
| INSTALLSTATUS_CHECKINGTRUST | |
| INSTALLSTATUS_EXTRACTING | |
| INSTALLSTATUS_RUNNING | |
| INSTALLSTATUS_FINISHED | |
| INSTALLSTATUS_DOWNLOADFINISHED | |
Definition at line 70 of file inseng.idl.
71{
82};
@ INSTALLSTATUS_INITIALIZING
@ INSTALLSTATUS_DOWNLOADFINISHED
@ INSTALLSTATUS_EXTRACTING
@ INSTALLSTATUS_DOWNLOADING
@ INSTALLSTATUS_DEPENDENCY
@ INSTALLSTATUS_CHECKINGTRUST
◆ GetICifFileFromFile()
◆ GetICifRWFileFromFile()
◆ helpstring()
◆ threading()
◆ uuid()