.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MsiGetMode 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMsiGetMode\fR (MSI.@) .SH SYNOPSIS BOOL MsiGetMode ( MSIHANDLE \fIhInstall\fR, MSIRUNMODE \fIiRunMode\fR ) .SH DESCRIPTION .PP Returns an internal installer state (if it is running in a mode \fIiRunMode\fR). .SH PARAMS \fIhInstall\fR \fB[In]\fR Handle to the installation. .PP hRunMode \fB[In]\fR Checking run mode \fBMSIRUNMODE_ADMIN\fR Administrative mode \fBMSIRUNMODE_ADVERTISE\fR Advertisement mode \fBMSIRUNMODE_MAINTENANCE\fR Maintenance mode \fBMSIRUNMODE_ROLLBACKENABLED\fR Rollback is enabled \fBMSIRUNMODE_LOGENABLED\fR Log file is writing \fBMSIRUNMODE_OPERATIONS\fR Operations in progress?? \fBMSIRUNMODE_REBOOTATEND\fR We need to reboot after installation completed \fBMSIRUNMODE_REBOOTNOW\fR We need to reboot to continue the installation \fBMSIRUNMODE_CABINET\fR Files from cabinet are installed \fBMSIRUNMODE_SOURCESHORTNAMES\fR Long names in source files is suppressed \fBMSIRUNMODE_TARGETSHORTNAMES\fR Long names in destination files is suppressed \fBMSIRUNMODE_RESERVED11\fR Reserved \fBMSIRUNMODE_WINDOWS9X\fR Running under Windows95/98 \fBMSIRUNMODE_ZAWENABLED\fR Demand installation is supported \fBMSIRUNMODE_RESERVED14\fR Reserved \fBMSIRUNMODE_RESERVED15\fR Reserved \fBMSIRUNMODE_SCHEDULED\fR called from install script \fBMSIRUNMODE_ROLLBACK\fR called from rollback script \fBMSIRUNMODE_COMMIT\fR called from commit script. .PP .SH RETURNS .PP In the state: \fBTRUE\fR Not in the state: \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"msiquery.h"\fR. .PP Implemented in \fB"dlls/msi/install.c"\fR. .PP Debug channel \fB"msi"\fR.