4 references to ACTIONSTART
Microsoft.Win32.Msi (4)
InstallLogMode.cs (1)
50
ACTIONSTART = (1 << (InstallMessage.
ACTIONSTART
>> 24)),
InstallMessage.cs (1)
57
/// Action data. Record fields correspond to the template of <see cref="
ACTIONSTART
"/>.
UserInterfaceHandler.cs (2)
19
/// Event handler for <see cref="InstallMessage.
ACTIONSTART
"/>.
82
InstallMessage.
ACTIONSTART
=> OnActionStart(new ActionStartEventArgs(message, messageType, messageBoxStyle)),