Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than msi, prefix the name with the module name and a period.
public enum INSTALLMESSAGE
{
INSTALLMESSAGE_FATALEXIT = 0x00000000, // premature termination, possibly fatal OOM
INSTALLMESSAGE_ERROR = 0x01000000, // formatted error message
INSTALLMESSAGE_WARNING = 0x02000000, // formatted warning message
INSTALLMESSAGE_USER = 0x03000000, // user request message
INSTALLMESSAGE_INFO = 0x04000000, // informative message for log
INSTALLMESSAGE_FILESINUSE = 0x05000000, // list of files in use that need to be replaced
INSTALLMESSAGE_RESOLVESOURCE = 0x06000000, // request to determine a valid source location
INSTALLMESSAGE_OUTOFDISKSPACE = 0x07000000, // insufficient disk space message
INSTALLMESSAGE_ACTIONSTART = 0x08000000, // start of action: action name & description
INSTALLMESSAGE_ACTIONDATA = 0x09000000, // formatted data associated with individual action item
INSTALLMESSAGE_PROGRESS = 0x0A000000, // progress gauge info: units so far, total
INSTALLMESSAGE_COMMONDATA = 0x0B000000, // product info for dialog: language Id, dialog caption
INSTALLMESSAGE_INITIALIZE = 0x0C000000, // sent prior to UI initialization, no string data
INSTALLMESSAGE_TERMINATE = 0x0D000000, // sent after UI termination, no string data
INSTALLMESSAGE_SHOWDIALOG = 0x0E000000 // sent prior to display or authored dialog or wizard
}
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).