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