7 references to InstallLogMode
dotnet (2)
Commands\Workload\Install\MsiInstallerBase.cs (2)
157uint error = WindowsInstaller.EnableLog(InstallLogMode.DEFAULT | InstallLogMode.VERBOSE, logFile, InstallLogAttributes.NONE);
Microsoft.Win32.Msi (2)
UserInterfaceHandler.cs (1)
33public UserInterfaceHandler(InstallLogMode messageFilter)
WindowsInstaller.cs (1)
158public static uint EnableLog(InstallLogMode logMode, string logFile, InstallLogAttributes logAttributes)
Microsoft.Win32.Msi.Manual.Tests (3)
Program.cs (3)
64UserInterfaceHandler ux = new(InstallLogMode.ACTIONDATA | InstallLogMode.ACTIONSTART | InstallLogMode.PROGRESS);