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