8 references to ReinstallMode
dotnet (7)
Commands\Workload\Install\MsiInstallerBase.cs (7)
53public const ReinstallMode DefaultReinstallMode = ReinstallMode.FILEOLDERVERSION | ReinstallMode.FILEVERIFY | 54ReinstallMode.MACHINEDATA | ReinstallMode.USERDATA | ReinstallMode.SHORTCUT | ReinstallMode.PACKAGE;
Microsoft.Win32.Msi (1)
WindowsInstaller.cs (1)
190public static uint ReinstallProduct(string productCode, ReinstallMode reinstallMode)