10 references to InstallProperties
dotnet (10)
Commands\Workload\Install\MsiInstallerBase.cs (10)
325
string installProperties =
InstallProperties
.Create(
InstallProperties
.SystemComponent,
326
InstallProperties
.FastInstall,
InstallProperties
.SuppressReboot,
356
string installProperties =
InstallProperties
.Create(
InstallProperties
.SystemComponent,
357
InstallProperties
.FastInstall,
InstallProperties
.SuppressReboot,
358
InstallProperties
.RemoveAll,
359
ignoreDependencies ?
InstallProperties
.IgnoreDependencies : null);